Pull request #8351 updated 13:22:42 Connecting to https://api.github.com using 476720/****** Obtained .jenkins/continuous.groovy from 44bf7b7646d4b8ce89cd90894feeec0c63513e17+496fea78f4a9313921fc4bfa952a4bb2664f16b2 (fb9a8aa12c8bb1b6fb298ff9dc1c27a6b4329d90) [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 fetnat_09 in /var/jenkins/workspace/Kokkos_PR-8351 [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Fetching without tags > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/8351/head:refs/remotes/origin/PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Merging remotes/origin/develop commit 496fea78f4a9313921fc4bfa952a4bb2664f16b2 into PR head commit 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Merge succeeded, producing 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Checking out Revision 44bf7b7646d4b8ce89cd90894feeec0c63513e17 (PR-8351) Commit message: "Disable pass-failed warning when using ROCm 6.4" First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 496fea78f4a9313921fc4bfa952a4bb2664f16b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 > git rev-list --no-walk cd028a86f0cc5a140edc599dbca6d02f213ece03 # timeout=10 + docker build -t 01e97671541b936dbf1a693e7e3d262467fd9ec5 -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 20.48kB Step 1/4 : FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30 ---> 35a88802559d Step 2/4 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 28bf1d02a021 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 ---> 269029a59d54 Step 4/4 : ENV CLANG_FORMAT_EXE=clang-format-16 ---> Using cache ---> e3912fc169db Successfully built e3912fc169db Successfully tagged 01e97671541b936dbf1a693e7e3d262467fd9ec5:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 01e97671541b936dbf1a693e7e3d262467fd9ec5 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_09 seems to be running inside container 9dd1f2c267518da53729506642a7fe4552c7408ce462f99d50acec61ca10a1f6 $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-8351 --volumes-from 9dd1f2c267518da53729506642a7fe4552c7408ce462f99d50acec61ca10a1f6 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 01e97671541b936dbf1a693e7e3d262467fd9ec5 cat $ docker top 4a06b745af9329abac4a6a9c7c300d40cb32f8a7a96bb687a70961066e58968c -eo pid,comm [Pipeline] { [Pipeline] sh + ./scripts/docker/check_format_cpp.sh *** Running clang-format *** Running clang-format - done *** Running trailing whitespaces check *** Running trailing whitespaces check - done *** Running copyright *** Running copyright - done [Pipeline] } $ docker stop --time=1 4a06b745af9329abac4a6a9c7c300d40cb32f8a7a96bb687a70961066e58968c $ docker rm -f --volumes 4a06b745af9329abac4a6a9c7c300d40cb32f8a7a96bb687a70961066e58968c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build-1) [Pipeline] parallel [Pipeline] { (Branch: C++20-Modules-Clang-19) [Pipeline] { (Branch: GCC-8.4.0) [Pipeline] { (Branch: HIP-ROCm-5.7-CXX20) [Pipeline] { (Branch: CUDA-11.0-NVCC-RDC) [Pipeline] stage [Pipeline] { (C++20-Modules-Clang-19) [Pipeline] stage [Pipeline] { (GCC-8.4.0) [Pipeline] stage [Pipeline] { (HIP-ROCm-5.7-CXX20) [Pipeline] stage [Pipeline] { (CUDA-11.0-NVCC-RDC) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Running on fetnat_09 in /var/jenkins/workspace/Kokkos_PR-8351 Running on lascaux_02 in /var/jenkins/workspace/Kokkos_PR-8351 [Pipeline] { [Pipeline] { [Pipeline] checkout [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 Selected Git installation does not exist. Using Default The recommended git tool is: NONE Fetching without tags using credential Jenkins ORNL Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Merging remotes/origin/develop commit 496fea78f4a9313921fc4bfa952a4bb2664f16b2 into PR head commit 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Merge succeeded, producing 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Checking out Revision 44bf7b7646d4b8ce89cd90894feeec0c63513e17 (PR-8351) Commit message: "Disable pass-failed warning when using ROCm 6.4" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8351/.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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 496fea78f4a9313921fc4bfa952a4bb2664f16b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 + docker build -t bd159a9b81e8580be741c3f2b915ea3d54dc72bd --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 20.48kB 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 ---> 47a0c0375528 Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 85d16956c514 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 ---> 87965a8a82ff 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 ---> 1033007ea85e Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> a70e495742d3 Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 773c4ab363b3 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 ---> 384b17525585 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> af2edeeaa58f Successfully built af2edeeaa58f Successfully tagged bd159a9b81e8580be741c3f2b915ea3d54dc72bd:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . bd159a9b81e8580be741c3f2b915ea3d54dc72bd . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_09 seems to be running inside container 9dd1f2c267518da53729506642a7fe4552c7408ce462f99d50acec61ca10a1f6 $ 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-8351 --volumes-from 9dd1f2c267518da53729506642a7fe4552c7408ce462f99d50acec61ca10a1f6 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** bd159a9b81e8580be741c3f2b915ea3d54dc72bd cat Fetching without tags $ docker top 311f4fdfe39bee62d751ce99914aa5574cd913c951f744207d636f6cdf1166f1 -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh Merging remotes/origin/develop commit 496fea78f4a9313921fc4bfa952a4bb2664f16b2 into PR head commit 44bf7b7646d4b8ce89cd90894feeec0c63513e17 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/8351/head:refs/remotes/origin/PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 Merge succeeded, producing 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Checking out Revision 44bf7b7646d4b8ce89cd90894feeec0c63513e17 (PR-8351) + ccache --zero-stats Statistics zeroed [Pipeline] sh Commit message: "Disable pass-failed warning when using ROCm 6.4" > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 496fea78f4a9313921fc4bfa952a4bb2664f16b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 + rm -rf install + mkdir -p install + rm -rf build + 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-8351/build/../install .. -- Setting default Kokkos CXX standard to 17 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t ded93dadc34bb56659c40adc3d810157917c3fa4 --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:4010e907bd85bd9327f84832c1ee3a6952763f940520145fc2f0f087f87e2809 #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 -- 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 #2 DONE 0.5s #3 [internal] load .dockerignore #3 sha256:98c70c5b92a05bd81b3f94f92ed1c811c9d19bb6245d4d449edd198d39374f49 #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 #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 #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 #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:38707fc10e7d8763ece18bf29d96446191c4ce8826b116b8fc96d4d8283bb5e0 #8 exporting layers done #8 writing image sha256:78a7b048e9bbc95a374cc45e98ea3eb2342ef2c04a2447fbf275307950520690 done #8 naming to docker.io/library/ded93dadc34bb56659c40adc3d810157917c3fa4:latest done #8 DONE 0.0s [Pipeline] isUnix -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 11.0.221 -- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-8351/bin/kokkos_launch_compiler) is enabled... -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. CMake Deprecation Warning at cmake/kokkos_enable_options.cmake:281 (message): Setting Kokkos_ENABLE_CUDA_LAMBDA is deprecated. Lambda expressions in device code are always enabled. Forcing -DKokkos_ENABLE_CUDA_LAMBDA=ON Call Stack (most recent call first): cmake/kokkos_tribits.cmake:161 (include) CMakeLists.txt:225 (kokkos_setup_build_environment) -- Using -std=c++17 for C++17 standard as feature [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . ded93dadc34bb56659c40adc3d810157917c3fa4 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer lascaux_02 seems to be running inside container 587768d95d8b66821b0a5041588a3696bedae1a57ef5a2265fe22daff0a70d17 $ 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-8351 --volumes-from 587768d95d8b66821b0a5041588a3696bedae1a57ef5a2265fe22daff0a70d17 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ded93dadc34bb56659c40adc3d810157917c3fa4 cat $ docker top 2234fc35c7ee70736705093bcb8259b55900dfdee76bd417cf8940d096741dcb -eo pid,comm -- SIMD: AVX512 detected [Pipeline] { [Pipeline] sh + ccache --zero-stats Statistics zeroed [Pipeline] sh -- CUDA auto-detection of architecture failed with /usr/bin/g++-8. Enabling CUDA language ONLY to auto-detect architecture... -- Looking for a CUDA compiler + rm -rf build + 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 -- The CXX compiler identification is Clang 17.0.0 -- Check for working CXX compiler: /opt/rocm/bin/hipcc -- Looking for a CUDA compiler - /usr/local/cuda/bin/nvcc -- Check for working CXX compiler: /opt/rocm/bin/hipcc -- works -- Detecting CXX compiler ABI info -- The CUDA compiler identification is NVIDIA 11.0.221 -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - works -- Detecting CUDA compiler ABI info -- Detecting CUDA compiler ABI info - done -- Detecting CUDA compile features -- Detecting CUDA compile features - done -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 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. -- Using -std=gnu++2a for C++20 extensions as feature Still waiting to schedule task Waiting for next available executor on ‘docker’ Still waiting to schedule task Waiting for next available executor on ‘docker’ -- Detected CUDA Compute Capability 70 -- Setting Kokkos_ARCH_VOLTA70=ON -- Built-in Execution Spaces: CMake Deprecation Warning at cmake/kokkos_arch.cmake:1437 (message): Setting Kokkos_ENABLE_CUDA_UVM is deprecated - use the portable Kokkos::SharedSpace as an explicit memory space in your code instead Call Stack (most recent call first): cmake/kokkos_tribits.cmake:163 (include) CMakeLists.txt:225 (kokkos_setup_build_environment) -- Device Parallel: Kokkos::Cuda -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found CUDAToolkit: /usr/local/cuda/include (found version "11.0.221") -- 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 -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-8351/tpls/mdspan/include -- Kokkos Backends: SERIAL;CUDA -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8351/build + make -j8 install Scanning dependencies of target AlwaysCheckGit [ 0%] Built target AlwaysCheckGit Scanning dependencies of target impl_git_version [ 3%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o Scanning dependencies of target kokkoscore [ 13%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 13%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 13%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 20%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 20%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 26%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 26%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 30%] Linking CXX static library libimpl_git_version.a [ 30%] Built target impl_git_version [ 33%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 36%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 40%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 43%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 46%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o -- SIMD: AVX2 detected -- Setting Kokkos_ARCH_VEGA908=ON -- Built-in Execution Spaces: -- Device Parallel: Kokkos::HIP -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VEGA908 -- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG -- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG - Failed -- Found TPLLIBDL: /usr/include -- Looking for C++ include pthread.h [ 50%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 53%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 56%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 60%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 63%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS [ 66%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-8351/tpls/mdspan/include -- Found Python3: /usr/bin/python3 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt [ 70%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 73%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 76%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [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 [ 80%] Linking CXX static library libkokkoscore.a [ 80%] Built target kokkoscore Scanning dependencies of target kokkosalgorithms Scanning dependencies of target kokkossimd [ 83%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 86%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 Scanning dependencies of target kokkoscontainers [ 90%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.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 [ 93%] Linking CXX static library libkokkossimd.a [ 96%] Linking CXX static library libkokkosalgorithms.a [ 96%] Built target kokkossimd [ 96%] Built target kokkosalgorithms -- [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 [100%] Linking CXX static library libkokkoscontainers.a [100%] Built target kokkoscontainers -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-8351/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES Install the project... -- Install configuration: "Release" -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_View.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_Half_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_ReduceScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_CudaSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Cuda/Kokkos_Cuda_abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HPX -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HPX/Kokkos_HPX_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HPX/Kokkos_HPX_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HPX/Kokkos_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Layout.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Assert.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_Shuffle_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_IsXnack.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_Space.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_ReduceScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_KernelLaunch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_TeamPolicyInternal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/HIP/Kokkos_HIP_SharedAllocationRecord.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Profiling_ProfileSection.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Timer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Core.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_ScratchSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits/Kokkos_GraphKernelTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits/Kokkos_WorkItemPropertyTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits/Kokkos_ScheduleTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits/Kokkos_Traits_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits/Kokkos_IndexTypeTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits/Kokkos_ExecutionSpaceTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits/Kokkos_LaunchBoundsTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits/Kokkos_OccupancyControlTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits/Kokkos_PolicyTraitMatcher.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits/Kokkos_IterationPatternTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits/Kokkos_WorkTagTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/traits/Kokkos_PolicyTraitAdaptor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Atomic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/decl -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/decl/Kokkos_Declare_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/decl/Kokkos_Declare_OPENMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/decl/Kokkos_Declare_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/decl/Kokkos_Declare_OPENACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/decl/Kokkos_Declare_THREADS.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/decl/Kokkos_Declare_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/decl/Kokkos_Declare_SERIAL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/decl/Kokkos_Declare_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/decl/Kokkos_Declare_OPENMPTARGET.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Parallel_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_HostSpace_deepcopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_NvidiaGpuArchitectures.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_GraphImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_HostBarrier.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_CheckedIntegerOps.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_TaskNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_TaskQueueCommon.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_DesulAtomicsConfig.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Command_Line_Parsing.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Tools_Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_InitializationSettings.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Half_FloatingPointWrapper.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_GraphNodeImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_SharedAlloc_timpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_EBO.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_TaskQueueMultiple_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_CPUDiscovery.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_DeviceManagement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Combined_Reducer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_ZeroMemset_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_StringManipulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Utilities.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Profiling_C_Interface.h -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_TaskResult.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Default_Graph_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_GraphImpl_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Half_NumericTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Half_ReductionIdentity.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Profiling.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Traits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_TaskQueue_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_BuiltinReducers.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Half_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_HostThreadTeam.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Profiling_Interface.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_HostSharedPtr.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_QuadPrecisionMath.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_SingleTaskQueue.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_ExecSpaceManager.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_GraphNodeCustomization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_MultipleTaskQueue.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_TeamMDPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_SharedAlloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_GraphImpl_Utilities.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_TaskBase.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Tools.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/KokkosExp_Host_IterateTile.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_TaskQueue.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Default_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_ConcurrentBitset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_LIFO.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_ClockTic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_AnalyzePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_TaskQueueMemoryManager.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_FunctorAnalysis.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/KokkosExp_IterateTileGPU.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_LinkedListNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Volatile_Load.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_SimpleTaskScheduler.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_GraphNodeThenImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Stacktrace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Default_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_TaskQueueMultiple.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_ChaseLev.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_TaskPolicyData.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Profiling_DeviceInfo.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_VLAEmulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_GraphNodeThenPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_TaskTeamMember.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Default_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_OptionalRef.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Atomics_Desul_Wrapper.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/fwd -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/fwd/Kokkos_Fwd_OPENACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/fwd/Kokkos_Fwd_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/fwd/Kokkos_Fwd_OPENMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/fwd/Kokkos_Fwd_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/fwd/Kokkos_Fwd_OPENMPTARGET.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/fwd/Kokkos_Fwd_THREADS.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/fwd/Kokkos_Fwd_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/fwd/Kokkos_Fwd_SERIAL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/fwd/Kokkos_Fwd_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_NumericTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_Spinwait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_State.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Threads/Kokkos_Threads_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Array.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTargetSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_FunctorAdapter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Reducer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_MathematicalConstants.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/KokkosExp_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Printf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_TaskScheduler.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_TaskScheduler_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_AcquireUniqueTokenImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Rank.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_GraphNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Core_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_ScheduleType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACCSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_Traits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_FunctorAdapter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenACC/Kokkos_OpenACC_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Concepts.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/KokkosExp_InterOp.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Graph_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_MemoryPool.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Parallel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_HostSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_MinMax.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_PointerOwnership.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Pair.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMP -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMP/Kokkos_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMP/Kokkos_OpenMP_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMP/Kokkos_OpenMP_Parallel_Scan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMP/Kokkos_OpenMP_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMP/Kokkos_OpenMP_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMP/Kokkos_OpenMP_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMP/Kokkos_OpenMP_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/OpenMP/Kokkos_OpenMP_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_CopyViews.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Complex.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_MemoryTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Graph.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_View.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Serial -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Serial/Kokkos_Serial_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Serial/Kokkos_Serial_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Serial/Kokkos_Serial_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Serial/Kokkos_Serial_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Serial/Kokkos_Serial_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Serial/Kokkos_Serial_Parallel_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Serial/Kokkos_Serial_Parallel_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Serial/Kokkos_Serial.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_BitManipulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_MathematicalSpecialFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Kokkos_ViewCtor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Kokkos_ViewUniformType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Kokkos_ViewMapping.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Kokkos_ViewAccessPreconditionsCheck.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Kokkos_ViewAtomic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Hooks -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Hooks/Kokkos_ViewHooks.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/MDSpan -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/MDSpan/Kokkos_MDSpan_Accessor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/MDSpan/Kokkos_MDSpan_Layout.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/MDSpan/Kokkos_MDSpan_Extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/MDSpan/Kokkos_MDSpan_Header.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Kokkos_ViewCommonType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Kokkos_ViewLegacy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Kokkos_ViewDataAnalysis.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Kokkos_ViewAlloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Kokkos_ViewTracker.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Kokkos_BasicView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/View/Kokkos_ViewTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_AnonymousSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Future.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_ReductionIdentity.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Half.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_hwloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Profiling_ScopedRegion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_TypeInfo.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Clamp.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Tuners.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_Half_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_TeamPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_WorkgroupReduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/SYCL/Kokkos_SYCL_Space.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/setup -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/setup/Kokkos_Setup_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/setup/Kokkos_Setup_Cuda.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/setup/Kokkos_Setup_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Crs.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_ExecPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Swap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_DetectionIdiom.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Compare_Exchange_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Fetch_Op_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Compare_Exchange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Compare_Exchange_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Fetch_Op_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Fetch_Op_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Fetch_Op_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Compare_Exchange_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Compare_Exchange_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Adapt_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Thread_Fence_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Thread_Fence_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Adapt_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Lock_Based_Fetch_Op_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Lock_Array.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Lock_Based_Fetch_Op_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Compare_Exchange_MSVC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Lock_Based_Fetch_Op_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Fetch_Op_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Thread_Fence_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Thread_Fence_MSVC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Thread_Fence_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Thread_Fence.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Thread_Fence_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Fetch_Op_Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Lock_Array_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Lock_Based_Fetch_Op_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Operator_Function_Objects.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Lock_Free_Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Adapt_CXX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Lock_Based_Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/openmp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/openmp/OpenMP_40.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/openmp/OpenMP_40_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Thread_Fence_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Adapt_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Lock_Array_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Thread_Fence_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Lock_Array_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Lock_Based_Fetch_Op_Host.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/cuda_cc7_asm.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/CUDA_asm.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_memorder.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/CUDA_asm_exchange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Fetch_Op_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Compare_Exchange_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Fetch_Op_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Compare_Exchange_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Atomic_Ref.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Compare_Exchange_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/desul/atomics/Config.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/lib/libkokkoscore.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8351/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/mdspan -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/mdspan/mdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/mdspan/mdarray.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p2389_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p2389_bits/dims.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p2630_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p2630_bits/strided_slice.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p2630_bits/submdspan_extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p2630_bits/submdspan_mapping.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p2630_bits/submdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p1684_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p1684_bits/mdarray.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/config.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/layout_right.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/no_unique_address.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/mdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/layout_left.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/compressed_pair.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/trait_backports.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/type_list.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/dynamic_extent.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/layout_stride.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/utility.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/default_accessor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p0009_bits/full_extent_t.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p2642_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p2642_bits/layout_padded_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/experimental/__p2642_bits/layout_padded.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8351/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Bitset.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_UnorderedMap_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_StaticCrsGraph_factory.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Functional_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Bitset_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_StaticCrsGraph.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_ScatterView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Functional.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_DualView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_UnorderedMap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Vector.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_OffsetView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_DynRankView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_DynamicView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_ErrorReporter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/lib/libkokkoscontainers.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8351/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_TransformExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Mismatch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Find.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Transform.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_CopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_AllOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_RemoveIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_ForEach.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_NoneOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_AdjacentFind.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Equal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_MoveBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_TransformExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_Mismatch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_Transform.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_FunctorsForExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_CopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_CopyCopyN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_AdjacentFind.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_Equal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_MoveBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_Constraints.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_ReplaceIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_AdjacentDifference.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_CopyBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_AllOfAnyOfNoneOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_Reverse.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_Unique.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_TransformReduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_PartitionCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_IsSorted.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_HelperPredicates.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_FindIfOrNot.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_MustUseKokkosSingleInTeam.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_Rotate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_IsPartitioned.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_FindEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_ReplaceCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_IsSortedUntil.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_PartitionPoint.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_InclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_ShiftRight.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_ShiftLeft.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_ReplaceCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_RotateCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_ExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_LexicographicalCompare.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_CountCountIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_ValueWrapperForNoNeutralElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_Replace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_SearchN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_RemoveAllVariants.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_Search.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_SwapRanges.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_Move.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_ForEachForEachN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_FindFirstOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_UniqueCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_ReverseCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_TransformInclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/impl/Kokkos_FillFillN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Generate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_CountIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Fill.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_FindIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_ReplaceIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_RemoveCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_IterSwap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_MinMaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_FindIfNot.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_AdjacentDifference.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_GenerateN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_CopyBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Reverse.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Unique.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Copy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_TransformReduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Count.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_PartitionCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_IsSorted.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_BeginEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Rotate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_IsPartitioned.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_FindEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_ReplaceCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_IsSortedUntil.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_PartitionPoint.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_InclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_ForEachN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_RemoveCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_ShiftRight.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_ShiftLeft.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_MaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_ReplaceCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_RotateCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_ExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_LexicographicalCompare.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_MinElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Replace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Remove.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_SearchN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Search.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_SwapRanges.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Move.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_AnyOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_FillN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_FindFirstOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_UniqueCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_ReverseCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_TransformInclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_Distance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/std_algorithms/Kokkos_CopyN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Sort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/sorting -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/sorting/Kokkos_BinOpsPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/sorting/Kokkos_SortByKeyPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/sorting/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/sorting/impl/Kokkos_SortByKeyImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/sorting/impl/Kokkos_SortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/sorting/impl/Kokkos_NestedSortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/sorting/impl/Kokkos_CopyOpsForBinSortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/sorting/Kokkos_SortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/sorting/Kokkos_BinSortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/sorting/Kokkos_NestedSortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_Random.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_NestedSort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_StdAlgorithms.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/lib/libkokkosalgorithms.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8351/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_SIMD_AVX2.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_SIMD.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_SIMD_Scalar.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/impl/Kokkos_Neon_SVE_bridge.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_SIMD_AVX512.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_SIMD_Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_SIMD_Common_Math.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_SIMD_NEON.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/Kokkos_SIMD_SVE.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/lib/libkokkossimd.a -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/lib/cmake/Kokkos/KokkosConfig.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/lib/cmake/Kokkos/KokkosConfigCommon.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/lib/cmake/Kokkos/KokkosConfigVersion.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/lib/cmake/Kokkos/KokkosTargets.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/lib/cmake/Kokkos/KokkosTargets-release.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/KokkosCore_config.h -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/bin/nvcc_wrapper -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/bin/hpcbind -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/bin/kokkos_launch_compiler -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8351/install/include/KokkosCore_config.h -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/KokkosCore_Config_FwdBackend.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/KokkosCore_Config_SetupBackend.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8351/install/include/KokkosCore_Config_DeclareBackend.hpp + cd .. + rm -rf build-tests + mkdir -p build-tests + cd build-tests + export CMAKE_PREFIX_PATH=/var/jenkins/workspace/Kokkos_PR-8351/build-tests/../install + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_PR-8351/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 -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- The CXX compiler identification is GNU 8.4.0 -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-8351/bin/nvcc_wrapper -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-8351/bin/nvcc_wrapper - works -- Detecting CXX compiler ABI info -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.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 -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Enabled Kokkos devices: SERIAL;CUDA CMake Warning at 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:145 (find_package) CMakeLists.txt:225 (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 -- Generating done -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8351/build-tests + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 1%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 1%] Built target AlwaysCheckGit Scanning dependencies of target kokkos_gtest Scanning dependencies of target kokkosprinter-tool Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 1%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 1%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o Scanning dependencies of target Kokkos_query_device [ 1%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 1%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX [ 1%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestHIP.cpp -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: SERIAL;HIP -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8351/build + make -j16 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkosprinter-tool [ 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 [ 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 [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o Scanning dependencies of target kokkoscore [ 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/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 [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 3%] Linking CXX shared library libimpl_git_version.so [ 3%] Linking CXX shared library libkokkosprinter-tool.so [ 3%] Built target impl_git_version [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 3%] Built target kokkosprinter-tool [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 2%] Linking CXX shared library libkokkosprinter-tool.so [ 4%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 4%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 4%] Built target kokkosprinter-tool Scanning dependencies of target Kokkos_example_relocatable_function [ 5%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 5%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility Scanning dependencies of target Kokkos_tutorial_01_hello_world [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 5%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o [ 4%] Linking CXX shared library libbenchmark.so [ 4%] Built target benchmark [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o Scanning dependencies of target benchmark_main [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o [ 6%] Linking CXX shared library libbenchmark_main.so [ 6%] Built target benchmark_main [ 5%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Linking CXX executable Kokkos_query_device [ 6%] Built target Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_tutorial_02_simple_reduce [ 7%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o [ 7%] Built target Kokkos_query_device Scanning dependencies of target Kokkos_tutorial_03_simple_view [ 7%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o [ 6%] Linking CXX shared library libkokkoscore.so [ 6%] Built target kokkoscore Scanning dependencies of target kokkossimd Scanning dependencies of target kokkosalgorithms [ 6%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 6%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o Scanning dependencies of target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 6%] Linking CXX shared library libkokkos_gtest.so [ 6%] Built target kokkos_gtest [ 7%] Linking CXX static library libkokkos_gtest.a [ 7%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o [ 7%] Built target kokkos_gtest Scanning dependencies of target Kokkos_tutorial_04_simple_memoryspaces [ 7%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o [ 6%] Linking CXX shared library libkokkosalgorithms.so [ 7%] Linking CXX shared library libkokkossimd.so [ 7%] Built target kokkosalgorithms [ 7%] Built target kokkossimd [ 7%] Linking CXX executable Kokkos_tutorial_01_hello_world [ 7%] Linking CXX shared library libkokkoscontainers.so [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 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_CTestDevice Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 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_HIPInterOpInit Scanning dependencies of target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpGraph [ 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_Develop.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Linking CXX executable Kokkos_example_relocatable_function [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial_ViewSupport Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.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 [ 7%] Built target Kokkos_tutorial_01_hello_world Scanning dependencies of target Kokkos_tutorial_05_simple_atomics [ 7%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIP [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o [ 7%] Built target Kokkos_example_relocatable_function [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 8%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o Scanning dependencies of target Kokkos_tutorial_06_simple_mdrangepolicy [ 7%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 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_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 9%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 9%] 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_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 7%] Linking CXX executable Kokkos_tutorial_02_simple_reduce [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 7%] Built target Kokkos_tutorial_02_simple_reduce Scanning dependencies of target Kokkos_tutorial_advancedviews_01_data_layouts [ 8%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 9%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 9%] Built target Kokkos_CoreUnitTest_CTestDevice [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o [ 9%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit [ 9%] Built target Kokkos_CoreUnitTest_HIPInterOpInit [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 8%] Linking CXX executable Kokkos_tutorial_03_simple_view [ 8%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces [ 8%] Built target Kokkos_tutorial_03_simple_view Scanning dependencies of target Kokkos_tutorial_advancedviews_02_memory_traits [ 8%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 8%] Built target Kokkos_tutorial_04_simple_memoryspaces [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o Scanning dependencies of target Kokkos_tutorial_advancedviews_03_subviews [ 8%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.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/Test06_ParallelFor_MDRangePolicy_SERIAL.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_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 12%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o [ 8%] Linking CXX executable Kokkos_tutorial_05_simple_atomics [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 8%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy [ 13%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph [ 13%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o [ 8%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o [ 8%] Built target Kokkos_tutorial_05_simple_atomics [ 8%] Built target Kokkos_tutorial_06_simple_mdrangepolicy Scanning dependencies of target Kokkos_tutorial_advancedviews_05_nvidia_uvm Scanning dependencies of target Kokkos_tutorial_advancedviews_04_dualviews [ 8%] Building CXX object example/tutorial/Advanced_Views/05_NVIDIA_UVM/CMakeFiles/Kokkos_tutorial_advancedviews_05_nvidia_uvm.dir/uvm_example.cpp.o [ 8%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 8%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o [ 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_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 8%] Built target Kokkos_tutorial_advancedviews_01_data_layouts [ 8%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly 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 [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 8%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 8%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits [ 8%] Built target Kokkos_tutorial_advancedviews_03_subviews [ 8%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 8%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o 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 [ 9%] Built target Kokkos_tutorial_advancedviews_02_memory_traits [ 9%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 14%] 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_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.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_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o [ 14%] 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_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 10%] Linking CXX executable Kokkos_tutorial_advancedviews_05_nvidia_uvm [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 10%] Built target Kokkos_tutorial_advancedviews_05_nvidia_uvm [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o Scanning dependencies of target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 11%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews [ 11%] 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 [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 11%] 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 [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o [ 11%] Built target Kokkos_tutorial_advancedviews_04_dualviews Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 11%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 11%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 11%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 11%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers [ 11%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 11%] Built target Kokkos_ContainersTestCompileOnly Scanning dependencies of target Kokkos_launch_bounds_reduce [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 12%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o Scanning dependencies of target Kokkos_tutorial_01_hello_world_lambda [ 12%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 12%] Built target Kokkos_tutorial_algorithms_01_random_numbers [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o Scanning dependencies of target Kokkos_tutorial_02_simple_reduce_lambda [ 12%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 16%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIP_ViewSupport [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_BasicView.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o [ 17%] 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_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o [ 12%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 18%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o [ 12%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda Scanning dependencies of target Kokkos_tutorial_03_simple_view_lambda [ 12%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 12%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 12%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for Scanning dependencies of target Kokkos_atomic [ 12%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 12%] Linking CXX executable Kokkos_launch_bounds_reduce [ 12%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda [ 12%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda [ 12%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o [ 12%] Built target Kokkos_tutorial_01_hello_world_lambda [ 12%] Built target Kokkos_launch_bounds_reduce Scanning dependencies of target Kokkos_gups [ 12%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 12%] Built target Kokkos_tutorial_02_simple_reduce_lambda Scanning dependencies of target Kokkos_gather Scanning dependencies of target Kokkos_launch_latency [ 12%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 12%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o [ 12%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization Scanning dependencies of target Kokkos_stream [ 12%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o 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 [ 19%] 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_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedAccessor.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.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_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o [ 21%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 21%] Built target Kokkos_IncrementalTest_SERIAL [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 13%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedDataHandle.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/hip/TestHIP_InterOp_StreamsMultiGPU.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorArg.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 13%] Built target Kokkos_tutorial_03_simple_view_lambda [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o Scanning dependencies of target Kokkos_policy_performance [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAllocationType.cpp.o [ 21%] Linking CXX executable Kokkos_IncrementalTest_HIP [ 21%] Built target Kokkos_IncrementalTest_HIP [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 13%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 14%] Linking CXX executable Kokkos_view_copy_constructor [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 14%] Linking CXX executable Kokkos_stream [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorFromMapping.cpp.o [ 14%] Built target Kokkos_view_copy_constructor 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 [ 14%] Built target Kokkos_stream Scanning dependencies of target impl_git_version [ 14%] Linking CXX executable Kokkos_launch_latency [ 14%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 14%] Linking CXX executable Kokkos_gups [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 15%] Linking CXX executable Kokkos_atomic [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 15%] Built target Kokkos_launch_latency [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 15%] Built target Kokkos_gups [ 15%] Built target Kokkos_atomic [ 15%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o nvcc_wrapper has been given GNU extension standard flag -std=gnu++17 - reverting flag to -std=c++17 [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o [ 21%] Built target Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 16%] Linking CXX static library libimpl_git_version.a [ 16%] Built target impl_git_version Scanning dependencies of target Kokkos_StackTraceTestExec [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs Scanning dependencies of target Kokkos_ToolsInitialization [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 16%] Linking CXX executable Kokkos_gather [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 22%] Linking CXX executable Kokkos_CoreUnitTest_HIP_ViewSupport [ 22%] Built target Kokkos_CoreUnitTest_HIP_ViewSupport [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 16%] Built target Kokkos_gather [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 22%] 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_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 23%] 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 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 16%] Linking CXX executable Kokkos_policy_performance [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 16%] Built target Kokkos_policy_performance [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 16%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 16%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 17%] Linking CXX executable Kokkos_ToolsInitialization [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 17%] Built target Kokkos_ToolsInitialization [ 17%] Linking CXX executable Kokkos_CoreTestCompileOnly Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2 [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 18%] Built target Kokkos_CoreTestCompileOnly Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 18%] Built target Kokkos_CoreUnitTest_CTestDevice [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o [ 18%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3 [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 29%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 29%] Built target Kokkos_CoreUnitTest_KokkosP [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 19%] 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_SubView_c02.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 20%] Linking CXX executable Kokkos_bytes_and_flops [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 20%] Linking CXX executable Kokkos_StackTraceTestExec [ 20%] Built target Kokkos_bytes_and_flops Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 30%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 30%] Built target Kokkos_CoreTestCompileOnly Scanning dependencies of target Kokkos_ProfilingAllCalls [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 21%] Built target Kokkos_StackTraceTestExec [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 30%] 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_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 30%] Linking CXX executable Kokkos_ProfilingAllCalls [ 30%] Built target Kokkos_ProfilingAllCalls [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 22%] 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_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 33%] Built target Kokkos_CoreUnitTest_Default [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o Scanning dependencies of target Kokkos_ToolsInitialization [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 35%] Linking CXX executable Kokkos_ToolsInitialization [ 35%] Built target Kokkos_ToolsInitialization [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o Scanning dependencies of target Kokkos_StackTraceTestExec [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 38%] 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_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 38%] Built target Kokkos_CoreUnitTest_Serial2 [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o [ 38%] Linking CXX executable Kokkos_StackTraceTestExec [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o [ 38%] Built target Kokkos_StackTraceTestExec 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 [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 39%] 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 [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 41%] 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_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp 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 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 [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanAtomicAccessor.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanConversion.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.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_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.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 [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 49%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 49%] Built target Kokkos_CoreUnitTest_Serial1 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o 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 [ 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 [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 54%] 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 [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessorAccessViolation.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessor.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp 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 [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o 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_Atomic_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o 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%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o [ 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_HeaderSelfContained_Kokkos_Abort_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp 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 [ 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%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Reduction [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 59%] 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_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 60%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 60%] Built target Kokkos_PerformanceTest_TaskDag [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o [ 61%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 61%] Built target Kokkos_PerformanceTest_Reduction Scanning dependencies of target Kokkos_PerformanceTest_ViewFirstTouch [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 61%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 61%] Built target Kokkos_PerformanceTest_SharedSpace Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 62%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 62%] Built target Kokkos_Benchmark_Atomic_MinMax [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_HIP [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o [ 62%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o [ 62%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o [ 32%] 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_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 62%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 62%] Built target Kokkos_PerformanceTest_Mempool [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 63%] 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_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 65%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 65%] Built target Kokkos_PerformanceTest_Atomic Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_ViewCustomization.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o [ 68%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 68%] Built target Kokkos_ContainersTestCompileOnly [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 69%] 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_a7.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.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_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP [ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.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 [ 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_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 35%] 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/TestStdAlgorithmsTeamSearch.cpp.o [ 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 [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o 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 [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o [ 74%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 74%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP [ 74%] Built target Kokkos_ContainersPerformanceTest_HIP [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o [ 74%] Built target Kokkos_ContainersUnitTest_Serial [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o 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 algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.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 [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 75%] Linking CXX executable Kokkos_ContainersUnitTest_HIP [ 75%] Built target Kokkos_ContainersUnitTest_HIP Scanning dependencies of target Kokkos_UnitTest_Sort [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o Scanning dependencies of target Kokkos_UnitTest_Random [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 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_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 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_UnitTest_Random.dir/hip/TestRandom.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 80%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 80%] Built target Kokkos_PerformanceTest_Benchmark [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 80%] 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_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 81%] Linking CXX executable Kokkos_UnitTest_Random [ 81%] Built target Kokkos_UnitTest_Random [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_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_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 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/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 82%] Linking CXX executable Kokkos_UnitTest_Sort Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 82%] Built target Kokkos_UnitTest_Sort [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 39%] 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_ViewCtorDimMatch.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 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_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 86%] 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_G.dir/TestStdAlgorithmsTeamMoveBackward.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_Team_L [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o 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 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 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 [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o [ 39%] Built target Kokkos_CoreUnitTest_Cuda3 Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.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_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 40%] Built target Kokkos_CoreUnitTest_ToolIndependence Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 41%] 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_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 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_I.dir/TestStdAlgorithmsTeamTransformReduce.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_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.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 [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H 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 [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q Scanning dependencies of target Kokkos_PerformanceTest_InclusiveScan [ 94%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 94%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M Scanning dependencies of target Kokkos_UnitTest_SIMD [ 94%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 94%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 94%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o [ 95%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o [ 95%] Built target Kokkos_PerformanceTest_InclusiveScan Scanning dependencies of target Kokkos_atomic [ 95%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D Scanning dependencies of target Kokkos_gather [ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o Scanning dependencies of target Kokkos_gups [ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o [ 96%] Linking CXX executable Kokkos_atomic [ 96%] Built target Kokkos_atomic [ 96%] Linking CXX executable Kokkos_gups Scanning dependencies of target Kokkos_launch_latency [ 96%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 96%] Built target Kokkos_gups Scanning dependencies of target Kokkos_stream [ 96%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o Scanning dependencies of target Kokkos_view_copy_constructor [ 96%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o Scanning dependencies of target Kokkos_policy_performance [ 97%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 97%] Linking CXX executable Kokkos_stream [ 97%] Linking CXX executable Kokkos_view_copy_constructor [ 97%] Built target Kokkos_stream [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o [ 98%] Built target Kokkos_view_copy_constructor [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o 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 [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o [ 98%] Linking CXX executable Kokkos_gather [ 98%] Built target Kokkos_gather [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o [ 98%] Linking CXX executable Kokkos_launch_latency [ 98%] Built target Kokkos_launch_latency [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedResourceLock.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o [100%] Linking CXX executable Kokkos_policy_performance [100%] Built target Kokkos_policy_performance [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o [ 47%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 47%] Built target Kokkos_CoreUnitTest_InitializeFinalize Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o [100%] Linking CXX executable Kokkos_bytes_and_flops [100%] Built target Kokkos_bytes_and_flops [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [100%] Linking CXX executable Kokkos_CoreUnitTest_HIP [100%] Built target Kokkos_CoreUnitTest_HIP [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 48%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 48%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [100%] Linking CXX executable Kokkos_UnitTest_SIMD [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [100%] Built target Kokkos_UnitTest_SIMD + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Site: 2234fc35c7ee Build name: Linux-hipcc Create new tag: 20250822-1736 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: [==========] Running 21 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 21 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] serial.view_customization_accessor_arg 1: [ OK ] serial.view_customization_accessor_arg (1 ms) 1: [ RUN ] serial.view_customization_allocation_type 1: [ OK ] serial.view_customization_allocation_type (0 ms) 1: [ RUN ] serial.view_customization_mirror 1: [ OK ] serial.view_customization_mirror (0 ms) 1: [ RUN ] serial.view_customization_deep_copy 1: [ OK ] serial.view_customization_deep_copy (0 ms) 1: [ RUN ] serial.view_customization_deep_copy_single_element_view 1: [ OK ] serial.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] serial.view_customization_accessor_from_mapping 1: [ OK ] serial.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] serial.view_customization_extra_int_arg 1: [ OK ] serial.view_customization_extra_int_arg (0 ms) 1: [----------] 21 tests from serial (1 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 21 tests from 1 test suite ran. (2 ms total) 1: [ PASSED ] 21 tests. 1/60 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-8351/build/core/unit_test/Kokkos_CoreUnitTest_HIP_ViewSupport 2: Test timeout computed to be: 1500 2: [==========] Running 21 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 21 tests from hip 2: [ RUN ] hip.basic_view_default_ctor 2: [ OK ] hip.basic_view_default_ctor (0 ms) 2: [ RUN ] hip.basic_view_extents_ctor 2: [ OK ] hip.basic_view_extents_ctor (0 ms) 2: [ RUN ] hip.basic_view_mapping_ctor_right 2: [ OK ] hip.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] hip.basic_view_access 2: [ OK ] hip.basic_view_access (1 ms) 2: [ RUN ] hip.basic_view_atomic_accessor 2: [ OK ] hip.basic_view_atomic_accessor (0 ms) 2: [ RUN ] hip.RefCountedAcc_Typedefs 2: [ OK ] hip.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] hip.RefCountedAcc_Ctors 2: [ OK ] hip.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] hip.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] hip.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] hip.RefCountedAcc_Access 2: [ OK ] hip.RefCountedAcc_Access (0 ms) 2: [ RUN ] hip.RefCountedAcc_Conversion 2: [ OK ] hip.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] hip.RefCountedDataHandle_Typedefs 2: [ OK ] hip.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] hip.RefCountedDataHandle 2: [ OK ] hip.RefCountedDataHandle (0 ms) 2: [ RUN ] hip.RefCountedDataHandleAnonym 2: [ OK ] hip.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] hip.RefCountedDataHandleConversion 2: [ OK ] hip.RefCountedDataHandleConversion (0 ms) 2: [ RUN ] hip.view_customization_accessor_arg 2: [ OK ] hip.view_customization_accessor_arg (0 ms) 2: [ RUN ] hip.view_customization_allocation_type 2: [ OK ] hip.view_customization_allocation_type (1 ms) 2: [ RUN ] hip.view_customization_mirror 2: [ OK ] hip.view_customization_mirror (0 ms) 2: [ RUN ] hip.view_customization_deep_copy 2: [ OK ] hip.view_customization_deep_copy (0 ms) 2: [ RUN ] hip.view_customization_deep_copy_single_element_view 2: [ OK ] hip.view_customization_deep_copy_single_element_view (0 ms) 2: [ RUN ] hip.view_customization_accessor_from_mapping 2: [ OK ] hip.view_customization_accessor_from_mapping (1 ms) 2: [ RUN ] hip.view_customization_extra_int_arg 2: [ OK ] hip.view_customization_extra_int_arg (0 ms) 2: [----------] 21 tests from hip (9 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 21 tests from 1 test suite ran. (9 ms total) 2: [ PASSED ] 21 tests. 2/60 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-8351/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 Scanning dependencies of target Kokkos_CoreUnitTest_Serial_ViewSupport [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o 3: [ OK ] serial_DeathTest.abort_from_host (1819 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (1662 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1515 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1542 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-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (6542 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-8351/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 223 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int8 3: [ OK ] serial.atomic_operations_int8 (0 ms) 3: [ RUN ] serial.atomic_operations_int16 3: [ OK ] serial.atomic_operations_int16 (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (0 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (0 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (0 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (0 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (1 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (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_assignable_types_rank_0 3: 3: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 3: does not support page migration between device and host. 3: HIPManagedSpace might not work as expected. 3: Please refer to the ROCm documentation on unified/managed memory. 3: [ OK ] serial.deep_copy_assignable_types_rank_0 (3 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1 3: [ OK ] serial.deep_copy_assignable_types_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2 3: [ OK ] serial.deep_copy_assignable_types_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3 3: [ OK ] serial.deep_copy_assignable_types_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_4 3: [ OK ] serial.deep_copy_assignable_types_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_5 3: [ OK ] serial.deep_copy_assignable_types_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_6 3: [ OK ] serial.deep_copy_assignable_types_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_7 3: [ OK ] serial.deep_copy_assignable_types_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_8 3: [ OK ] serial.deep_copy_assignable_types_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1_half 3: [ OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2_half 3: [ OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3_half 3: [ OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_0 3: [ OK ] serial.deep_copy_narrowing_rank_0 (2 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_1 3: [ OK ] serial.deep_copy_narrowing_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_2 3: [ OK ] serial.deep_copy_narrowing_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_3 3: [ OK ] serial.deep_copy_narrowing_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_4 3: [ OK ] serial.deep_copy_narrowing_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_5 3: [ OK ] serial.deep_copy_narrowing_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_6 3: [ OK ] serial.deep_copy_narrowing_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_7 3: [ OK ] serial.deep_copy_narrowing_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_8 3: [ OK ] serial.deep_copy_narrowing_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (2 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (19 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_args_with_structured_bindings 3: [ OK ] serial.partitioning_by_args_with_structured_bindings (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o 3: [ OK ] serial.exec_space_thread_safety_range (1089 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 (109 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 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (110 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_capture 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1113: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1876 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 50%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 50%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 50%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (6993 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (567 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (568 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_fmax_fmin 3: [ OK ] serial.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_impl_half_fallback 3: [ OK ] serial.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] serial.mathematical_functions_nextafter_fp16 3: [ OK ] serial.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (695 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (1115 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 (91 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (371 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 (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 [ 50%] Built target Kokkos_CoreUnitTest_Cuda1 Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3078 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 (33 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (4 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (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-8351/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 (77 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (239 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o 3: [ OK ] serial.int64_t_reduce_dynamic (1143 ms) 3: [ RUN ] serial.double_reduce_dynamic 3: [ OK ] serial.double_reduce_dynamic (1205 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (263 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-8351/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_identity_min_max_floating_point_types 3: [ OK ] serial.reduction_identity_min_max_floating_point_types (3 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (5 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o 3: [ OK ] serial.reduce_device_view_mdrange_policy (1768 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 (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: [----------] 223 tests from serial (22638 ms total) 3: 3: [----------] 17 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:250: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:444: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.sized_functor_launch 3: [ OK ] serial_graph.sized_functor_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 252 tests from 4 test suites ran. (29181 ms total) 3: [ PASSED ] 244 tests. 3: [ SKIPPED ] 8 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.graph_capture 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/60 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 29.58 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: [==========] Running 145 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 9 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 52%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 52%] Built target Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_CoreUnitTest_Cuda_ViewSupport [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (11118 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 53%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (10780 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 53%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (3165 ms) 4: [----------] 9 tests from serial_DeathTest (25064 ms total) 4: 4: [----------] 136 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 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_broadcast_int_ptr 4: [ OK ] serial.team_broadcast_int_ptr (0 ms) 4: [ RUN ] serial.team_single_thread_int_ptr 4: [ OK ] serial.team_single_thread_int_ptr (0 ms) 4: [ RUN ] serial.team_single_team_int_ptr 4: [ OK ] serial.team_single_team_int_ptr (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (4 ms) 4: [ RUN ] serial.triple_nested_parallelism [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o 4: [ OK ] serial.triple_nested_parallelism (300 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (59 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (8 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (8 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (64 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 (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 (69 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o 4: [ OK ] serial.repeated_team_reduce (7118 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 (85 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 (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 (2 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (4 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 (453 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (4 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right 4: [ OK ] serial.view_fill_tests_layout_right (2186 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 4: [ OK ] serial.view_fill_tests_layout_left (2602 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (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_mapping 4: [ OK ] serial.view_mapping (74 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 (116 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-8351/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (2 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (30 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (30 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (30 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (124 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (124 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (122 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 136 tests from serial (14444 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 145 tests from 2 test suites ran. (39509 ms total) 4: [ PASSED ] 138 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/60 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 39.91 sec test 5 Start 5: Kokkos_CoreUnitTest_HIP 5: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_HIP 5: Test timeout computed to be: 1500 5: [==========] Running 463 tests from 8 test suites. 5: [----------] Global test environment set-up. 5: [----------] 19 tests from hip_DeathTest 5: [ RUN ] hip_DeathTest.abort_from_host 5: [ OK ] hip_DeathTest.abort_from_host (1643 ms) 5: [ RUN ] hip_DeathTest.abort_from_device [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o 5: [ OK ] hip_DeathTest.abort_from_device (1567 ms) 5: [ RUN ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1561 ms) 5: [ RUN ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1569 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 (1580 ms) 5: [ RUN ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: [ OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (1535 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_dyn 5: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 56%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 56%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport 5: [ OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (10947 ms) 5: [ RUN ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 56%] Built target Kokkos_CoreUnitTest_CudaTimingBased Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o [ 57%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpGraph [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o 5: [ OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (10779 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_host [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 58%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 58%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph [ 58%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 58%] Built target Kokkos_CoreUnitTest_CudaInterOpInit Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 58%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 59%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU Scanning dependencies of target Kokkos_ProfilingAllCalls [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 61%] Linking CXX executable Kokkos_ProfilingAllCalls [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 61%] Built target Kokkos_ProfilingAllCalls Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_host (28457 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_device [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_device (28153 ms) 5: [----------] 19 tests from hip_DeathTest (87797 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-8351/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: [----------] 1 test from hip_managed_DeathTest 5: [ RUN ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o 5: [ OK ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility (3325 ms) 5: [----------] 1 test from hip_managed_DeathTest (3325 ms total) 5: 5: [----------] 339 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 (10 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 (10 ms) 5: [ RUN ] hip.atomic_operations_float 5: [ OK ] hip.atomic_operations_float (8 ms) 5: [ RUN ] hip.atomic_operations_int8 5: [ OK ] hip.atomic_operations_int8 (26 ms) 5: [ RUN ] hip.atomic_operations_int16 5: [ OK ] hip.atomic_operations_int16 (25 ms) 5: [ RUN ] hip.atomic_operations_int 5: [ OK ] hip.atomic_operations_int (25 ms) 5: [ RUN ] hip.atomic_operations_long 5: [ OK ] hip.atomic_operations_long (25 ms) 5: [ RUN ] hip.atomic_operations_longlong 5: [ OK ] hip.atomic_operations_longlong (25 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 (21 ms) 5: [ RUN ] hip.atomic_operations_unsignedlong 5: [ OK ] hip.atomic_operations_unsignedlong (20 ms) 5: [ RUN ] hip.atomics [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o 5: [ OK ] hip.atomics (337 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 (16 ms) 5: [ RUN ] hip.atomic_views_nonintegral [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o 5: [ OK ] hip.atomic_views_nonintegral (14237 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 (3 ms) 5: [ RUN ] hip.crs_copy_constructor 5: [ OK ] hip.crs_copy_constructor (7 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_0 5: 5: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 5: does not support page migration between device and host. 5: HIPManagedSpace might not work as expected. 5: Please refer to the ROCm documentation on unified/managed memory. 5: [ OK ] hip.deep_copy_assignable_types_rank_0 (12 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_1 5: [ OK ] hip.deep_copy_assignable_types_rank_1 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_2 5: [ OK ] hip.deep_copy_assignable_types_rank_2 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_3 5: [ OK ] hip.deep_copy_assignable_types_rank_3 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_4 5: [ OK ] hip.deep_copy_assignable_types_rank_4 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_5 5: [ OK ] hip.deep_copy_assignable_types_rank_5 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_6 5: [ OK ] hip.deep_copy_assignable_types_rank_6 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_7 5: [ OK ] hip.deep_copy_assignable_types_rank_7 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_8 5: [ OK ] hip.deep_copy_assignable_types_rank_8 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_1_half 5: [ OK ] hip.deep_copy_assignable_types_rank_1_half (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_2_half 5: [ OK ] hip.deep_copy_assignable_types_rank_2_half (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_3_half 5: [ OK ] hip.deep_copy_assignable_types_rank_3_half (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_0 5: [ OK ] hip.deep_copy_narrowing_rank_0 (9 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_1 5: [ OK ] hip.deep_copy_narrowing_rank_1 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_2 5: [ OK ] hip.deep_copy_narrowing_rank_2 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_3 5: [ OK ] hip.deep_copy_narrowing_rank_3 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_4 5: [ OK ] hip.deep_copy_narrowing_rank_4 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_5 5: [ OK ] hip.deep_copy_narrowing_rank_5 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_6 5: [ OK ] hip.deep_copy_narrowing_rank_6 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_7 5: [ OK ] hip.deep_copy_narrowing_rank_7 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_8 5: [ OK ] hip.deep_copy_narrowing_rank_8 (0 ms) 5: [ RUN ] hip.deep_copy_alignment 5: [ OK ] hip.deep_copy_alignment (9 ms) 5: [ RUN ] hip.deep_copy_conversion 5: [ OK ] hip.deep_copy_conversion (5 ms) 5: [ RUN ] hip.partitioning_by_args 5: [ OK ] hip.partitioning_by_args (24 ms) 5: [ RUN ] hip.partitioning_by_args_with_structured_bindings 5: [ OK ] hip.partitioning_by_args_with_structured_bindings (1 ms) 5: [ RUN ] hip.partitioning_by_vector 5: [ OK ] hip.partitioning_by_vector (1 ms) 5: [ RUN ] hip.exec_space_thread_safety_range [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o 5: [ OK ] hip.exec_space_thread_safety_range (2136 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 [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o 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 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 (2 ms) 5: [ RUN ] hip.graph_capture 5: [ OK ] hip.graph_capture (4 ms) 5: [ RUN ] hip.graph_then 5: [ OK ] hip.graph_then (0 ms) 5: [ RUN ] hip.then_host 5: [ OK ] hip.then_host (0 ms) 5: [ RUN ] hip.mixed_then_host_device_nodes 5: [ OK ] hip.mixed_then_host_device_nodes (0 ms) 5: [ RUN ] hip.graph_then_tag 5: [ OK ] hip.graph_then_tag (0 ms) 5: [ RUN ] hip.host_shared_ptr_use_count 5: [ OK ] hip.host_shared_ptr_use_count (0 ms) 5: [ RUN ] hip.host_shared_ptr_get 5: [ OK ] hip.host_shared_ptr_get (0 ms) 5: [ RUN ] hip.host_shared_ptr_dereference_on_device 5: [ OK ] hip.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] hip.host_shared_ptr_special_members_on_device 5: [ OK ] hip.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] hip.host_shared_ptr_tracking 5: [ OK ] hip.host_shared_ptr_tracking (0 ms) 5: [ RUN ] hip.join_backward_compatibility 5: [ OK ] hip.join_backward_compatibility (0 ms) 5: [ RUN ] hip.local_deepcopy_teampolicy_layoutleft 5: [ OK ] hip.local_deepcopy_teampolicy_layoutleft (676 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutleft [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutleft (2129 ms) 5: [ RUN ] hip.local_deepcopy_teampolicy_layoutright [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o 5: [ OK ] hip.local_deepcopy_teampolicy_layoutright (650 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutright 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutright (1442 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 (3 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 (21 ms) 5: [ RUN ] hip.mathematical_functions_fma 5: [ OK ] hip.mathematical_functions_fma (0 ms) 5: [ RUN ] hip.mathematical_functions_fmax_fmin 5: [ OK ] hip.mathematical_functions_fmax_fmin (0 ms) 5: [ RUN ] hip.mathematical_functions_error_and_gamma_functions 5: [ OK ] hip.mathematical_functions_error_and_gamma_functions (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_impl_half_fallback 5: [ OK ] hip.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] hip.mathematical_functions_nextafter_fp16 5: [ OK ] hip.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] hip.mathematical_functions_exponential_functions 5: [ OK ] hip.mathematical_functions_exponential_functions (9 ms) 5: [ RUN ] hip.mathspecialfunc_expint1 5: [ OK ] hip.mathspecialfunc_expint1 (4 ms) 5: [ RUN ] hip.mathspecialfunc_errorfunc 5: [ OK ] hip.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselj0y0 5: [ OK ] hip.mathspecialfunc_cbesselj0y0 (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-8351/core/unit_test/TestMathematicalSpecialFunctions.hpp:2033: 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 (121 ms) 5: [ RUN ] hip.mdrange_6d 5: [ OK ] hip.mdrange_6d (199 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 (6 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 (59 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 5: [ OK ] hip.mdrange_parallel_reduce_primitive_types (2487 ms) 5: [ RUN ] hip.mdspan_minimal_functional 5: [ OK ] hip.mdspan_minimal_functional (1 ms) 5: [ RUN ] hip.mdspan_atomic_accessor 5: [ OK ] hip.mdspan_atomic_accessor (0 ms) 5: [ RUN ] hip.view_mdspan_conversion 5: [ OK ] hip.view_mdspan_conversion (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 (9 ms) 5: [ RUN ] hip.numeric_traits_epsilon 5: [ OK ] hip.numeric_traits_epsilon (0 ms) 5: [ RUN ] hip.numeric_traits_round_error 5: [ OK ] hip.numeric_traits_round_error (0 ms) 5: [ RUN ] hip.numeric_traits_norm_min 5: [ OK ] hip.numeric_traits_norm_min (0 ms) 5: [ RUN ] hip.numeric_traits_denorm_min 5: [ OK ] hip.numeric_traits_denorm_min (0 ms) 5: [ RUN ] hip.numeric_traits_finite_min_max 5: [ OK ] hip.numeric_traits_finite_min_max (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.parallel_scan_range_policy 5: [ OK ] hip.parallel_scan_range_policy (54 ms) 5: [ RUN ] hip.kokkos_printf 5: [ OK ] hip.kokkos_printf (1 ms) 5: [ RUN ] hip.range_for 5: [ OK ] hip.range_for (2 ms) 5: [ RUN ] hip.range_reduce 5: [ OK ] hip.range_reduce (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 (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 (11 ms) 5: [ RUN ] hip.reducers_struct 5: [ OK ] hip.reducers_struct (3 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 (3 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 (21 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 (24 ms) 5: [ RUN ] hip.int64_t_reduce_dynamic_view 5: [ OK ] hip.int64_t_reduce_dynamic_view (9 ms) 5: [ RUN ] hip.int_combined_reduce 5: [ OK ] hip.int_combined_reduce (0 ms) 5: [ RUN ] hip.mdrange_combined_reduce 5: [ OK ] hip.mdrange_combined_reduce (0 ms) 5: [ RUN ] hip.int_combined_reduce_mixed 5: [ OK ] hip.int_combined_reduce_mixed (0 ms) 5: [ RUN ] hip.reduction_with_large_iteration_count 5: [ OK ] hip.reduction_with_large_iteration_count (312 ms) 5: [ RUN ] hip.reduction_identity_min_max_floating_point_types 5: [ OK ] hip.reduction_identity_min_max_floating_point_types (0 ms) 5: [ RUN ] hip.reduction_deduction 5: [ OK ] hip.reduction_deduction (0 ms) 5: [ RUN ] hip.reduce_device_view_range_policy [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 62%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 62%] Built target Kokkos_CoreUnitTest_KokkosP [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o 5: [ OK ] hip.reduce_device_view_range_policy (28641 ms) 5: [ RUN ] hip.reduce_device_view_mdrange_policy [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o 5: [ OK ] hip.reduce_device_view_mdrange_policy (30903 ms) 5: [ RUN ] hip.reduce_device_view_team_policy [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o 5: [ OK ] hip.reduce_device_view_team_policy (33117 ms) 5: [ RUN ] hip.impl_shared_alloc 5: [ OK ] hip.impl_shared_alloc (81 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 (16 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 (74 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_broadcast_int_ptr 5: [ OK ] hip.team_broadcast_int_ptr (0 ms) 5: [ RUN ] hip.team_single_thread_int_ptr 5: [ OK ] hip.team_single_thread_int_ptr (0 ms) 5: [ RUN ] hip.team_single_team_int_ptr 5: [ OK ] hip.team_single_team_int_ptr (0 ms) 5: [ RUN ] hip.team_handle_by_value 5: [ OK ] hip.team_handle_by_value (0 ms) 5: [ RUN ] hip.team_vector 5: [ OK ] hip.team_vector (9 ms) 5: [ RUN ] hip.triple_nested_parallelism 5: [ OK ] hip.triple_nested_parallelism (5 ms) 5: [ RUN ] hip.parallel_scan_with_reducers 5: [ OK ] hip.parallel_scan_with_reducers (68 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 (42 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 (26 ms) 5: [ RUN ] hip.ThreadVectorMDRangeParallelReduce 5: [ OK ] hip.ThreadVectorMDRangeParallelReduce (7 ms) 5: [ RUN ] hip.TeamVectorMDRangeParallelReduce 5: [ OK ] hip.TeamVectorMDRangeParallelReduce (7 ms) 5: [ RUN ] hip.team_policy_runtime_parameters 5: [ OK ] hip.team_policy_runtime_parameters (0 ms) 5: [ RUN ] hip.team_reduction_scan 5: [ OK ] hip.team_reduction_scan (1440 ms) 5: [ RUN ] hip.team_long_reduce 5: [ OK ] hip.team_long_reduce (17 ms) 5: [ RUN ] hip.team_double_reduce 5: [ OK ] hip.team_double_reduce (17 ms) 5: [ RUN ] hip.team_long_array_reduce 5: [ OK ] hip.team_long_array_reduce (19 ms) 5: [ RUN ] hip.team_double_array_reduce 5: [ OK ] hip.team_double_array_reduce (18 ms) 5: [ RUN ] hip.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] hip.repeated_team_reduce 5: [ OK ] hip.repeated_team_reduce (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 (119 ms) 5: [ RUN ] hip.team_scan_ret_val 5: [ OK ] hip.team_scan_ret_val (109 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 (22 ms) 5: [ RUN ] hip.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] hip.team_teamvector_range 5: [ OK ] hip.team_teamvector_range (3 ms) 5: [ RUN ] hip.unique_token_global 5: [ OK ] hip.unique_token_global (20 ms) 5: [ RUN ] hip.unique_token_instance 5: [ OK ] hip.unique_token_instance (23 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 (6 ms) 5: [ RUN ] hip.view_api_c 5: [ OK ] hip.view_api_c (7 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 (5 ms) 5: [ RUN ] hip.view_copy_tests_rank_0 5: [ OK ] hip.view_copy_tests_rank_0 (1 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 (65 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_layoutstride_left_to_layoutleft_assignment 5: [ OK ] hip.view_layoutstride_left_to_layoutleft_assignment (48 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_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 (12 ms) 5: [ RUN ] hip.view_realloc 5: [ OK ] hip.view_realloc (0 ms) 5: [ RUN ] hip.workgraph_fib 5: [ OK ] hip.workgraph_fib (3166 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 [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o 5: [ OK ] hip.team_scratch_1_streams (64424 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-8351/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: [----------] 339 tests from hip (189768 ms total) 5: 5: [----------] 17 tests from hip_graph 5: [ RUN ] hip_graph.submit_once 5: [ OK ] hip_graph.submit_once (0 ms) 5: [ RUN ] hip_graph.submit_once_rvalue 5: [ OK ] hip_graph.submit_once_rvalue (0 ms) 5: [ RUN ] hip_graph.instantiate_and_submit_once 5: [ OK ] hip_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] hip_graph.submit_onto_another_execution_space_instance 5: [ OK ] hip_graph.submit_onto_another_execution_space_instance (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-8351/core/unit_test/TestGraph.hpp:338: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] hip_graph.repeat_chain (0 ms) 5: [ RUN ] hip_graph.zero_work_reduce 5: [ OK ] hip_graph.zero_work_reduce (0 ms) 5: [ RUN ] hip_graph.empty_graph 5: [ OK ] hip_graph.empty_graph (0 ms) 5: [ RUN ] hip_graph.force_global_launch 5: [ OK ] hip_graph.force_global_launch (0 ms) 5: [ RUN ] hip_graph.sized_functor_launch 5: [ OK ] hip_graph.sized_functor_launch (2 ms) 5: [ RUN ] hip_graph.empty_graph_default_host_exec 5: [ OK ] hip_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] hip_graph.node_lifetime 5: [ OK ] hip_graph.node_lifetime (0 ms) 5: [ RUN ] hip_graph.diamond 5: [ OK ] hip_graph.diamond (4 ms) 5: [ RUN ] hip_graph.end_of_submit_control_flow 5: [ OK ] hip_graph.end_of_submit_control_flow (4 ms) 5: [----------] 17 tests from hip_graph (24 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 (42 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d_atomic 5: [ OK ] hip_managed.view_subview_2d_from_3d_atomic (43 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 (120 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 (125 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 (125 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 (260 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 (1027 ms) 5: [ RUN ] hip_managed.view_shmem_size_on_device 5: [ OK ] hip_managed.view_shmem_size_on_device (15 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 (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 [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o 5: [ OK ] hip_managed.view_fill_tests_layout_right (1946 ms) 5: [ RUN ] hip_managed.view_fill_tests_layout_left 5: [ OK ] hip_managed.view_fill_tests_layout_left (788 ms) 5: [ RUN ] hip_managed.view_mapping 5: [ OK ] hip_managed.view_mapping (74 ms) 5: [ RUN ] hip_managed.view_mapping_operator 5: [ OK ] hip_managed.view_mapping_operator (21 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 (5079 ms total) 5: 5: [----------] 28 tests from hip_hostpinned 5: [ RUN ] hip_hostpinned.impl_shared_alloc 5: [ OK ] hip_hostpinned.impl_shared_alloc (175 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 [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o 5: [ OK ] hip_hostpinned.view_allocation_large_rank (879 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 (2 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 ] hip_hostpinned.view_fill_tests_layout_right (2389 ms) 5: [ RUN ] hip_hostpinned.view_fill_tests_layout_left [ 69%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o 5: [ OK ] hip_hostpinned.view_fill_tests_layout_left (3278 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 (1 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 (6817 ms total) 5: 5: [----------] 2 tests from hip_constant_memory 5: [ RUN ] hip_constant_memory.many_streams_per_device 5: [ OK ] hip_constant_memory.many_streams_per_device (78 ms) 5: [ RUN ] hip_constant_memory.one_stream_per_device 5: [ OK ] hip_constant_memory.one_stream_per_device (63 ms) 5: [----------] 2 tests from hip_constant_memory (141 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 463 tests from 8 test suites ran. (292954 ms total) 5: [ PASSED ] 455 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/60 Test #5: Kokkos_CoreUnitTest_HIP .................................... Passed 293.43 sec test 6 Start 6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks 6: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_HIPGraphAtomicLocks 6: Test timeout computed to be: 1500 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from hip 6: [ RUN ] hip.graph_lock_based_atomic_op 6: [ OK ] hip.graph_lock_based_atomic_op (16 ms) 6: [----------] 1 test from hip (16 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (16 ms total) 6: [ PASSED ] 1 test. 6/60 Test #6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks .................... Passed 0.43 sec test 7 Start 7: Kokkos_CoreUnitTest_HIPInterOpInit 7: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 7: [ OK ] hip.raw_hip_interop (336 ms) 7: [----------] 1 test from hip (336 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 1 test from 1 test suite ran. (336 ms total) 7: [ PASSED ] 1 test. 7/60 Test #7: Kokkos_CoreUnitTest_HIPInterOpInit ......................... Passed 0.39 sec test 8 Start 8: Kokkos_CoreUnitTest_HIPInterOpStreams 8: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 8: [ OK ] hip.raw_hip_streams (349 ms) 8: [----------] 1 test from hip (349 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (349 ms total) 8: [ PASSED ] 1 test. 8/60 Test #8: Kokkos_CoreUnitTest_HIPInterOpStreams ...................... Passed 0.41 sec test 9 Start 9: Kokkos_CoreUnitTest_HIPInterOpGraph 9: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (11 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. (13 ms total) 9: [ PASSED ] 3 tests. 9/60 Test #9: Kokkos_CoreUnitTest_HIPInterOpGraph ........................ Passed 0.41 sec test 10 Start 10: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU 10: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU 10: Test timeout computed to be: 1500 10: [==========] Running 4 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 4 tests from hip_multi_gpu 10: [ RUN ] hip_multi_gpu.managed_views 10: /var/jenkins/workspace/Kokkos_PR-8351/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 (22 ms) 10: [ RUN ] hip_multi_gpu.unmanaged_views 10: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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 (25 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 4 tests from 1 test suite ran. (25 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/60 Test #10: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU .............. Passed 0.43 sec test 11 Start 11: Kokkos_CoreUnitTest_Default 11: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Default 11: Test timeout computed to be: 1500 11: [==========] Running 59 tests from 41 test suites. 11: [----------] Global test environment set-up. 11: [----------] 19 tests from defaultdevicetype 11: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 11: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (1 ms) 11: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 11: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 11: [ RUN ] defaultdevicetype.shared_space 11: /var/jenkins/workspace/Kokkos_PR-8351/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 (1 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 11: [ OK ] defaultdevicetype.reduce_instantiation_b3 (26 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c3 [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o 11: [ OK ] defaultdevicetype.reduce_instantiation_c3 (11 ms) 11: [----------] 19 tests from defaultdevicetype (127 ms total) 11: 11: [----------] 1 test from kokkosresize 11: [ RUN ] kokkosresize.host_space_access 11: [ OK ] kokkosresize.host_space_access (16 ms) 11: [----------] 1 test from kokkosresize (16 ms total) 11: 11: [----------] 1 test from TestViewAPI/0, where TypeParam = <type> 11: [ RUN ] TestViewAPI/0.sizes 11: [ OK ] TestViewAPI/0.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/0 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/1, where TypeParam = <type> 11: [ RUN ] TestViewAPI/1.sizes 11: [ OK ] TestViewAPI/1.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/1 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/2, where TypeParam = <type> 11: [ RUN ] TestViewAPI/2.sizes 11: [ OK ] TestViewAPI/2.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/2 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/3, where TypeParam = <type> 11: [ RUN ] TestViewAPI/3.sizes 11: [ OK ] TestViewAPI/3.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/3 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/4, where TypeParam = <type> 11: [ RUN ] TestViewAPI/4.sizes 11: [ OK ] TestViewAPI/4.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/4 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/5, where TypeParam = <type> 11: [ RUN ] TestViewAPI/5.sizes 11: [ OK ] TestViewAPI/5.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/5 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/6, where TypeParam = <type> 11: [ RUN ] TestViewAPI/6.sizes 11: [ OK ] TestViewAPI/6.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/6 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/7, where TypeParam = <type> 11: [ RUN ] TestViewAPI/7.sizes 11: [ OK ] TestViewAPI/7.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/7 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/8, where TypeParam = <type> 11: [ RUN ] TestViewAPI/8.sizes 11: [ OK ] TestViewAPI/8.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/8 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/9, where TypeParam = <type> 11: [ RUN ] TestViewAPI/9.sizes 11: [ OK ] TestViewAPI/9.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/9 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/10, where TypeParam = <type> 11: [ RUN ] TestViewAPI/10.sizes 11: [ OK ] TestViewAPI/10.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/10 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/11, where TypeParam = <type> 11: [ RUN ] TestViewAPI/11.sizes 11: [ OK ] TestViewAPI/11.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/11 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/12, where TypeParam = <type> 11: [ RUN ] TestViewAPI/12.sizes 11: [ OK ] TestViewAPI/12.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/12 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/13, where TypeParam = <type> 11: [ RUN ] TestViewAPI/13.sizes 11: [ OK ] TestViewAPI/13.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/13 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/14, where TypeParam = <type> 11: [ RUN ] TestViewAPI/14.sizes 11: [ OK ] TestViewAPI/14.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/14 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/15, where TypeParam = <type> 11: [ RUN ] TestViewAPI/15.sizes 11: [ OK ] TestViewAPI/15.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/15 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/16, where TypeParam = <type> 11: [ RUN ] TestViewAPI/16.sizes 11: [ OK ] TestViewAPI/16.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/16 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/17, where TypeParam = <type> 11: [ RUN ] TestViewAPI/17.sizes 11: [ OK ] TestViewAPI/17.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/17 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/18, where TypeParam = <type> 11: [ RUN ] TestViewAPI/18.sizes 11: [ OK ] TestViewAPI/18.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/18 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/19, where TypeParam = <type> 11: [ RUN ] TestViewAPI/19.sizes 11: [ OK ] TestViewAPI/19.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/19 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/20, where TypeParam = <type> 11: [ RUN ] TestViewAPI/20.sizes 11: [ OK ] TestViewAPI/20.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/20 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/21, where TypeParam = <type> 11: [ RUN ] TestViewAPI/21.sizes 11: [ OK ] TestViewAPI/21.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/21 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/22, where TypeParam = <type> 11: [ RUN ] TestViewAPI/22.sizes 11: [ OK ] TestViewAPI/22.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/22 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/23, where TypeParam = <type> 11: [ RUN ] TestViewAPI/23.sizes 11: [ OK ] TestViewAPI/23.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/23 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/24, where TypeParam = <type> 11: [ RUN ] TestViewAPI/24.sizes 11: [ OK ] TestViewAPI/24.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/24 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/25, where TypeParam = <type> 11: [ RUN ] TestViewAPI/25.sizes 11: [ OK ] TestViewAPI/25.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/25 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/26, where TypeParam = <type> 11: [ RUN ] TestViewAPI/26.sizes 11: [ OK ] TestViewAPI/26.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/26 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/27, where TypeParam = <type> 11: [ RUN ] TestViewAPI/27.sizes 11: [ OK ] TestViewAPI/27.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/27 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/28, where TypeParam = <type> 11: [ RUN ] TestViewAPI/28.sizes 11: [ OK ] TestViewAPI/28.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/28 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/29, where TypeParam = <type> 11: [ RUN ] TestViewAPI/29.sizes 11: [ OK ] TestViewAPI/29.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/29 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/30, where TypeParam = <type> 11: [ RUN ] TestViewAPI/30.sizes 11: [ OK ] TestViewAPI/30.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/30 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/31, where TypeParam = <type> 11: [ RUN ] TestViewAPI/31.sizes 11: [ OK ] TestViewAPI/31.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/31 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/32, where TypeParam = <type> 11: [ RUN ] TestViewAPI/32.sizes 11: [ OK ] TestViewAPI/32.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/32 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/33, where TypeParam = <type> 11: [ RUN ] TestViewAPI/33.sizes 11: [ OK ] TestViewAPI/33.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/33 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/34, where TypeParam = <type> 11: [ RUN ] TestViewAPI/34.sizes 11: [ OK ] TestViewAPI/34.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/34 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/35, where TypeParam = <type> 11: [ RUN ] TestViewAPI/35.sizes 11: [ OK ] TestViewAPI/35.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/35 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/36, where TypeParam = <type> 11: [ RUN ] TestViewAPI/36.sizes 11: [ OK ] TestViewAPI/36.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/36 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/37, where TypeParam = <type> 11: [ RUN ] TestViewAPI/37.sizes 11: [ OK ] TestViewAPI/37.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/37 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/38, where TypeParam = <type> 11: [ RUN ] TestViewAPI/38.sizes 11: [ OK ] TestViewAPI/38.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/38 (0 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 59 tests from 41 test suites ran. (146 ms total) 11: [ PASSED ] 58 tests. 11: [ SKIPPED ] 1 test, listed below: 11: [ SKIPPED ] defaultdevicetype.shared_space 11/60 Test #11: Kokkos_CoreUnitTest_Default ................................ Passed 0.54 sec test 12 Start 12: Kokkos_CoreUnitTest_InitializeFinalize 12: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 12: Test timeout computed to be: 1500 12: [==========] Running 30 tests from 7 test suites. 12: [----------] Global test environment set-up. 12: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views [ 69%] Built target Kokkos_CoreUnitTest_Cuda2 Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda [ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (806 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (4513 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (7236 ms) 12: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (12555 ms total) 12: 12: [----------] 4 tests from InitializeFinalize_DeathTest 12: [ RUN ] InitializeFinalize_DeathTest.initialize 12: [ OK ] InitializeFinalize_DeathTest.initialize (3442 ms) 12: [ RUN ] InitializeFinalize_DeathTest.finalize [ 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_Default.dir/default/TestDefaultDeviceType_b3.cpp.o 12: [ OK ] InitializeFinalize_DeathTest.finalize (2307 ms) 12: [ RUN ] InitializeFinalize_DeathTest.is_initialized 12: [ OK ] InitializeFinalize_DeathTest.is_initialized (389 ms) 12: [ RUN ] InitializeFinalize_DeathTest.is_finalized 12: [ OK ] InitializeFinalize_DeathTest.is_finalized (388 ms) 12: [----------] 4 tests from InitializeFinalize_DeathTest (6527 ms total) 12: 12: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 12: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 12: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (27 ms) 12: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (27 ms total) 12: 12: [----------] 1 test from Legion_DeathTest 12: [ RUN ] Legion_DeathTest.individual_backend_initialization 12: [ OK ] Legion_DeathTest.individual_backend_initialization (389 ms) 12: [----------] 1 test from Legion_DeathTest (389 ms total) 12: 12: [----------] 2 tests from PushFinalizeHook_DeathTest 12: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o 12: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (390 ms) 12: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 12: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1637 ms) 12: [----------] 2 tests from PushFinalizeHook_DeathTest (2028 ms total) 12: 12: [----------] 6 tests from ScopeGuard_DeathTest 12: [ RUN ] ScopeGuard_DeathTest.create [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o 12: [ OK ] ScopeGuard_DeathTest.create (391 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_argument 12: [ OK ] ScopeGuard_DeathTest.create_argument (387 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 12: [ OK ] ScopeGuard_DeathTest.create_while_initialize (1569 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 12: [ OK ] ScopeGuard_DeathTest.create_after_initialize (1525 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_after_finalize [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o 12: [ OK ] ScopeGuard_DeathTest.create_after_finalize (1572 ms) 12: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 12: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (1568 ms) 12: [----------] 6 tests from ScopeGuard_DeathTest (7014 ms total) 12: 12: [----------] 13 tests from defaultdevicetype 12: [ RUN ] defaultdevicetype.initialization_settings 12: [ OK ] defaultdevicetype.initialization_settings (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 12: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_device_id 12: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 12: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 12: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_help 12: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 12: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 12: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_num_threads 12: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_device_id 12: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_disable_warnings 12: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_tune_internals 12: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 12: [ RUN ] defaultdevicetype.visible_devices 12: [ OK ] defaultdevicetype.visible_devices (0 ms) 12: [----------] 13 tests from defaultdevicetype (1 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 30 tests from 7 test suites ran. (28545 ms total) 12: [ PASSED ] 30 tests. 12/60 Test #12: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 28.57 sec test 13 Start 13: Kokkos_CoreUnitTest_Develop 13: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Develop 13: Test timeout computed to be: 1500 13: [==========] Running 1 test from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 1 test from defaultdevicetype 13: [ RUN ] defaultdevicetype.development_test 13: [ OK ] defaultdevicetype.development_test (0 ms) 13: [----------] 1 test from defaultdevicetype (0 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 1 test from 1 test suite ran. (0 ms total) 13: [ PASSED ] 1 test. 13/60 Test #13: Kokkos_CoreUnitTest_Develop ................................ Passed 0.39 sec test 14 Start 14: Kokkos_CoreUnitTest_KokkosP 14: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (8 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 31 tests from 1 test suite ran. (8 ms total) 14: [ PASSED ] 31 tests. 14/60 Test #14: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.40 sec test 15 Start 15: Kokkos_CoreUnitTest_ToolIndependence 15: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 15: Test timeout computed to be: 1500 15/60 Test #15: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.03 sec test 16 Start 16: Kokkos_ProfilingTestLibraryLoadHelp 16: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 16: Environment variables: 16: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so 16: Test timeout computed to be: 1500 16: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 16: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 16/60 Test #16: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.39 sec test 17 Start 17: Kokkos_ProfilingTestLibraryCmdLineHelp 17: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so" 17: Test timeout computed to be: 1500 17: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 17/60 Test #17: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.39 sec test 18 Start 18: Kokkos_ProfilingTestLibraryLoad 18: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 18: Environment variables: 18: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/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.7.99::kokkosp_allocate_data:Host:source:0x1711980:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1711bc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1711cc0:Host:source:0x1711a80: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:0x16d4180: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:0x1711bc0:40::kokkosp_deallocate_data:Host:source:0x1711980:40::kokkosp_finalize_library:: 18/60 Test #18: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.39 sec test 19 Start 19: Kokkos_ProfilingTestLibraryCmdLine 19: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/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.7.99::kokkosp_allocate_data:Host:source:0x110b080:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x110b300:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x110b400:Host:source:0x110b180: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:0xc16ec0: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:0x110b300:40::kokkosp_deallocate_data:Host:source:0x110b080:40::kokkosp_finalize_library:: 19/60 Test #19: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.39 sec test 20 Start 20: Kokkos_CoreUnitTest_StackTraceTest 20: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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: Top of f1 20: Top of f0 20: Top of f0 20: test_f1: 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fdf7dc09c52] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26e59e] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26a1af] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xda) [0x26baea] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf7f7a13b9] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fdf7f779f48] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fdf7f77b2ad] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fdf7f77bca2] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fdf7f78b4dd] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf7f7a1e99] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7fdf7f78b066] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26bfc0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fdf7d58ad90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fdf7d58ae40] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26a045] 20: 20: demangled test_f1: 20: [0x7fdf7dc09c52] 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: [0x7fdf7f7a13b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x7fdf7f779f48] testing::Test::Run() 20: [0x7fdf7f77b2ad] testing::TestInfo::Run() 20: [0x7fdf7f77bca2] testing::TestSuite::Run() 20: [0x7fdf7f78b4dd] testing::internal::UnitTestImpl::RunAllTests() 20: [0x7fdf7f7a1e99] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x7fdf7f78b066] testing::UnitTest::Run() 20: [0x26bfc0] main 20: [0x7fdf7d58ad90] 20: [0x7fdf7d58ae40] __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-8351/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fdf7dc09c52] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26e59e] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x26ea86] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa16) [0x26aba6] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xda) [0x26baea] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf7f7a13b9] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fdf7f779f48] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fdf7f77b2ad] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fdf7f77bca2] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fdf7f78b4dd] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf7f7a1e99] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7fdf7f78b066] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26bfc0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fdf7d58ad90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fdf7d58ae40] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26a045] 20: 20: demangled test_f3: 20: [0x7fdf7dc09c52] 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: [0x7fdf7f7a13b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x7fdf7f779f48] testing::Test::Run() 20: [0x7fdf7f77b2ad] testing::TestInfo::Run() 20: [0x7fdf7f77bca2] testing::TestSuite::Run() 20: [0x7fdf7f78b4dd] testing::internal::UnitTestImpl::RunAllTests() 20: [0x7fdf7f7a1e99] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x7fdf7f78b066] testing::UnitTest::Run() 20: [0x26bfc0] main 20: [0x7fdf7d58ad90] 20: [0x7fdf7d58ae40] __libc_start_main 20: [0x26a045] _start 20: 20: Test setting std::terminate handler that prints the last saved stack trace 20: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1653 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-8351/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f8de4d6cc52] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26e59e] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26a1af] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd7) [0x26bda7] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f8de69043b9] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f8de68dcf48] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f8de68de2ad] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7f8de68deca2] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f8de68ee4dd] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f8de6904e99] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7f8de68ee066] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26bfc0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f8de46edd90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f8de46ede40] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26a045] 20: 20: demangled test_f1: 20: [0x7f8de4d6cc52] 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: [0x7f8de69043b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x7f8de68dcf48] testing::Test::Run() 20: [0x7f8de68de2ad] testing::TestInfo::Run() 20: [0x7f8de68deca2] testing::TestSuite::Run() 20: [0x7f8de68ee4dd] testing::internal::UnitTestImpl::RunAllTests() 20: [0x7f8de6904e99] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x7f8de68ee066] testing::UnitTest::Run() 20: [0x26bfc0] main 20: [0x7f8de46edd90] 20: [0x7f8de46ede40] __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-8351/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f8de4d6cc52] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26e59e] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x26ea86] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa16) [0x26aba6] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd7) [0x26bda7] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f8de69043b9] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f8de68dcf48] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f8de68de2ad] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7f8de68deca2] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f8de68ee4dd] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f8de6904e99] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7f8de68ee066] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26bfc0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f8de46edd90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f8de46ede40] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26a045] 20: 20: demangled test_f3: 20: [0x7f8de4d6cc52] 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: [0x7f8de69043b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x7f8de68dcf48] testing::Test::Run() 20: [0x7f8de68de2ad] testing::TestInfo::Run() 20: [0x7f8de68deca2] testing::TestSuite::Run() 20: [0x7f8de68ee4dd] testing::internal::UnitTestImpl::RunAllTests() 20: [0x7f8de6904e99] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x7f8de68ee066] testing::UnitTest::Run() 20: [0x26bfc0] main 20: [0x7f8de46edd90] 20: [0x7f8de46ede40] __libc_start_main 20: [0x26a045] _start 20: 20: Test setting std::terminate handler that prints the last saved stack trace [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 71%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o 20: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1441 ms) 20: [----------] 2 tests from defaultdevicetype_DeathTest (3095 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-8351/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f571ab21c52] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26e59e] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26a1af] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f571c6b93b9] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f571c691f48] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f571c6932ad] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7f571c693ca2] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f571c6a34dd] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f571c6b9e99] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7f571c6a3066] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26bfc0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f571a4a2d90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f571a4a2e40] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26a045] 20: 20: demangled test_f1: 20: [0x7f571ab21c52] Kokkos::Impl::save_stacktrace() 20: [0x26e59e] Test::stacktrace_test_f1(std::ostream&) 20: [0x26a1af] Test::test_stacktrace(bool, bool) 20: [0x7f571c6b93b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x7f571c691f48] testing::Test::Run() 20: [0x7f571c6932ad] testing::TestInfo::Run() 20: [0x7f571c693ca2] testing::TestSuite::Run() 20: [0x7f571c6a34dd] testing::internal::UnitTestImpl::RunAllTests() 20: [0x7f571c6b9e99] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x7f571c6a3066] testing::UnitTest::Run() 20: [0x26bfc0] main 20: [0x7f571a4a2d90] 20: [0x7f571a4a2e40] __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-8351/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f571ab21c52] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26e59e] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x26ea86] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa16) [0x26aba6] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f571c6b93b9] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f571c691f48] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f571c6932ad] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7f571c693ca2] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f571c6a34dd] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f571c6b9e99] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7f571c6a3066] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26bfc0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f571a4a2d90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f571a4a2e40] 20: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26a045] 20: 20: demangled test_f3: 20: [0x7f571ab21c52] 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: [0x7f571c6b93b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x7f571c691f48] testing::Test::Run() 20: [0x7f571c6932ad] testing::TestInfo::Run() 20: [0x7f571c693ca2] testing::TestSuite::Run() 20: [0x7f571c6a34dd] testing::internal::UnitTestImpl::RunAllTests() 20: [0x7f571c6b9e99] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x7f571c6a3066] testing::UnitTest::Run() 20: [0x26bfc0] main 20: [0x7f571a4a2d90] 20: [0x7f571a4a2e40] __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 (0 ms) 20: [----------] 1 test from defaultdevicetype (0 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 3 tests from 2 test suites ran. (3096 ms total) 20: [ PASSED ] 3 tests. 20/60 Test #20: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 3.49 sec test 21 Start 21: Kokkos_IncrementalTest_SERIAL 21: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 21: Test timeout computed to be: 1500 21: [==========] Running 28 tests from 1 test suite. 21: [----------] Global test environment set-up. 21: [----------] 28 tests from SERIAL 21: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 21: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 21: [ RUN ] SERIAL.IncrTest_01_execspace 21: Host Serial Execution Space: 21: KOKKOS_ENABLE_SERIAL: yes 21: 21: Serial Runtime Configuration: 21: Serial 21: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 21: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 21: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 21: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 21: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 21: [ RUN ] SERIAL.IncrTest_02_AtomicSub 21: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 21: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 21: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 21: [ RUN ] SERIAL.IncrTest_03b_memspace_free 21: [ OK ] SERIAL.IncrTest_03b_memspace_free (59 ms) 21: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 21: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 21: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 21: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 21: [ RUN ] SERIAL.IncrTest_05_reduction 21: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 21: [ RUN ] SERIAL.IncrTest_06_mdrange2D 21: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 21: [ RUN ] SERIAL.IncrTest_06_mdrange3D 21: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 21: [ RUN ] SERIAL.IncrTest_06_mdrange4D 21: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 21: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 21: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 21: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 21: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 21: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 21: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 21: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 21: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 21: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 21: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 21: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 21: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 21: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 21: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (77 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 (3 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 (141 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 28 tests from 1 test suite ran. (141 ms total) 21: [ PASSED ] 28 tests. 21/60 Test #21: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.54 sec test 22 Start 22: Kokkos_IncrementalTest_HIP 22: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_IncrementalTest_HIP 22: Test timeout computed to be: 1500 22: [==========] Running 28 tests from 1 test suite. 22: [----------] Global test environment set-up. 22: [----------] 28 tests from HIP 22: [ RUN ] HIP.IncrTest_01_execspace_typedef 22: [ OK ] HIP.IncrTest_01_execspace_typedef (0 ms) 22: [ RUN ] HIP.IncrTest_01_execspace 22: Device Execution Space: 22: KOKKOS_ENABLE_HIP: yes 22: HIP Options: 22: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 22: 22: Runtime Configuration: 22: XNACK environment variable set: no 22: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 22: macro KOKKOS_ENABLE_HIP : defined 22: macro HIP_VERSION : 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 [ 71%] Built target Kokkos_ContainersPerformanceTest_Cuda 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 22: [ OK ] HIP.IncrTest_03b_memspace_free (3300 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 (5 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 (0 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 (118 ms) 22: [ RUN ] HIP.IncrTest_12a_ThreadScratch 22: [ OK ] HIP.IncrTest_12a_ThreadScratch (3 ms) 22: [ RUN ] HIP.IncrTest_12b_TeamScratch 22: [ OK ] HIP.IncrTest_12b_TeamScratch (1 ms) 22: [ RUN ] HIP.IncrTest_13a_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13a_Hierarchical_Red (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 (0 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 (6 ms) 22: [ RUN ] HIP.incr_17_atomicView 22: [ OK ] HIP.incr_17_atomicView (1 ms) 22: [----------] 28 tests from HIP (3449 ms total) 22: 22: [----------] Global test environment tear-down 22: [==========] 28 tests from 1 test suite ran. (3449 ms total) 22: [ PASSED ] 28 tests. 22/60 Test #22: Kokkos_IncrementalTest_HIP ................................. Passed 3.85 sec test 23 Start 23: Kokkos_CoreUnitTest_CTestDevice 23: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (421 ms) 23: [ RUN ] ctest_environment_DeathTest.no_type_str 23: [ OK ] ctest_environment_DeathTest.no_type_str (404 ms) 23: [ RUN ] ctest_environment_DeathTest.missing_type 23: [ OK ] ctest_environment_DeathTest.missing_type (857 ms) 23: [ RUN ] ctest_environment_DeathTest.no_id_str 23: [ OK ] ctest_environment_DeathTest.no_id_str (430 ms) 23: [ RUN ] ctest_environment_DeathTest.invalid_id_str 23: [ OK ] ctest_environment_DeathTest.invalid_id_str (847 ms) 23: [----------] 5 tests from ctest_environment_DeathTest (2962 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. (2962 ms total) 23: [ PASSED ] 8 tests. 23/60 Test #23: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 2.99 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 24: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 24: Test timeout computed to be: 1500 24/60 Test #24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.03 sec test 25 Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 25: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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/60 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.03 sec test 26 Start 26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 26: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 26: Test timeout computed to be: 1500 26/60 Test #26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.03 sec test 27 Start 27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 27: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 27: Environment variables: 27: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 27: Test timeout computed to be: 1500 27/60 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-8351/build/core/unit_test/TestDeviceAndThreads.py" "-v" 28: Test timeout computed to be: 1500 [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o 28: test_device_id (__main__.KokkosInitializationTestCase) ... ok 28: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o 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.702s 28: 28: OK (skipped=1) 28/60 Test #28: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 4.75 sec test 29 Start 29: Kokkos_PerformanceTest_TaskDag 29: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 29: Test timeout computed to be: 1500 29/60 Test #29: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.03 sec test 30 Start 30: Kokkos_PerformanceTest_Benchmark 30: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-08-22_T17-24-48.json" 30: Test timeout computed to be: 1500 30: 2025-08-22T17:43:19+00:00 30: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 30: Run on (64 X 2994.45 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: 1.58, 4.69, 7.31 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 Version: 4.7.99 30: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 30: Shared Memory per Block: 64 KiB 30: Supports Managed Memory: 1 30: System allows accessing system allocated memory on GPU: 0 30: Total Global Memory: 31.98 GiB 30: Wavefront Size: 64 30: XNACK environment variable set: no 30: macro HIP_VERSION: 50731921 = version 5.7.31921 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<double>/Count:1024/iterations:5/manual_time 0.008 s 0.008 s 5 1024 7.52568u 30: GramSchmidt<double>/Count:2048/iterations:5/manual_time 0.008 s 0.008 s 5 2.048k 3.74273u 30: GramSchmidt<double>/Count:4096/iterations:5/manual_time 0.008 s 0.008 s 5 4.096k 1.85157u 30: GramSchmidt<double>/Count:8192/iterations:5/manual_time 0.007 s 0.009 s 5 8.192k 905.546n 30: GramSchmidt<double>/Count:16384/iterations:5/manual_time 0.007 s 0.009 s 5 16.384k 454.625n 30: GramSchmidt<double>/Count:32768/iterations:5/manual_time 0.007 s 0.010 s 5 32.768k 226.518n 30: GramSchmidt<double>/Count:65536/iterations:5/manual_time 0.008 s 0.012 s 5 65.536k 120.719n 30: GramSchmidt<double>/Count:131072/iterations:5/manual_time 0.010 s 0.018 s 5 131.072k 75.6946n 30: GramSchmidt<double>/Count:262144/iterations:5/manual_time 0.031 s 0.047 s 5 262.144k 117.38n 30: GramSchmidt<double>/Count:524288/iterations:5/manual_time 0.033 s 0.064 s 5 524.288k 62.6006n [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 30: Benchmark Time CPU Iterations FOM: GB/s Max 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 30: CustomReduction<double>/N:100000/R:1000/manual_time 0.007 s 0.017 s 97 15.3447k/s 11.5 [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.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.556 s 0.553 s 2 0.0948117 0.0478577 0.08397 0.0422975 0.0413833 2.415u [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.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.09654m 3.99608m 7.70917m 3.82296m 3.87563m 2.985u 30: OverlapTeamPolicy/N:20/M:1000000/R:10 0.192 s 0.191 s 4 0.0354945 0.018435 0.0334375 0.01665 0.0167319 3.126u 30: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations Count Time normalized 30: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 27.8838n 30: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 13.6538n 30: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 6.96362n 30: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 3.46362n 30: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.81372n 30: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 941.406p 30: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 581.375p 30: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 500.053p 30: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time 0.000 s 0.000 s 5 262.144k 467.11p 30: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 419.203p [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations FOM: rate 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Malloc/N:1/manual_time 11.6 us 33.9 us 61070 86.0498k/s 30: Malloc/N:16/manual_time 11.5 us 33.9 us 61353 86.6192k/s 30: Malloc/N:256/manual_time 11.4 us 33.6 us 60782 87.9686k/s [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o 30: Malloc/N:4096/manual_time 11.3 us 33.6 us 61307 88.1399k/s [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o 30: Malloc/N:65536/manual_time 11.3 us 33.4 us 61751 88.376k/s 30: Malloc/N:1048576/manual_time 11.3 us 33.4 us 62056 88.5079k/s [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o 30: Malloc/N:16777216/manual_time 11.6 us 33.6 us 61260 85.9944k/s 30: Malloc/N:268435456/manual_time 11.5 us 33.8 us 60884 87.1958k/s [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o 30: Malloc/N:4294967296/manual_time 11.3 us 33.4 us 61916 88.2406k/s 30: MallocFree/N:1/manual_time 33.5 us 33.4 us 20896 29.8657k/s 30: MallocFree/N:16/manual_time 33.5 us 33.4 us 20948 29.8541k/s 30: MallocFree/N:256/manual_time 33.6 us 33.5 us 20798 29.7547k/s 30: MallocFree/N:4096/manual_time 33.5 us 33.4 us 20899 29.8547k/s [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o 30: MallocFree/N:65536/manual_time 33.6 us 33.5 us 20788 29.7671k/s 30: MallocFree/N:1048576/manual_time 33.5 us 33.4 us 20900 29.8377k/s [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o 30: MallocFree/N:16777216/manual_time 33.7 us 33.6 us 20762 29.6943k/s 30: MallocFree/N:268435456/manual_time 33.7 us 33.5 us 20738 29.7077k/s 30: MallocFree/N:4294967296/manual_time 34.0 us 33.9 us 20830 29.4242k/s 30: MallocTouch/N:1/manual_time 11.9 us 34.0 us 58713 83.9667k/s 30: MallocTouch/N:16/manual_time 11.9 us 34.3 us 59025 83.9147k/s 30: MallocTouch/N:256/manual_time 11.9 us 34.0 us 58603 83.6844k/s [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o 30: MallocTouch/N:4096/manual_time 26.3 us 49.7 us 26561 37.9632k/s 30: MallocTouch/N:65536/manual_time 26.4 us 49.8 us 26442 37.8207k/s 30: MallocTouch/N:1048576/manual_time 30.4 us 53.9 us 22918 32.8422k/s [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o 30: MallocTouch/N:16777216/manual_time 32.1 us 55.4 us 21835 31.1948k/s [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o 30: MallocTouch/N:268435456/manual_time 75.0 us 98.1 us 9404 13.325k/s 30: MallocTouch/N:4294967296/manual_time 781 us 802 us 896 1.28004k/s 30: MallocTouchFree/N:1/manual_time 34.0 us 33.9 us 20544 29.4309k/s 30: MallocTouchFree/N:16/manual_time 34.3 us 34.1 us 20583 29.1811k/s 30: MallocTouchFree/N:256/manual_time 34.2 us 34.0 us 20493 29.2786k/s 30: MallocTouchFree/N:4096/manual_time 49.9 us 49.7 us 14039 20.0213k/s 30: MallocTouchFree/N:65536/manual_time 50.0 us 49.8 us 14011 19.9866k/s 30: MallocTouchFree/N:1048576/manual_time 53.6 us 53.4 us 13060 18.6516k/s 30: MallocTouchFree/N:16777216/manual_time 55.6 us 55.4 us 12611 17.9873k/s 30: MallocTouchFree/N:268435456/manual_time 98.4 us 98.0 us 7131 10.1604k/s 30: MallocTouchFree/N:4294967296/manual_time 805 us 802 us 870 1.24202k/s [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 30: Benchmark Time CPU Iterations FOM: GB/s MB 30: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 30: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 899 1027.86/s 800 30: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 899 1027.97/s 800 30: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 899 1027.93/s 800 30: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 899 1013.75/s 800 30: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 900 1027.73/s 800 30: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 900 1027.85/s 800 [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o 30: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 899 1027.44/s 800 30: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 899 1027.46/s 800 [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o 30: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 898 1027.51/s 800 30: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 899 1027.48/s 800 30: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 899 1027.44/s 800 30: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 899 1027.39/s 800 [ 73%] Linking CXX executable Kokkos_CoreUnitTest_Default 30: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 899 1027.17/s 800 [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o 30: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 899 1027.73/s 800 30: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 899 1027.79/s 800 30: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 900 1027.71/s 800 [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 74%] Built target Kokkos_CoreUnitTest_Default 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 30: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.029 s 0.029 s 24 55.2139/s 1.6k [ 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_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o 30: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.029 s 0.029 s 24 55.2236/s 1.6k 30: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 449 1021.38/s 1.6k 30: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 450 1028.06/s 1.6k 30: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 450 1028.12/s 1.6k 30: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.003 s 0.003 s 262 299.032/s 800 30: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.080 s 0.079 s 9 10.0369/s 800 30: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 450 1028.15/s 1.6k [ 75%] Linking CXX executable Kokkos_ContainersUnitTest_Serial 30: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 450 1028.18/s 1.6k 30: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 450 1028.28/s 1.6k [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o 30: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 450 1028.14/s 1.6k [ 76%] Built target Kokkos_ContainersUnitTest_Serial Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E 30: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.003 s 0.003 s 213 500.466/s 1.6k [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o 30: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.003 s 0.003 s 228 520.407/s 1.6k [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 77%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda 30: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 450 1028.07/s 1.6k [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o 30: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 323 739.211/s 1.6k 30: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 292 667.778/s 1.6k [ 77%] Built target Kokkos_ContainersUnitTest_Cuda [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o 30: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 450 1028.09/s 1.6k 30: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 450 1028.12/s 1.6k 30: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 450 1028.16/s 1.6k 30: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 450 1028.07/s 1.6k 30: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.015 s 0.014 s 48 110.146/s 1.6k 30: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.014 s 0.014 s 48 110.574/s 1.6k Scanning dependencies of target Kokkos_UnitTest_Sort [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o 30: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.003 s 0.003 s 222 506.912/s 1.6k 30: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.007 s 0.007 s 102 232.605/s 1.6k 30: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 450 1028.19/s 1.6k 30: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 450 1028.07/s 1.6k 30: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.016 s 0.016 s 43 99.2793/s 1.6k [ 77%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 30: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.019 s 0.019 s 37 83.8723/s 1.6k 30: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 450 1028/s 1.6k [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o 30: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 450 1028.19/s 1.6k 30: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.018 s 0.018 s 39 89.5875/s 1.6k [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o 30: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.019 s 0.019 s 37 84.7612/s 1.6k [ 78%] Built target Kokkos_CoreUnitTest_Serial2 [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.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 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o 30: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 450 1028.15/s 1.6k 30: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 450 1028.14/s 1.6k [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o 30: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.019 s 0.018 s 38 86.4702/s 1.6k 30: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.019 s 0.019 s 36 82.9609/s 1.6k [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o 30: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 453 1034.91/s 1.6k 30: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 453 1034.8/s 1.6k 30: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 453 1034.87/s 1.6k 30: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 453 1034.84/s 1.6k 30: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 917 1048.48/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. 30: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time 0.033 s 0.032 s 22 24.5792/s 800 30: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 917 1048.03/s 800 30: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time 0.033 s 0.032 s 21 24.5828/s 800 [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o 30: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 917 1048.34/s 800 30: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 917 1048.42/s 800 30: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 917 1048.42/s 800 30: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 917 1048.6/s 800 30: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 352 201.161/s 400 30: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 918 1034.69/s 800 30: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 918 1048.6/s 800 30: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 918 1048.66/s 800 30: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 918 1048.58/s 800 30: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 917 1048.66/s 800 30: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 918 1048.83/s 800 30: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 918 1048.66/s 800 30: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 918 1048.9/s 800 30: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 918 1049/s 800 30: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 918 1049.13/s 800 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o 30: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 917 1049.84/s 800 30: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 918 1049.93/s 800 30: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.3937k/s 1.6k 30: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.65938k/s 1.6k 30: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.31893k/s 1.6k 30: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.93242k/s 1.6k 30: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.15393k/s 1.6k 30: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.49548k/s 1.6k 30: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 10.1977k/s 1.6k 30: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 10.1937k/s 1.6k 30: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.31857k/s 1.6k 30: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.92796k/s 1.6k 30: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.02063k/s 1.6k 30: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.85971k/s 1.6k 30: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.03616k/s 1.6k 30: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.50473k/s 1.6k 30: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.09692k/s 1.6k 30: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.36092k/s 1.6k 30: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.34557k/s 1.6k 30: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.87644k/s 1.6k 30: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.08462k/s 1.6k 30: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.08044k/s 1.6k 30: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.64164k/s 1.6k 30: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.04574k/s 1.6k 30: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.11891k/s 1.6k 30: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.29803k/s 1.6k 30: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.1087k/s 1.6k 30: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.79818k/s 1.6k 30: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.95095k/s 1.6k 30: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.42301k/s 1.6k 30: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.56663k/s 1.6k 30: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.98641k/s 1.6k 30: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.50611k/s 1.6k 30: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.77145k/s 1.6k 30: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 982.854/s 1.6k 30: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 1022.77/s 1.6k 30/60 Test #30: Kokkos_PerformanceTest_Benchmark ........................... Passed 132.94 sec test 31 Start 31: Kokkos_Benchmark_Atomic_MinMax 31: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-08-22_T17-24-48.json" 31: Test timeout computed to be: 1500 31: 2025-08-22T17:45:32+00:00 31: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 31: Run on (64 X 2994.45 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: 1.31, 3.52, 6.52 31: APU or dGPU: dGPU 31: Architecture capable of accessing system allocated memory: 1 31: CPU architecture: none 31: Default Device: HIP 31: GPU architecture: AMD_GFX908 31: Is Large Bar: 1 31: KOKKOS_COMPILER_CLANG: 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 Version: 4.7.99 31: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 31: Shared Memory per Block: 64 KiB 31: Supports Managed Memory: 1 31: System allows accessing system allocated memory on GPU: 0 31: Total Global Memory: 31.98 GiB 31: Wavefront Size: 64 31: XNACK environment variable set: no 31: macro HIP_VERSION: 50731921 = version 5.7.31921 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<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 31/60 Test #31: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.48 sec test 32 Start 32: Kokkos_PerformanceTest_ViewFirstTouch 32: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-08-22_T17-24-48.json" 32: Test timeout computed to be: 1500 32: 2025-08-22T17:45:33+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 32: Run on (64 X 2994.45 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: 1.31, 3.52, 6.52 32: APU or dGPU: dGPU 32: Architecture capable of accessing system allocated memory: 1 32: CPU architecture: none 32: Default Device: HIP 32: GPU architecture: AMD_GFX908 32: Is Large Bar: 1 32: KOKKOS_COMPILER_CLANG: 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 Version: 4.7.99 32: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 32: Shared Memory per Block: 64 KiB 32: Supports Managed Memory: 1 32: System allows accessing system allocated memory on GPU: 0 32: Total Global Memory: 31.98 GiB 32: Wavefront Size: 64 32: XNACK environment variable set: no 32: macro HIP_VERSION: 50731921 = version 5.7.31921 32: macro KOKKOS_ENABLE_HIP: defined 32: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 32: macro KOKKOS_ENABLE_ROCTHRUST: defined 32: platform: 64bit 32: ------------------------------------------------------------------------------------------------------------------------------------ 32: Benchmark Time CPU Iterations FOM: GB/s MB 32: ------------------------------------------------------------------------------------------------------------------------------------ 32: ViewFirstTouch_Initialize<double>/N:64/manual_time 0.000 s 0.000 s 27356 0.0199201/s 512u [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o 32: ViewFirstTouch_Initialize<double>/N:512/manual_time 0.000 s 0.000 s 27213 0.158876/s 4.096m [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o 32: ViewFirstTouch_Initialize<double>/N:4096/manual_time 0.000 s 0.000 s 27348 1.27872/s 0.032768 32: ViewFirstTouch_Initialize<double>/N:32768/manual_time 0.000 s 0.000 s 26747 9.93269/s 0.262144 32: ViewFirstTouch_Initialize<double>/N:262144/manual_time 0.000 s 0.000 s 9381 28.035/s 2.09715 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o 32: ViewFirstTouch_Initialize<double>/N:2097152/manual_time 0.000 s 0.000 s 16268 389.025/s 16.7772 32: ViewFirstTouch_Initialize<double>/N:16777216/manual_time 0.000 s 0.000 s 4567 875.325/s 134.218 32: ViewFirstTouch_ParallelFor<double>/N:64/manual_time 0.000 s 0.000 s 59789 0.0876936/s 1024u 32: ViewFirstTouch_ParallelFor<double>/N:512/manual_time 0.000 s 0.000 s 53824 0.629727/s 8.192m [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o 32: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time 0.000 s 0.000 s 44757 4.1895/s 0.065536 32: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time 0.000 s 0.000 s 43478 32.5683/s 0.524288 [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o 32: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time 0.000 s 0.000 s 35238 210.991/s 4.1943 [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B Scanning dependencies of target Kokkos_UnitTest_Random 32: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time 0.000 s 0.000 s 14527 696.273/s 33.5544 [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o 32: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time 0.000 s 0.000 s 2529 969.95/s 268.435 32: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time 0.000 s 0.000 s 57902 0.0847512/s 1024u [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o 32: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time 0.000 s 0.000 s 57534 0.674354/s 8.192m 32: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time 0.000 s 0.000 s 57328 5.37276/s 0.065536 32: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time 0.000 s 0.000 s 54322 40.6859/s 0.524288 32: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time 0.000 s 0.000 s 11412 68.4414/s 4.1943 32: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 23607 1.13146k/s 33.5544 32: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time 0.000 s 0.000 s 5015 1.92477k/s 268.435 32: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time 0.000 s 0.000 s 62340 0.0909976/s 1024u 32: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time 0.000 s 0.000 s 61882 0.72165/s 8.192m 32: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time 0.000 s 0.000 s 60160 5.63991/s 0.065536 [ 80%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 32: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time 0.000 s 0.000 s 58213 43.591/s 0.524288 32: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time 0.000 s 0.000 s 48344 290.571/s 4.1943 32: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 24173 1.15837k/s 33.5544 [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o 32: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time 0.000 s 0.000 s 5029 1.91913k/s 268.435 32/60 Test #32: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 43.80 sec test 33 Start 33: Kokkos_PerformanceTest_Mempool 33: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-08-22_T17-24-48.json" 33: Test timeout computed to be: 1500 [ 80%] Built target Kokkos_CoreUnitTest_Serial1 33: 2025-08-22T17:46:17+00:00 33: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Mempool 33: Run on (64 X 3181.93 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: 1.45, 3.25, 6.28 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 Version: 4.7.99 33: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 33: Shared Memory per Block: 64 KiB 33: Supports Managed Memory: 1 33: System allows accessing system allocated memory on GPU: 0 33: Total Global Memory: 31.98 GiB 33: Wavefront Size: 64 33: XNACK environment variable set: no 33: macro HIP_VERSION: 50731921 = version 5.7.31921 33: macro KOKKOS_ENABLE_HIP: defined 33: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 33: macro KOKKOS_ENABLE_ROCTHRUST: defined 33: platform: 64bit Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o 33: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Benchmark Time CPU Iterations FOM: fill ops per second 33: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2177 17.1401M/s 33: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Benchmark Time CPU Iterations FOM: cycle ops per second 33: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 8241 131.112M/s 33/60 Test #33: Kokkos_PerformanceTest_Mempool ............................. Passed 3.28 sec test 34 Start 34: Kokkos_PerformanceTest_Atomic 34: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-08-22_T17-24-48.json" 34: Test timeout computed to be: 1500 34: 2025-08-22T17:46:20+00:00 34: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Atomic 34: Run on (64 X 2994.45 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: 1.45, 3.25, 6.28 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 Version: 4.7.99 34: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 34: Shared Memory per Block: 64 KiB 34: Supports Managed Memory: 1 34: System allows accessing system allocated memory on GPU: 0 34: Total Global Memory: 31.98 GiB 34: Wavefront Size: 64 34: XNACK environment variable set: no 34: macro HIP_VERSION: 50731921 = version 5.7.31921 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 Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 34: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: Test_Atomic<int>/30000/iterations:10 0.365 s 0.364 s 10 1 4 6.19267m 4.6985m 57.7667u 449.985M 59.256k 449.985M [ 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_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 84%] Linking CXX executable Kokkos_UnitTest_Random [ 84%] Built target Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 84%] Linking CXX executable Kokkos_UnitTest_Sort 34: Test_Atomic<long int>/100000/iterations:10 3.97 s 3.96 s 10 1 8 2.79776m 1.4877m 115.11u 4.99995G 92.926k 4.99995G [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 84%] Built target Kokkos_UnitTest_Sort [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o 34: Test_Atomic<long long int>/100000/iterations:10 4.04 s 4.03 s 10 1 8 2.75157m 1.45183m 115.62u 4.99995G 67.262k 4.99995G [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o 34: Test_Atomic<unsigned int>/100000/iterations:10 3.54 s 3.53 s 10 1 4 2.80277m 1.44562m 69.83u 704.983M 67.448k 704.983M [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A 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 [ 92%] 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_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o 34: Test_Atomic<unsigned long int>/100000/iterations:10 4.08 s 4.07 s 10 1 8 2.81268m 1.51375m 115.11u 4.99995G 25.214k 4.99995G [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o 34: Test_Atomic<unsigned long long int>/100000/iterations:10 4.08 s 4.06 s 10 1 8 2.75858m 1.49501m 114.51u 4.99995G 30.718k 4.99995G [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H Scanning dependencies of target Kokkos_UnitTest_SIMD [ 99%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 99%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o 34: Test_Atomic<float>/100000/iterations:10 10.6 s 10.6 s 10 0 4 17.7211 1.55692m 911.21u 4.99996G 104.056k 4.99989G [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D 34: Test_Atomic<double>/100000/iterations:10 12.2 s 12.1 s 10 1 8 19.6736 1.84496m 911.11u 4.99995G 74.558k 4.99995G 34/60 Test #34: Kokkos_PerformanceTest_Atomic .............................. Passed 429.47 sec test 35 Start 35: Kokkos_PerformanceTest_Reduction 35: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-08-22_T17-24-48.json" 35: Test timeout computed to be: 1500 35: 2025-08-22T17:53:29+00:00 35: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Reduction 35: Run on (64 X 3178.26 MHz CPU s) 35: CPU Caches: 35: L1 Data 32 KiB (x32) 35: L1 Instruction 32 KiB (x32) 35: L2 Unified 512 KiB (x32) 35: L3 Unified 16384 KiB (x16) 35: Load Average: 1.04, 1.55, 4.32 35: APU or dGPU: dGPU 35: Architecture capable of accessing system allocated memory: 1 35: CPU architecture: none 35: Default Device: HIP 35: GPU architecture: AMD_GFX908 35: Is Large Bar: 1 35: KOKKOS_COMPILER_CLANG: 1700 35: KOKKOS_ENABLE_ASM: no 35: KOKKOS_ENABLE_CXX17: no 35: KOKKOS_ENABLE_CXX20: yes 35: KOKKOS_ENABLE_CXX23: no 35: KOKKOS_ENABLE_CXX26: no 35: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 35: KOKKOS_ENABLE_HIP: yes 35: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: 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: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 35: Kokkos Version: 4.7.99 35: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 35: Shared Memory per Block: 64 KiB 35: Supports Managed Memory: 1 35: System allows accessing system allocated memory on GPU: 0 35: Total Global Memory: 31.98 GiB 35: Wavefront Size: 64 35: XNACK environment variable set: no 35: macro HIP_VERSION: 50731921 = version 5.7.31921 35: macro KOKKOS_ENABLE_HIP: defined 35: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 35: macro KOKKOS_ENABLE_ROCTHRUST: defined 35: platform: 64bit 35: ---------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations 35: ---------------------------------------------------------------------------------------------------- 35: ReductionCheapScalarResult<double>/10000/iterations:10 31.8 us 31.5 us 10 35: ReductionCheapScalarResult<double>/100000/iterations:10 31.6 us 31.6 us 10 35: ReductionCheapScalarResult<double>/1000000/iterations:10 43.0 us 42.3 us 10 35: ReductionCheapScalarResult<double>/10000000/iterations:10 145 us 143 us 10 35: ReductionCheapHostResult<double>/10000/iterations:10 29.3 us 29.3 us 10 35: ReductionCheapHostResult<double>/100000/iterations:10 32.7 us 31.9 us 10 35: ReductionCheapHostResult<double>/1000000/iterations:10 41.9 us 41.9 us 10 35: ReductionCheapHostResult<double>/10000000/iterations:10 144 us 143 us 10 35: ReductionCheapDeviceResult<double>/10000/iterations:10 22.1 us 22.1 us 10 35: ReductionCheapDeviceResult<double>/100000/iterations:10 23.9 us 23.9 us 10 35: ReductionCheapDeviceResult<double>/1000000/iterations:10 34.7 us 34.7 us 10 35: ReductionCheapDeviceResult<double>/10000000/iterations:10 140 us 139 us 10 35: ReductionExpensive<double>/10000/iterations:10 99.4 us 98.8 us 10 35: ReductionExpensive<double>/100000/iterations:10 297 us 296 us 10 35: ReductionExpensive<double>/1000000/iterations:10 2609 us 2600 us 10 35: ReductionExpensive<double>/10000000/iterations:10 22530 us 22435 us 10 35/60 Test #35: Kokkos_PerformanceTest_Reduction ........................... Passed 0.69 sec test 36 Start 36: Kokkos_ContainersUnitTest_Serial 36: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 36: Test timeout computed to be: 1500 36: [==========] Running 76 tests from 2 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from serial_DeathTest 36: [ RUN ] serial_DeathTest.dualview_external_view_construction 36: [ OK ] serial_DeathTest.dualview_external_view_construction (1504 ms) 36: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction [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-8351/build-tests/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build-tests/DartConfiguration.tcl Site: 311f4fdfe39b Build name: Linux-nvcc_wrapper Create new tag: 20250822-1753 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/build-tests/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build-tests/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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.17 sec test 2 Start 2: Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (7 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (7 ms total) 2: [ PASSED ] 14 tests. 2/54 Test #2: Kokkos_CoreUnitTest_Cuda_ViewSupport ....................... Passed 0.19 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 290 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 (408 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (377 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (368 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (375 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 (3 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-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (1544 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-8351/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: [----------] 261 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int8 3: [ OK ] serial.atomic_operations_int8 (1 ms) 3: [ RUN ] serial.atomic_operations_int16 3: [ OK ] serial.atomic_operations_int16 (1 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (1 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (1 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (1 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (1 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (1 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (2 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (97 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (54 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_0 3: [ OK ] serial.deep_copy_assignable_types_rank_0 (1 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1 3: [ OK ] serial.deep_copy_assignable_types_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2 3: [ OK ] serial.deep_copy_assignable_types_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3 3: [ OK ] serial.deep_copy_assignable_types_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_4 3: [ OK ] serial.deep_copy_assignable_types_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_5 3: [ OK ] serial.deep_copy_assignable_types_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_6 3: [ OK ] serial.deep_copy_assignable_types_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_7 3: [ OK ] serial.deep_copy_assignable_types_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_8 3: [ OK ] serial.deep_copy_assignable_types_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1_half 3: [ OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2_half 3: [ OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3_half 3: [ OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_0 3: [ OK ] serial.deep_copy_narrowing_rank_0 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_1 3: [ OK ] serial.deep_copy_narrowing_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_2 3: [ OK ] serial.deep_copy_narrowing_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_3 3: [ OK ] serial.deep_copy_narrowing_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_4 3: [ OK ] serial.deep_copy_narrowing_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_5 3: [ OK ] serial.deep_copy_narrowing_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_6 3: [ OK ] serial.deep_copy_narrowing_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_7 3: [ OK ] serial.deep_copy_narrowing_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_8 3: [ OK ] serial.deep_copy_narrowing_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (6 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (28 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_args_with_structured_bindings 3: [ OK ] serial.partitioning_by_args_with_structured_bindings (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range 3: [ OK ] serial.exec_space_thread_safety_range (988 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 (99 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (100 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (99 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (99 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (99 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_capture 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1113: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2632 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2393 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (953 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (951 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_fmax_fmin 3: [ OK ] serial.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_impl_half_fallback 3: [ OK ] serial.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] serial.mathematical_functions_nextafter_fp16 3: [ OK ] serial.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (1094 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (1720 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 (59 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (638 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 (1082 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 36: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (19014 ms) 36: [----------] 2 tests from serial_DeathTest (20519 ms total) 36: 36: [----------] 74 tests from serial 36: [ RUN ] serial.bitset 36: [ OK ] serial.bitset (1173 ms) 36: [ RUN ] serial.bitset_default_constructor_no_alloc 36: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 36: [ RUN ] serial.dualview_combination 36: [ OK ] serial.dualview_combination (0 ms) 36: [ RUN ] serial.dualview_alloc 36: [ OK ] serial.dualview_alloc (0 ms) 36: [ RUN ] serial.test_dualview_copy_construction_and_assignment 36: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 36: [ RUN ] serial.dualview_combinations_without_init 36: [ OK ] serial.dualview_combinations_without_init (0 ms) 36: [ RUN ] serial.dualview_deep_copy 36: [ OK ] serial.dualview_deep_copy (0 ms) 36: [ RUN ] serial.dualview_sync_should_fence 36: [ OK ] serial.dualview_sync_should_fence (0 ms) 36: [ RUN ] serial.dualview_realloc 36: [ OK ] serial.dualview_realloc (0 ms) 36: [ RUN ] serial.dualview_resize 36: [ OK ] serial.dualview_resize (0 ms) 36: [ RUN ] serial.dualview_device_correct_kokkos_device 36: 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 ] serial.dualview_device_correct_kokkos_device (0 ms) 36: [ RUN ] serial.dualview_host_correct_kokkos_device 36: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 36: [ RUN ] serial.dualview_host_modify_template_device_sync 36: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 36: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 36: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 36: [ RUN ] serial.dualview_device_modify_template_host_sync 36: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 36: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 36: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 36: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 36: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 36: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 36: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 36: [ RUN ] serial.dualview_sequential_host_init 36: [ OK ] serial.dualview_sequential_host_init (0 ms) 36: [ RUN ] serial.dualview_default_constructed 36: [ OK ] serial.dualview_default_constructed (0 ms) 36: [ RUN ] serial.dualview_resize_single_device 36: [ OK ] serial.dualview_resize_single_device (0 ms) 36: [ RUN ] serial.dynamic_view 36: [ OK ] serial.dynamic_view (6 ms) 36: [ RUN ] serial.dyn_rank_view_api_generic 36: [ OK ] serial.dyn_rank_view_api_generic (5 ms) 36: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 36: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 36: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 36: /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 36: skipping since not default execution space 36: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 36: [ RUN ] serial.dyn_rank_view_api_operator_rank67 36: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 36: [ RUN ] serial.dyn_rank_view_ctor_from_members 36: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 36: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 36: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 36: [ RUN ] serial.dyn_rank_view_team_scratch 36: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 36: [ RUN ] serial.view_customization_extra_int_arg 36: [ OK ] serial.view_customization_extra_int_arg (0 ms) 36: [ RUN ] serial.ErrorReporterViaLambda 36: [ OK ] serial.ErrorReporterViaLambda (0 ms) 36: [ RUN ] serial.ErrorReporter 36: [ OK ] serial.ErrorReporter (0 ms) 36: [ RUN ] serial.offsetview_construction 36: [ OK ] serial.offsetview_construction (8 ms) 36: [ RUN ] serial.offsetview_unmanaged_construction 36: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 36: [ RUN ] serial.offsetview_subview 36: [ OK ] serial.offsetview_subview (4 ms) 36: [ RUN ] serial.offsetview_offsets_rank1 36: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 36: [ RUN ] serial.offsetview_offsets_rank2 36: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 36: [ RUN ] serial.offsetview_offsets_rank3 36: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 36: [ RUN ] serial.scatterview 36: [ OK ] serial.scatterview (1672 ms) 36: [ RUN ] serial.scatterview_devicetype 36: [ OK ] serial.scatterview_devicetype (1 ms) 36: [ RUN ] serial.staticcrsgraph 36: [ OK ] serial.staticcrsgraph (5 ms) 36: [ RUN ] serial.resize_realloc_no_init_dualview 36: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 36: [ RUN ] serial.resize_realloc_no_alloc_dualview 36: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 36: [ RUN ] serial.resize_exec_space_dualview 36: [ OK ] serial.resize_exec_space_dualview (0 ms) 36: [ RUN ] serial.realloc_exec_space_dualview 36: [ OK ] serial.realloc_exec_space_dualview (0 ms) 36: [ RUN ] serial.resize_realloc_no_init_dynrankview 36: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 36: [ RUN ] serial.resize_exec_space_dynrankview 36: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 36: [ RUN ] serial.realloc_exec_space_dynrankview 36: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 36: [ RUN ] serial.resize_realloc_no_init_scatterview 36: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 36: [ RUN ] serial.resize_realloc_no_alloc_scatterview 36: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 36: [ RUN ] serial.resize_exec_space_scatterview 36: [ OK ] serial.resize_exec_space_scatterview (0 ms) 36: [ RUN ] serial.realloc_exec_space_scatterview 36: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynrankview 36: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 36: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 36: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 36: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_offsetview 36: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 36: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 36: [ RUN ] serial.create_mirror_view_and_copy_offsetview 36: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynamicview 36: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 36: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 36: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 36: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 36: [ RUN ] serial.UnorderedMap_insert 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (6817 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 (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 (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-8351/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (1 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (2 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (233 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (274 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 3: [ OK ] serial.int64_t_reduce_dynamic (845 ms) 3: [ RUN ] serial.double_reduce_dynamic 3: [ OK ] serial.double_reduce_dynamic (1023 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (244 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-8351/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_identity_min_max_floating_point_types 3: [ OK ] serial.reduction_identity_min_max_floating_point_types (2 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (10 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 3: [ OK ] serial.reduce_device_view_mdrange_policy (1951 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 36: [ OK ] serial.UnorderedMap_insert (6324 ms) 36: [ RUN ] serial.UnorderedMap_failed_insert 3: [ OK ] serial.reduce_device_view_team_policy (1490 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 (635 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 (12 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 (634 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 (12 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 (11 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 36: [ OK ] serial.UnorderedMap_failed_insert (2851 ms) 36: [ RUN ] serial.UnorderedMap_deep_copy 36: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 36: [ RUN ] serial.UnorderedMap_valid_empty 36: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 36: [ RUN ] serial.UnorderedMap_clear_zero_size 36: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 36: [ RUN ] serial.UnorderedMap_consistent_size 36: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 36: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 36: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 36: [ RUN ] serial.UnorderedMap_lambda_capturable 36: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 36: [ RUN ] serial.UnorderedMap_constructor_view_alloc 36: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 36: [ RUN ] serial.UnorderedMap_View_as_value 36: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 36: [ RUN ] serial.vector_combination 36: [ OK ] serial.vector_combination (0 ms) 36: [ RUN ] serial.vector_insert 36: [ OK ] serial.vector_insert (0 ms) 36: [ RUN ] serial.vector_push_back_default_exec 36: [ OK ] serial.vector_push_back_default_exec (0 ms) 36: [----------] 74 tests from serial (12062 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 76 tests from 2 test suites ran. (32581 ms total) 36: [ PASSED ] 75 tests. 36: [ SKIPPED ] 1 test, listed below: 36: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 36/60 Test #36: Kokkos_ContainersUnitTest_Serial ........................... Passed 33.01 sec test 37 Start 37: Kokkos_ContainersUnitTest_HIP 37: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP 37: Test timeout computed to be: 1500 37: [==========] Running 76 tests from 2 test suites. 37: [----------] Global test environment set-up. 37: [----------] 2 tests from hip_DeathTest 37: [ RUN ] hip_DeathTest.dualview_external_view_construction 37: /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDualView.hpp:586: Skipped 37: test only relevant if DualView uses one allocation 37: [ SKIPPED ] hip_DeathTest.dualview_external_view_construction (0 ms) 37: [ RUN ] hip_DeathTest.offsetview_unmanaged_construction 3: [ OK ] serial.task_fib_chase_lev (551 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: [----------] 261 tests from serial (29223 ms total) 3: 3: [----------] 17 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:250: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:444: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.sized_functor_launch 3: [ OK ] serial_graph.sized_functor_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 290 tests from 4 test suites ran. (30769 ms total) 3: [ PASSED ] 282 tests. 3: [ SKIPPED ] 8 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.graph_capture 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/54 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 30.93 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: 4: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 4: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 4: setting CUDA_VISIBLE_DEVICES. 4: This could on multi GPU systems lead to severe performance" 4: penalties. 4: [==========] Running 147 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 9 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 (2508 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2461 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (689 ms) 4: [----------] 9 tests from serial_DeathTest (5659 ms total) 4: 4: [----------] 138 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 (894 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_broadcast_int_ptr 4: [ OK ] serial.team_broadcast_int_ptr (0 ms) 4: [ RUN ] serial.team_single_thread_int_ptr 4: [ OK ] serial.team_single_thread_int_ptr (0 ms) 4: [ RUN ] serial.team_single_team_int_ptr 4: [ OK ] serial.team_single_team_int_ptr (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (5 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (409 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (85 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 (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 (124 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (41 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (49 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (169 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (61 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 (3812 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 (92 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (32 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (4 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (25 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (5 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (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 (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (0 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (1 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 4: [ OK ] serial.view_allocation_large_rank (921 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 37: [ OK ] hip_DeathTest.offsetview_unmanaged_construction (18735 ms) 37: [----------] 2 tests from hip_DeathTest (18735 ms total) 37: 37: [----------] 74 tests from hip 37: [ RUN ] hip.bitset 37: [ OK ] hip.bitset (20 ms) 37: [ RUN ] hip.bitset_default_constructor_no_alloc 37: [ OK ] hip.bitset_default_constructor_no_alloc (0 ms) 37: [ RUN ] hip.dualview_combination 37: [ OK ] hip.dualview_combination (8 ms) 37: [ RUN ] hip.dualview_alloc 37: [ OK ] hip.dualview_alloc (0 ms) 37: [ RUN ] hip.test_dualview_copy_construction_and_assignment 37: [ OK ] hip.test_dualview_copy_construction_and_assignment (0 ms) 37: [ RUN ] hip.dualview_combinations_without_init 37: [ OK ] hip.dualview_combinations_without_init (0 ms) 37: [ RUN ] hip.dualview_deep_copy 37: [ OK ] hip.dualview_deep_copy (1 ms) 37: [ RUN ] hip.dualview_sync_should_fence 37: [ OK ] hip.dualview_sync_should_fence (12 ms) 37: [ RUN ] hip.dualview_realloc 37: [ OK ] hip.dualview_realloc (0 ms) 37: [ RUN ] hip.dualview_resize 37: [ OK ] hip.dualview_resize (0 ms) 37: [ RUN ] hip.dualview_device_correct_kokkos_device 37: 37: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 37: does not support page migration between device and host. 37: HIPManagedSpace might not work as expected. 37: Please refer to the ROCm documentation on unified/managed memory. 37: [ OK ] hip.dualview_device_correct_kokkos_device (0 ms) 37: [ RUN ] hip.dualview_host_correct_kokkos_device 37: [ OK ] hip.dualview_host_correct_kokkos_device (0 ms) 37: [ RUN ] hip.dualview_host_modify_template_device_sync 37: [ OK ] hip.dualview_host_modify_template_device_sync (0 ms) 37: [ RUN ] hip.dualview_host_modify_template_device_execspace_sync 37: [ OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms) 37: [ RUN ] hip.dualview_device_modify_template_host_sync 37: [ OK ] hip.dualview_device_modify_template_host_sync (0 ms) 37: [ RUN ] hip.dualview_device_modify_template_host_execspace_sync 37: [ OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms) 37: [ RUN ] hip.dualview_template_views_return_correct_executionspace_views 37: [ OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms) 37: [ RUN ] hip.dualview_template_views_return_correct_views_from_const_dual_view 37: [ OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 37: [ RUN ] hip.dualview_sequential_host_init 37: [ OK ] hip.dualview_sequential_host_init (0 ms) 37: [ RUN ] hip.dualview_default_constructed 37: [ OK ] hip.dualview_default_constructed (0 ms) 37: [ RUN ] hip.dualview_resize_single_device 37: [ OK ] hip.dualview_resize_single_device (0 ms) 37: [ RUN ] hip.dynamic_view 37: [ OK ] hip.dynamic_view (43 ms) 37: [ RUN ] hip.dyn_rank_view_api_generic 37: [ OK ] hip.dyn_rank_view_api_generic (16 ms) 37: [ RUN ] hip.dyn_rank_view_api_operator_rank12345 37: [ OK ] hip.dyn_rank_view_api_operator_rank12345 (2 ms) 37: [ RUN ] hip.dyn_rank_view_check_fence_resize_realloc 37: [ OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms) 37: [ RUN ] hip.dyn_rank_view_api_operator_rank67 37: [ OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms) 37: [ RUN ] hip.dyn_rank_view_ctor_from_members 37: [ OK ] hip.dyn_rank_view_ctor_from_members (0 ms) 37: [ RUN ] hip.dyn_rank_view_ctor_from_layout_stride 37: [ OK ] hip.dyn_rank_view_ctor_from_layout_stride (0 ms) 37: [ RUN ] hip.dyn_rank_view_team_scratch 37: [ OK ] hip.dyn_rank_view_team_scratch (0 ms) 37: [ RUN ] hip.view_customization_extra_int_arg 37: [ OK ] hip.view_customization_extra_int_arg (0 ms) 37: [ RUN ] hip.ErrorReporterViaLambda 37: [ OK ] hip.ErrorReporterViaLambda (2 ms) 37: [ RUN ] hip.ErrorReporter 37: [ OK ] hip.ErrorReporter (0 ms) 37: [ RUN ] hip.offsetview_construction 37: [ OK ] hip.offsetview_construction (3 ms) 37: [ RUN ] hip.offsetview_unmanaged_construction 37: [ OK ] hip.offsetview_unmanaged_construction (0 ms) 37: [ RUN ] hip.offsetview_subview 37: [ OK ] hip.offsetview_subview (0 ms) 37: [ RUN ] hip.offsetview_offsets_rank1 37: [ OK ] hip.offsetview_offsets_rank1 (0 ms) 37: [ RUN ] hip.offsetview_offsets_rank2 37: [ OK ] hip.offsetview_offsets_rank2 (0 ms) 37: [ RUN ] hip.offsetview_offsets_rank3 37: [ OK ] hip.offsetview_offsets_rank3 (0 ms) 37: [ RUN ] hip.scatterview 4: [ OK ] serial.view_fill_tests_layout_right (9090 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 4: [ OK ] serial.view_fill_tests_layout_left (10118 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 (57 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 (55 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 (107 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-8351/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (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 (145 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (145 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (145 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (180 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (180 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (179 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: [----------] 138 tests from serial (27378 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 147 tests from 2 test suites ran. (33038 ms total) 4: [ PASSED ] 140 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 33.19 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda1 5: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda1 5: Test timeout computed to be: 1500 5: 5: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 5: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 5: setting CUDA_VISIBLE_DEVICES. 5: This could on multi GPU systems lead to severe performance" 5: penalties. 5: [==========] Running 257 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 (962 ms) 5: [ RUN ] cuda_DeathTest.abort_from_device 5: [ OK ] cuda_DeathTest.abort_from_device (974 ms) 5: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (961 ms) 5: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (944 ms) 5: [ RUN ] cuda_DeathTest.policy_invalid_bounds 5: [ OK ] cuda_DeathTest.policy_invalid_bounds (3 ms) 5: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 5: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (6 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: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped 5: skipping since no memory access violation would occur 5: [ SKIPPED ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 5: [ RUN ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: [ OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (973 ms) 5: [----------] 11 tests from cuda_DeathTest (4837 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-8351/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: [----------] 228 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 (33 ms) 5: [ RUN ] cuda.atomic_operations_float 5: [ OK ] cuda.atomic_operations_float (32 ms) 5: [ RUN ] cuda.atomic_operations_int8 5: [ OK ] cuda.atomic_operations_int8 (86 ms) 5: [ RUN ] cuda.atomic_operations_int16 5: [ OK ] cuda.atomic_operations_int16 (87 ms) 5: [ RUN ] cuda.atomic_operations_int 5: [ OK ] cuda.atomic_operations_int (84 ms) 5: [ RUN ] cuda.atomic_operations_long 5: [ OK ] cuda.atomic_operations_long (84 ms) 5: [ RUN ] cuda.atomic_operations_longlong 5: [ OK ] cuda.atomic_operations_longlong (84 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 (68 ms) 5: [ RUN ] cuda.atomic_operations_unsignedlong 5: [ OK ] cuda.atomic_operations_unsignedlong (67 ms) 5: [ RUN ] cuda.atomics 5: [ OK ] cuda.atomics (180 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 (31 ms) 5: [ RUN ] cuda.atomic_views_nonintegral 5: [ OK ] cuda.atomic_views_nonintegral (56 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 (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 (5 ms) 5: [ RUN ] cuda.crs_copy_constructor 5: [ OK ] cuda.crs_copy_constructor (21 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_0 5: [ OK ] cuda.deep_copy_assignable_types_rank_0 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_1 5: [ OK ] cuda.deep_copy_assignable_types_rank_1 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_2 5: [ OK ] cuda.deep_copy_assignable_types_rank_2 (2 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_3 5: [ OK ] cuda.deep_copy_assignable_types_rank_3 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_4 5: [ OK ] cuda.deep_copy_assignable_types_rank_4 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_5 5: [ OK ] cuda.deep_copy_assignable_types_rank_5 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_6 5: [ OK ] cuda.deep_copy_assignable_types_rank_6 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_7 5: [ OK ] cuda.deep_copy_assignable_types_rank_7 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_8 5: [ OK ] cuda.deep_copy_assignable_types_rank_8 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_1_half 5: [ OK ] cuda.deep_copy_assignable_types_rank_1_half (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_2_half 5: [ OK ] cuda.deep_copy_assignable_types_rank_2_half (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_3_half 5: [ OK ] cuda.deep_copy_assignable_types_rank_3_half (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_0 5: [ OK ] cuda.deep_copy_narrowing_rank_0 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_1 5: [ OK ] cuda.deep_copy_narrowing_rank_1 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_2 5: [ OK ] cuda.deep_copy_narrowing_rank_2 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_3 5: [ OK ] cuda.deep_copy_narrowing_rank_3 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_4 5: [ OK ] cuda.deep_copy_narrowing_rank_4 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_5 5: [ OK ] cuda.deep_copy_narrowing_rank_5 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_6 5: [ OK ] cuda.deep_copy_narrowing_rank_6 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_7 5: [ OK ] cuda.deep_copy_narrowing_rank_7 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_8 5: [ OK ] cuda.deep_copy_narrowing_rank_8 (1 ms) 5: [ RUN ] cuda.deep_copy_alignment 5: [ OK ] cuda.deep_copy_alignment (6 ms) 5: [ RUN ] cuda.deep_copy_conversion 5: [ OK ] cuda.deep_copy_conversion (21 ms) 5: [ RUN ] cuda.partitioning_by_args 5: [ OK ] cuda.partitioning_by_args (0 ms) 5: [ RUN ] cuda.partitioning_by_args_with_structured_bindings 5: [ OK ] cuda.partitioning_by_args_with_structured_bindings (0 ms) 5: [ RUN ] cuda.partitioning_by_vector 5: [ OK ] cuda.partitioning_by_vector (0 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range 37: [ OK ] hip.scatterview (28759 ms) 37: [ RUN ] hip.scatterview_devicetype 5: [ OK ] cuda.exec_space_thread_safety_range (10238 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange 5: [ OK ] cuda.exec_space_thread_safety_mdrange (1018 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy 5: [ OK ] cuda.exec_space_thread_safety_team_policy (1018 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_reduce 5: [ OK ] cuda.exec_space_thread_safety_range_reduce (1172 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange_reduce 5: [ OK ] cuda.exec_space_thread_safety_mdrange_reduce (1172 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy_reduce 5: [ OK ] cuda.exec_space_thread_safety_team_policy_reduce (940 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_scan 5: [ OK ] cuda.exec_space_thread_safety_range_scan (1053 ms) 5: [ RUN ] cuda.execution_space_as_class_data_member 5: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 5: [ RUN ] cuda.functor_analysis 5: [ OK ] cuda.functor_analysis (0 ms) 5: [ RUN ] cuda.when_all_type 5: [ OK ] cuda.when_all_type (0 ms) 5: [ RUN ] cuda.graph_capture 5: [ OK ] cuda.graph_capture (2 ms) 5: [ RUN ] cuda.graph_then 5: [ OK ] cuda.graph_then (0 ms) 5: [ RUN ] cuda.then_host 5: [ OK ] cuda.then_host (0 ms) 5: [ RUN ] cuda.mixed_then_host_device_nodes 5: [ OK ] cuda.mixed_then_host_device_nodes (1 ms) 5: [ RUN ] cuda.graph_then_tag 5: [ OK ] cuda.graph_then_tag (0 ms) 5: [ RUN ] cuda.host_shared_ptr_use_count 5: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 5: [ RUN ] cuda.host_shared_ptr_get 5: [ OK ] cuda.host_shared_ptr_get (0 ms) 5: [ RUN ] cuda.host_shared_ptr_dereference_on_device 5: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_special_members_on_device 5: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_tracking 5: [ OK ] cuda.host_shared_ptr_tracking (0 ms) 5: [ RUN ] cuda.join_backward_compatibility 5: [ OK ] cuda.join_backward_compatibility (0 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (1234 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (1979 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (1122 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (1355 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 (2 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_fmax_fmin 5: [ OK ] cuda.mathematical_functions_fmax_fmin (0 ms) 5: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 5: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (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_impl_half_fallback 5: [ OK ] cuda.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] cuda.mathematical_functions_nextafter_fp16 5: [ OK ] cuda.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] cuda.mathematical_functions_exponential_functions 5: [ OK ] cuda.mathematical_functions_exponential_functions (2 ms) 5: [ RUN ] cuda.mathspecialfunc_expint1 5: [ OK ] cuda.mathspecialfunc_expint1 (1 ms) 5: [ RUN ] cuda.mathspecialfunc_errorfunc 5: [ OK ] cuda.mathspecialfunc_errorfunc (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 5: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (23 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 5: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (24 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 (108 ms) 5: [ RUN ] cuda.mdrange_6d 5: [ OK ] cuda.mdrange_6d (190 ms) 5: [ RUN ] cuda.mdrange_2d 5: [ OK ] cuda.mdrange_2d (7 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 (16 ms) 5: [ RUN ] cuda.mdrange_neg_idx 5: [ OK ] cuda.mdrange_neg_idx (4 ms) 5: [ RUN ] cuda.mdrange_4d 5: [ OK ] cuda.mdrange_4d (52 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 (181 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 (1435 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 (34 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 (7 ms) 5: [ RUN ] cuda.numeric_traits_digits 5: [ OK ] cuda.numeric_traits_digits (4 ms) 5: [ RUN ] cuda.numeric_traits_digits10 5: [ OK ] cuda.numeric_traits_digits10 (4 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 (4 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 (14 ms) 5: [ RUN ] cuda.cxx11 5: [ OK ] cuda.cxx11 (3 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 (68 ms) 5: [ RUN ] cuda.kokkos_printf 5: [ OK ] cuda.kokkos_printf (1 ms) 5: [ RUN ] cuda.range_for 5: [ OK ] cuda.range_for (2 ms) 5: [ RUN ] cuda.range_reduce 5: [ OK ] cuda.range_reduce (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 (599 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 (13 ms) 5: [ RUN ] cuda.range_reduce_require 5: [ OK ] cuda.range_reduce_require (4 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 (47 ms) 5: [ RUN ] cuda.reducers_double 5: [ OK ] cuda.reducers_double (20 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 (7 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 (10 ms) 5: [ RUN ] cuda.reducers_int16_t 5: [ OK ] cuda.reducers_int16_t (10 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 (9 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 (13 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 (21 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_identity_min_max_floating_point_types 5: [ OK ] cuda.reduction_identity_min_max_floating_point_types (2 ms) 5: [ RUN ] cuda.reduction_deduction 5: [ OK ] cuda.reduction_deduction (0 ms) 5: [ RUN ] cuda.reduce_device_view_range_policy 5: [ OK ] cuda.reduce_device_view_range_policy (5 ms) 5: [ RUN ] cuda.reduce_device_view_mdrange_policy 5: [ OK ] cuda.reduce_device_view_mdrange_policy (132 ms) 5: [ RUN ] cuda.reduce_device_view_team_policy 5: [ OK ] cuda.reduce_device_view_team_policy (6 ms) 5: [ RUN ] cuda.impl_shared_alloc 5: [ OK ] cuda.impl_shared_alloc (57 ms) 5: [ RUN ] cuda.mdspan_space_aware_accessor 5: [ OK ] cuda.mdspan_space_aware_accessor (2 ms) 5: [ RUN ] cuda.kokkos_swap 5: [ OK ] cuda.kokkos_swap (0 ms) 5: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 5: [ OK ] cuda.reduceRangePolicyViewSizeLimit (16 ms) 5: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 5: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (68 ms) 5: [----------] 228 tests from cuda (27057 ms total) 5: 5: [----------] 17 tests from cuda_graph 5: [ RUN ] cuda_graph.submit_once 5: [ OK ] cuda_graph.submit_once (2 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-8351/core/unit_test/TestGraph.hpp:338: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] cuda_graph.repeat_chain (0 ms) 5: [ RUN ] cuda_graph.zero_work_reduce 5: [ OK ] cuda_graph.zero_work_reduce (0 ms) 5: [ RUN ] cuda_graph.empty_graph 5: [ OK ] cuda_graph.empty_graph (0 ms) 5: [ RUN ] cuda_graph.force_global_launch 5: [ OK ] cuda_graph.force_global_launch (0 ms) 5: [ RUN ] cuda_graph.sized_functor_launch 5: [ OK ] cuda_graph.sized_functor_launch (2 ms) 5: [ RUN ] cuda_graph.empty_graph_default_host_exec 5: [ OK ] cuda_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] cuda_graph.node_lifetime 5: [ OK ] cuda_graph.node_lifetime (1 ms) 5: [ RUN ] cuda_graph.diamond 5: [ OK ] cuda_graph.diamond (1 ms) 5: [ RUN ] cuda_graph.end_of_submit_control_flow 5: [ OK ] cuda_graph.end_of_submit_control_flow (1 ms) 5: [----------] 17 tests from cuda_graph (16 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 257 tests from 4 test suites ran. (31912 ms total) 5: [ PASSED ] 254 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 32.38 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda2 6: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda2 6: Test timeout computed to be: 1500 6: 6: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 6: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 6: setting CUDA_VISIBLE_DEVICES. 6: This could on multi GPU systems lead to severe performance" 6: penalties. 6: [==========] Running 147 tests from 4 test suites. 6: [----------] Global test environment set-up. 6: [----------] 8 tests from cuda_DeathTest 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 (5372 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment 6: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (5320 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host 6: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped 6: skipping since no memory access violation would occur 6: [ SKIPPED ] cuda_DeathTest.view_memory_access_violations_from_host (0 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (14012 ms) 6: [----------] 8 tests from cuda_DeathTest (24705 ms total) 6: 6: [----------] 1 test from cuda_uvm_DeathTest 6: [ RUN ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility 6: [ OK ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility (1524 ms) 6: [----------] 1 test from cuda_uvm_DeathTest (1524 ms total) 6: 6: [----------] 110 tests from cuda 6: [ RUN ] cuda.team_for 6: [ OK ] cuda.team_for (6 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 (392 ms) 6: [ RUN ] cuda.team_parallel_single 6: [ OK ] cuda.team_parallel_single (27 ms) 6: [ RUN ] cuda.large_team_scratch_size 6: [ OK ] cuda.large_team_scratch_size (0 ms) 6: [ RUN ] cuda.team_broadcast_long 6: [ OK ] cuda.team_broadcast_long (0 ms) 6: [ RUN ] cuda.team_broadcast_long_wrapper 6: [ OK ] cuda.team_broadcast_long_wrapper (0 ms) 6: [ RUN ] cuda.team_broadcast_char 6: [ OK ] cuda.team_broadcast_char (0 ms) 6: [ RUN ] cuda.team_broadcast_float 6: [ OK ] cuda.team_broadcast_float (0 ms) 6: [ RUN ] cuda.team_broadcast_double 6: [ OK ] cuda.team_broadcast_double (0 ms) 6: [ RUN ] cuda.team_broadcast_int_ptr 6: [ OK ] cuda.team_broadcast_int_ptr (0 ms) 6: [ RUN ] cuda.team_single_thread_int_ptr 6: [ OK ] cuda.team_single_thread_int_ptr (0 ms) 6: [ RUN ] cuda.team_single_team_int_ptr 6: [ OK ] cuda.team_single_team_int_ptr (0 ms) 6: [ RUN ] cuda.team_handle_by_value 6: [ OK ] cuda.team_handle_by_value (0 ms) 6: [ RUN ] cuda.team_vector 6: [ OK ] cuda.team_vector (52 ms) 6: [ RUN ] cuda.triple_nested_parallelism 6: [ OK ] cuda.triple_nested_parallelism (75 ms) 6: [ RUN ] cuda.parallel_scan_with_reducers 6: [ OK ] cuda.parallel_scan_with_reducers (116 ms) 6: [ RUN ] cuda.team_thread_range_combined_reducers 6: [ OK ] cuda.team_thread_range_combined_reducers (2 ms) 6: [ RUN ] cuda.thread_vector_range_combined_reducers 6: [ OK ] cuda.thread_vector_range_combined_reducers (1 ms) 6: [ RUN ] cuda.team_vector_range_combined_reducers 6: [ OK ] cuda.team_vector_range_combined_reducers (1 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelFor 6: [ OK ] cuda.TeamThreadMDRangeParallelFor (26 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 6: [ OK ] cuda.ThreadVectorMDRangeParallelFor (13 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelFor 6: [ OK ] cuda.TeamVectorMDRangeParallelFor (15 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 6: [ OK ] cuda.TeamThreadMDRangeParallelReduce (19 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 6: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (9 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 6: [ OK ] cuda.TeamVectorMDRangeParallelReduce (9 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 (1318 ms) 6: [ RUN ] cuda.team_long_reduce 6: [ OK ] cuda.team_long_reduce (8 ms) 6: [ RUN ] cuda.team_double_reduce 6: [ OK ] cuda.team_double_reduce (8 ms) 6: [ RUN ] cuda.team_long_array_reduce 6: [ OK ] cuda.team_long_array_reduce (8 ms) 6: [ RUN ] cuda.team_double_array_reduce 6: [ OK ] cuda.team_double_array_reduce (8 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 (2 ms) 6: [ RUN ] cuda.team_scan 6: [ OK ] cuda.team_scan (207 ms) 6: [ RUN ] cuda.team_scan_ret_val 6: [ OK ] cuda.team_scan_ret_val (225 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 (1 ms) 6: [ RUN ] cuda.shmem_size 6: [ OK ] cuda.shmem_size (0 ms) 6: [ RUN ] cuda.multi_level_scratch 6: [ OK ] cuda.multi_level_scratch (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 37: [ OK ] hip.scatterview_devicetype (45942 ms) 37: [ RUN ] hip.staticcrsgraph 37: [ OK ] hip.staticcrsgraph (20 ms) 37: [ RUN ] hip.resize_realloc_no_init_dualview 37: [ OK ] hip.resize_realloc_no_init_dualview (2 ms) 37: [ RUN ] hip.resize_realloc_no_alloc_dualview 37: [ OK ] hip.resize_realloc_no_alloc_dualview (0 ms) 37: [ RUN ] hip.resize_exec_space_dualview 37: [ OK ] hip.resize_exec_space_dualview (0 ms) 37: [ RUN ] hip.realloc_exec_space_dualview 37: [ OK ] hip.realloc_exec_space_dualview (0 ms) 37: [ RUN ] hip.resize_realloc_no_init_dynrankview 37: [ OK ] hip.resize_realloc_no_init_dynrankview (0 ms) 37: [ RUN ] hip.resize_exec_space_dynrankview 37: [ OK ] hip.resize_exec_space_dynrankview (0 ms) 37: [ RUN ] hip.realloc_exec_space_dynrankview 37: [ OK ] hip.realloc_exec_space_dynrankview (0 ms) 37: [ RUN ] hip.resize_realloc_no_init_scatterview 37: [ OK ] hip.resize_realloc_no_init_scatterview (0 ms) 37: [ RUN ] hip.resize_realloc_no_alloc_scatterview 37: [ OK ] hip.resize_realloc_no_alloc_scatterview (0 ms) 37: [ RUN ] hip.resize_exec_space_scatterview 37: [ OK ] hip.resize_exec_space_scatterview (0 ms) 37: [ RUN ] hip.realloc_exec_space_scatterview 37: [ OK ] hip.realloc_exec_space_scatterview (0 ms) 37: [ RUN ] hip.create_mirror_no_init_dynrankview 37: [ OK ] hip.create_mirror_no_init_dynrankview (0 ms) 37: [ RUN ] hip.create_mirror_no_init_dynrankview_viewctor 37: [ OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms) 37: [ RUN ] hip.create_mirror_view_and_copy_dynrankview 37: [ OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms) 37: [ RUN ] hip.create_mirror_no_init_offsetview 37: [ OK ] hip.create_mirror_no_init_offsetview (0 ms) 37: [ RUN ] hip.create_mirror_no_init_offsetview_view_ctor 37: [ OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms) 37: [ RUN ] hip.create_mirror_view_and_copy_offsetview 37: [ OK ] hip.create_mirror_view_and_copy_offsetview (0 ms) 37: [ RUN ] hip.create_mirror_no_init_dynamicview 37: [ OK ] hip.create_mirror_no_init_dynamicview (0 ms) 37: [ RUN ] hip.create_mirror_view_and_copy_dynamicview 37: [ OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms) 37: [ RUN ] hip.create_mirror_no_init_dynamicview_view_ctor 37: [ OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms) 37: [ RUN ] hip.UnorderedMap_insert 6: [ OK ] cuda.team_policy_max_recommended (294 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 (2 ms) 6: [ RUN ] cuda.unique_token_instance 6: [ OK ] cuda.unique_token_instance (2 ms) 6: [ RUN ] cuda.unique_token_team_acquire 6: [ OK ] cuda.unique_token_team_acquire (12 ms) 6: [ RUN ] cuda.view_api_a 6: [ OK ] cuda.view_api_a (12 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 (20 ms) 6: [ RUN ] cuda.view_api_c 6: [ OK ] cuda.view_api_c (1 ms) 6: [ RUN ] cuda.view_api_d 6: [ OK ] cuda.view_api_d (3 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 37: [ OK ] hip.UnorderedMap_insert (1764 ms) 37: [ RUN ] hip.UnorderedMap_failed_insert 6: [ OK ] cuda.view_allocation_large_rank (291 ms) 6: [ RUN ] cuda.view_shmem_size_on_device 6: [ OK ] cuda.view_shmem_size_on_device (1 ms) 6: [ RUN ] cuda.view_is_assignable 6: [ OK ] cuda.view_is_assignable (24 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 (32 ms) 6: [ RUN ] cuda.view_copy_tests_rank_0 6: [ OK ] cuda.view_copy_tests_rank_0 (10 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 (134 ms) 6: [ RUN ] cuda.view_fill_tests_layout_left 6: [ OK ] cuda.view_fill_tests_layout_left (101 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 (67 ms) 6: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 6: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (63 ms) 6: [ RUN ] cuda.view_irregular_layout 6: [ OK ] cuda.view_irregular_layout (0 ms) 6: [ RUN ] cuda.view_mapping 37: [ OK ] hip.UnorderedMap_failed_insert (598 ms) 37: [ RUN ] hip.UnorderedMap_deep_copy 37: [ OK ] hip.UnorderedMap_deep_copy (4 ms) 37: [ RUN ] hip.UnorderedMap_valid_empty 37: [ OK ] hip.UnorderedMap_valid_empty (1 ms) 37: [ RUN ] hip.UnorderedMap_clear_zero_size 37: [ OK ] hip.UnorderedMap_clear_zero_size (0 ms) 37: [ RUN ] hip.UnorderedMap_consistent_size 37: [ OK ] hip.UnorderedMap_consistent_size (0 ms) 37: [ RUN ] hip.UnorderedMap_shallow_copyable_on_device 37: [ OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms) 37: [ RUN ] hip.UnorderedMap_lambda_capturable 37: [ OK ] hip.UnorderedMap_lambda_capturable (0 ms) 37: [ RUN ] hip.UnorderedMap_constructor_view_alloc 37: [ OK ] hip.UnorderedMap_constructor_view_alloc (0 ms) 37: [ RUN ] hip.UnorderedMap_View_as_value 37: [ OK ] hip.UnorderedMap_View_as_value (0 ms) 37: [ RUN ] hip.vector_combination 37: [ OK ] hip.vector_combination (0 ms) 37: [ RUN ] hip.vector_insert 37: [ OK ] hip.vector_insert (2 ms) 37: [ RUN ] hip.vector_push_back_default_exec 37: [ OK ] hip.vector_push_back_default_exec (0 ms) 37: [----------] 74 tests from hip (77220 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 76 tests from 2 test suites ran. (95956 ms total) 37: [ PASSED ] 75 tests. 37: [ SKIPPED ] 1 test, listed below: 37: [ SKIPPED ] hip_DeathTest.dualview_external_view_construction 37/60 Test #37: Kokkos_ContainersUnitTest_HIP .............................. Passed 96.41 sec test 38 Start 38: Kokkos_ContainersPerformanceTest_HIP 38: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP 38: Test timeout computed to be: 1500 6: [ OK ] cuda.view_mapping (60 ms) 6: [ RUN ] cuda.view_mapping_operator 6: [ OK ] cuda.view_mapping_operator (14 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 (26 ms) 6: [ RUN ] cuda.view_realloc 6: [ OK ] cuda.view_realloc (4 ms) 6: [ RUN ] cuda.workgraph_fib 38: [==========] Running 4 tests from 1 test suite. 38: [----------] Global test environment set-up. 38: [----------] 4 tests from TEST_CATEGORY 38: [ RUN ] TEST_CATEGORY.dynrankview_perf 38: HIP 38: DynRankView vs View: Initialization Only 38: View time (init only): 0.0035496 38: View sum computation time: 0.0035496 38: Strided View time (init only): 0.00193363 38: View Rank7 time (init only): 0.00179565 38: DynRankView time (init only): 0.00178125 38: DynRankView sum computation time: 0.00173944 38: Ratio of View to DynRankView time: 1.99276 38: Ratio of View to DynRankView sum computation time: 1.03783 38: Ratio of View to View Rank7 time: 1.97677 38: Ratio of StrideView to DynRankView time: 1.08555 38: Ratio of DynRankView to View Rank7 time: 0.991977 38: [ OK ] TEST_CATEGORY.dynrankview_perf (15 ms) 38: [ RUN ] TEST_CATEGORY.global_2_local 38: HIP 38: size, create, generate, fill, find 38: 256, 0.000216637, 1.3966e-05, 0.00359696, 0.00419886 38: 512, 0.00023431, 1.3014e-05, 3.6007e-05, 0.00330774 38: 1024, 0.000210115, 1.2073e-05, 3.731e-05, 0.00331919 38: 2048, 0.000209504, 1.1712e-05, 3.5507e-05, 0.0033365 38: 4096, 0.000256021, 1.2022e-05, 3.8312e-05, 0.00337372 38: 8192, 0.000201238, 1.1422e-05, 3.7361e-05, 0.00337586 38: 16384, 0.000201629, 1.1481e-05, 3.8552e-05, 0.00342448 38: 32768, 0.000211257, 1.1331e-05, 3.9855e-05, 0.0035492 38: 65536, 0.00028727, 1.2213e-05, 4.5616e-05, 0.00382859 38: 131072, 0.000300665, 1.2624e-05, 6.7657e-05, 0.0045444 38: 262144, 0.000362711, 1.3095e-05, 0.000114906, 0.00695925 38: 524288, 0.000461527, 1.5679e-05, 0.000277882, 0.00857869 38: 1048576, 0.000448953, 2.0528e-05, 0.000676911, 0.020962 38: 2097152, 0.000518865, 2.8043e-05, 0.00154798, 0.0485737 38: 4194304, 0.000596751, 4.1928e-05, 0.00349018, 0.120209 38: [ OK ] TEST_CATEGORY.global_2_local (258 ms) 38: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 38: skipping test 38: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 38: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 38: skipping test 38: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 38: [----------] 4 tests from TEST_CATEGORY (273 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 4 tests from 1 test suite ran. (273 ms total) 38: [ PASSED ] 4 tests. 38/60 Test #38: Kokkos_ContainersPerformanceTest_HIP ....................... Passed 0.68 sec test 39 Start 39: Kokkos_UnitTest_Sort 39: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 39: Test timeout computed to be: 1500 6: [ OK ] cuda.workgraph_fib (844 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-8351/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-8351/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 6: skipping since the fence checked for isn't necessary 6: [ SKIPPED ] cuda.view_allocation_int (0 ms) 6: [ RUN ] cuda.view_allocation_exec_space_int 6: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestWithoutInitializing.hpp:337: Skipped 6: skipping since the CudaUVMSpace requires additiional fences 6: [ SKIPPED ] cuda.view_allocation_exec_space_int (0 ms) 6: [ RUN ] cuda.view_not_default_constructible 6: [ OK ] cuda.view_not_default_constructible (0 ms) 6: [----------] 110 tests from cuda (4642 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 (3 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 (41 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (41 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (41 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (63 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 39: [==========] Running 17 tests from 2 test suites. 39: [----------] Global test environment set-up. 39: [----------] 1 test from hip_DeathTest 39: [ RUN ] hip_DeathTest.SortByKeyKeysLargerThanValues 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (64 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (63 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (65 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (65 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (65 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 (550 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 147 tests from 4 test suites ran. (31423 ms total) 6: [ PASSED ] 139 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 31.78 sec test 7 Start 7: Kokkos_CoreUnitTest_Cuda3 7: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (2054 ms) 7: [ RUN ] cuda.task_depend_deprecated 7: [ OK ] cuda.task_depend_deprecated (62 ms) 7: [ RUN ] cuda.task_team_deprecated 7: [ OK ] cuda.task_team_deprecated (7 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: [ OK ] cuda.task_multiple_depend_deprecated (49 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 (1 ms) 7: [ RUN ] cuda.task_fib_deprecated_multiple 7: [ OK ] cuda.task_fib_deprecated_multiple (588 ms) 7: [ RUN ] cuda.task_depend_deprecated_multiple 39: [ OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (3191 ms) 39: [----------] 1 test from hip_DeathTest (3191 ms total) 39: 39: [----------] 16 tests from hip 39: [ RUN ] hip.SortUnsignedValueType 39: [ OK ] hip.SortUnsignedValueType (23 ms) 39: [ RUN ] hip.SortEmptyView 39: [ OK ] hip.SortEmptyView (0 ms) 39: [ RUN ] hip.SortByKeyEmptyView 39: [ OK ] hip.SortByKeyEmptyView (0 ms) 39: [ RUN ] hip.SortByKeyEmptyViewHost 39: [ OK ] hip.SortByKeyEmptyViewHost (0 ms) 39: [ RUN ] hip.SortByKey 39: [ OK ] hip.SortByKey (10 ms) 39: [ RUN ] hip.SortByKeyWithComparator 39: [ OK ] hip.SortByKeyWithComparator (0 ms) 39: [ RUN ] hip.SortByKeyStaticExtents 39: [ OK ] hip.SortByKeyStaticExtents (0 ms) 39: [ RUN ] hip.SortByKeyWithStrides 39: [ OK ] hip.SortByKeyWithStrides (0 ms) 39: [ RUN ] hip.SortWithCustomComparator 39: [ OK ] hip.SortWithCustomComparator (89 ms) 39: [ RUN ] hip.BinSortGenericTests 39: [ OK ] hip.BinSortGenericTests (17 ms) 39: [ RUN ] hip.BinSortEmptyView 39: [ OK ] hip.BinSortEmptyView (0 ms) 39: [ RUN ] hip.BinSortEmptyKeysView 39: [ OK ] hip.BinSortEmptyKeysView (0 ms) 39: [ RUN ] hip.BinSort_issue_7221 39: [ OK ] hip.BinSort_issue_7221 (0 ms) 39: [ RUN ] hip.BinSortUnsignedKeyLayoutStrideValues 7: [ OK ] cuda.task_depend_deprecated_multiple (130 ms) 7: [ RUN ] cuda.task_team_deprecated_multiple 7: [ OK ] cuda.task_team_deprecated_multiple (18 ms) 7: [ RUN ] cuda.task_with_mempool_deprecated_multiple 7: [ OK ] cuda.task_with_mempool_deprecated_multiple (19 ms) 7: [ RUN ] cuda.task_multiple_depend_deprecated_multiple 7: [ OK ] cuda.task_multiple_depend_deprecated_multiple (84 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 (29 ms) 7: [ RUN ] cuda.task_fib_single 7: [ OK ] cuda.task_fib_single (1820 ms) 7: [ RUN ] cuda.task_depend_single 7: [ OK ] cuda.task_depend_single (73 ms) 7: [ RUN ] cuda.task_team_single 7: [ OK ] cuda.task_team_single (9 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: [ OK ] cuda.task_multiple_depend_single (57 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 (1 ms) 7: [ RUN ] cuda.task_fib_multiple 7: [ OK ] cuda.task_fib_multiple (1239 ms) 7: [ RUN ] cuda.task_depend_multiple 7: [ OK ] cuda.task_depend_multiple (81 ms) 7: [ RUN ] cuda.task_team_multiple 7: [ OK ] cuda.task_team_multiple (7 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: [ OK ] cuda.task_multiple_depend_multiple (48 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 (1 ms) 7: [ RUN ] cuda.task_fib_chase_lev 7: [ OK ] cuda.task_fib_chase_lev (1397 ms) 7: [ RUN ] cuda.task_depend_chase_lev 7: [ OK ] cuda.task_depend_chase_lev (136 ms) 7: [ RUN ] cuda.task_team_chase_lev 7: [ OK ] cuda.task_team_chase_lev (10 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: [ OK ] cuda.task_multiple_depend_chase_lev (61 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 39: [ OK ] hip.BinSortUnsignedKeyLayoutStrideValues (9510 ms) 39: [ RUN ] hip.NestedSort 39: [ OK ] hip.NestedSort (37 ms) 39: [ RUN ] hip.NestedSortByKey 39: [ OK ] hip.NestedSortByKey (104 ms) 39: [----------] 16 tests from hip (9796 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 17 tests from 2 test suites ran. (12988 ms total) 39: [ PASSED ] 17 tests. 39/60 Test #39: Kokkos_UnitTest_Sort ....................................... Passed 13.40 sec test 40 Start 40: Kokkos_UnitTest_Random 40: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Random 40: Test timeout computed to be: 1500 40: [==========] Running 3 tests from 1 test suite. 40: [----------] Global test environment set-up. 40: [----------] 3 tests from hip 40: [ RUN ] hip.Random_XorShift64 40: Test Seed:1755885354014306799 40: Test Scalar=int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.45775e-07 0.0113437 -0.00783531 || 0.051031 27999 29480 || 28352.8 28674.4 || -108.315 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.5082e-07 0.0209557 -0.0123152 || 0.051031 1e+64 -1e+64 40: Test Scalar=unsigned int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.00116644 -0.00984686 || 0.051031 27953 29296 || 28707.9 28674.4 || -136.123 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.0115042 -0.00955211 || 0.051031 1e+64 -1e+64 40: Test Scalar=int64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.0109452 0.00242946 || 0.051031 28054 29288 || 28991.7 28674.4 || 33.5849 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.00197023 -0.00337901 || 0.051031 1e+64 -1e+64 40: Test Scalar=uint64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.0178863 -0.0147352 || 0.051031 28073 29324 || 29196.6 28674.4 || -203.7 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.02477 0.00334533 || 0.051031 1e+64 -1e+64 40: Test Scalar=half 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.000245126 -0.99999 -48246.9 || 0.051031 0 194720 || 2.92842e+09 28674.4 || -6.66965e+08 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 0.000734163 -0.30752 0.154409 || 0.051031 1e+64 -1e+64 40: Test Scalar=bhalf 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.65955e-07 -0.00728773 -0.0218128 || 0.051031 28063 29337 || 28884.9 28674.4 || -301.541 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 7.11361e-07 0.0127951 0.00809031 || 0.051031 1e+64 -1e+64 40: Test Scalar=float 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.58387e-07 -0.0246009 -0.00478269 || 0.051031 27944 29343 || 29397.6 28674.4 || -66.1159 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.88658e-07 -0.000457789 0.00195772 || 0.051031 1e+64 -1e+64 40: Test Scalar=double 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.0288238 0.00263618 || 0.051031 27963 29307 || 29525.4 28674.4 || 36.4425 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.00965831 0.00732197 || 0.051031 1e+64 -1e+64 40: Test Seed:1755885354174029968 40: Test Scalar=int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 0.0116956 0.0116794 || 0.051031 28001 29292 || 28342.9 28674.4 || 161.456 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.0155987 0.00550083 || 0.051031 1e+64 -1e+64 40: Test Scalar=unsigned int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.00914098 0.0199413 || 0.051031 28036 29280 || 28938.9 28674.4 || 275.669 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.0219885 -0.00269149 || 0.051031 1e+64 -1e+64 40: Test Scalar=int64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 0.0106014 0.0147063 || 0.051031 27928 29273 || 28373.6 28674.4 || 203.3 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.0166601 0.00452336 || 0.051031 1e+64 -1e+64 40: Test Scalar=uint64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.0140849 -0.0157363 || 0.051031 27984 29358 || 29084 28674.4 || -217.539 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.0039992 0.00163188 || 0.051031 1e+64 -1e+64 40: Test Scalar=half 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.000244629 -0.99999 -48243.7 || 0.051031 0 194916 || 2.92868e+09 28674.4 || -6.66921e+08 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 0.000732746 -0.310779 0.157104 || 0.051031 1e+64 -1e+64 40: Test Scalar=bhalf 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.65955e-07 -0.00219776 -0.0130115 || 0.051031 28071 29291 || 28737.5 28674.4 || -179.871 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 7.11361e-07 -0.0201283 0.0127903 || 0.051031 1e+64 -1e+64 40: Test Scalar=float 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.83613e-07 -0.0206029 -0.0050051 || 0.051031 27989 29303 || 29277.6 28674.4 || -69.1905 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 7.64335e-07 0.0170154 0.0041182 || 0.051031 1e+64 -1e+64 40: Test Scalar=double 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 0.0117199 0.011971 || 0.051031 28048 29354 || 28342.2 28674.4 || 165.488 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.0152174 -0.00637272 || 0.051031 1e+64 -1e+64 40: [ OK ] hip.Random_XorShift64 (316 ms) 40: [ RUN ] hip.Random_XorShift1024_0 40: Test Seed:1755885354330793057 40: Test Scalar=int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.026351 0.00717847 || 0.051031 10980 11767 || 11084.9 11377 || 99.2352 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.00437008 -0.00135896 || 0.051031 1e+64 -1e+64 40: Test Scalar=unsigned int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.00716348 -0.00867437 || 0.051031 10986 11833 || 11459 11377 || -119.914 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.0164228 0.00183492 || 0.051031 1e+64 -1e+64 40: Test Scalar=int64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.0249635 -0.00607991 || 0.051031 10894 11787 || 11099.9 11377 || -84.0487 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.0151923 -0.00320432 || 0.051031 1e+64 -1e+64 40: Test Scalar=uint64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.0016124 0.0157985 || 0.051031 10875 11806 || 11395.3 11377 || 218.398 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.00548628 -0.00613584 || 0.051031 1e+64 -1e+64 40: Test Scalar=half 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.000244696 -0.999975 -7594.55 || 0.051031 0 77785 || 4.60967e+08 11377 || -1.04987e+08 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 0.000733646 -0.124889 0.0202049 || 0.051031 1e+64 -1e+64 40: Test Scalar=bhalf 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 3.05176e-07 0.00302783 -0.000625214 || 0.051031 10913 11898 || 11342.6 11377 || -8.64295 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 4.19617e-07 -0.0179878 0.00366226 || 0.051031 1e+64 -1e+64 40: Test Scalar=float 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.73387e-07 0.0119053 -0.0154349 || 0.051031 10966 11815 || 11243.1 11377 || -213.372 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 3.24249e-07 0.00961671 -0.000717915 || 0.051031 1e+64 -1e+64 40: Test Scalar=double 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.0104515 -0.00217574 || 0.051031 10923 11767 || 11497.1 11377 || -30.0774 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.00856342 -0.000301519 || 0.051031 1e+64 -1e+64 40: Test Seed:1755885354452526643 40: Test Scalar=int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.00890996 0.00656071 || 0.051031 10927 11752 || 11479.2 11377 || 90.6953 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.00940606 0.000488215 || 0.051031 1e+64 -1e+64 40: Test Scalar=unsigned int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.016642 0.00200795 || 0.051031 10996 11759 || 11190.7 11377 || 27.7579 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.0194019 -0.00167028 || 0.051031 1e+64 -1e+64 40: Test Scalar=int64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.0174396 -0.00398764 || 0.051031 10924 11773 || 11578.9 11377 || -55.1252 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.00922707 0.000149664 || 0.051031 1e+64 -1e+64 40: Test Scalar=uint64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.0107664 -0.00331235 || 0.051031 10997 11843 || 11255.8 11377 || -45.79 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.0048652 -0.00115878 || 0.051031 1e+64 -1e+64 40: Test Scalar=half 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.000244849 -0.999975 -7594.87 || 0.051031 0 77918 || 4.61025e+08 11377 || -1.04991e+08 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 0.000734257 -0.151749 0.0242308 || 0.051031 1e+64 -1e+64 40: Test Scalar=bhalf 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.60671e-07 0.0193568 0.0173934 || 0.051031 10984 11835 || 11160.9 11377 || 240.446 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.86102e-07 -0.0015451 -0.00168451 || 0.051031 1e+64 -1e+64 40: Test Scalar=float 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.60671e-07 -0.00275906 -0.00244448 || 0.051031 10971 11804 || 11408.4 11377 || -33.7925 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.86102e-07 -0.00921264 0.00164011 || 0.051031 1e+64 -1e+64 40: Test Scalar=double 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.00730525 -0.00169603 || 0.051031 10980 11843 || 11460.7 11377 || -23.446 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.000283774 -0.000678797 || 0.051031 1e+64 -1e+64 40: [ OK ] hip.Random_XorShift1024_0 (285 ms) 40: [ RUN ] hip.Multi_streams 40: [ OK ] hip.Multi_streams (696 ms) 40: [----------] 3 tests from hip (1299 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 3 tests from 1 test suite ran. (1299 ms total) 40: [ PASSED ] 3 tests. 40/60 Test #40: Kokkos_UnitTest_Random ..................................... Passed 1.71 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_A 41: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 41: Test timeout computed to be: 1500 41: [==========] Running 16 tests from 4 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_DeathTest 41: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 41: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 41: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 41: 41: [----------] 3 tests from std_algorithms_reducers 41: [ RUN ] std_algorithms_reducers.max_first_loc 41: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 41: [ RUN ] std_algorithms_reducers.min_first_loc 41: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 41: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 41: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 41: [----------] 3 tests from std_algorithms_reducers (0 ms total) 41: 41: [----------] 1 test from std_algorithms 41: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 41: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 41: [----------] 1 test from std_algorithms (0 ms total) 41: 41: [----------] 11 tests from random_access_iterator_test 41: [ RUN ] random_access_iterator_test.constructor 41: [ OK ] random_access_iterator_test.constructor (1 ms) 41: [ RUN ] random_access_iterator_test.constructiblity 41: [ OK ] random_access_iterator_test.constructiblity (0 ms) 41: [ RUN ] random_access_iterator_test.dereference 41: [ OK ] random_access_iterator_test.dereference (1 ms) 41: [ RUN ] random_access_iterator_test.subscript_operator 41: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 41: [ RUN ] random_access_iterator_test.operatorsSet1 41: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 41: [ RUN ] random_access_iterator_test.operatorsSet2 41: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 41: [ RUN ] random_access_iterator_test.operatorsSet3 41: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 41: [ RUN ] random_access_iterator_test.operatorsSet4 41: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 41: [ RUN ] random_access_iterator_test.assignment_operator 41: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 41: [ RUN ] random_access_iterator_test.distance 41: [ OK ] random_access_iterator_test.distance (0 ms) 41: [ RUN ] random_access_iterator_test.traits_helpers 41: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 41: [----------] 11 tests from random_access_iterator_test (5 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 16 tests from 4 test suites ran. (6 ms total) 41: [ PASSED ] 16 tests. 41/60 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.40 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_B 42: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 42: Test timeout computed to be: 1500 42: [==========] Running 7 tests from 1 test suite. 42: [----------] Global test environment set-up. 42: [----------] 7 tests from std_algorithms_min_max_element_test 42: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 42: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 42: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 42: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 42: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 42: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (10 ms) 42: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 42: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (7 ms) 42: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 42: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (6 ms) 42: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 42: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (6 ms) 42: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 42: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (12 ms) 42: [----------] 7 tests from std_algorithms_min_max_element_test (44 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 7 tests from 1 test suite ran. (44 ms total) 42: [ PASSED ] 7 tests. 42/60 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.44 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_C 43: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 43: Test timeout computed to be: 1500 43: [==========] Running 13 tests from 10 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_lexicographical_compare_test 43: [ RUN ] std_algorithms_lexicographical_compare_test.test 43: [ OK ] std_algorithms_lexicographical_compare_test.test (26 ms) 43: [----------] 1 test from std_algorithms_lexicographical_compare_test (26 ms total) 43: 43: [----------] 1 test from std_algorithms_for_each_test 43: [ RUN ] std_algorithms_for_each_test.test 43: [ OK ] std_algorithms_for_each_test.test (58 ms) 43: [----------] 1 test from std_algorithms_for_each_test (58 ms total) 43: 43: [----------] 1 test from std_algorithms_find_test 43: [ RUN ] std_algorithms_find_test.test 43: [ OK ] std_algorithms_find_test.test (31 ms) 43: [----------] 1 test from std_algorithms_find_test (31 ms total) 43: 43: [----------] 4 tests from std_algorithms_non_mod_seq_ops 43: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 43: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (465 ms) 43: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 43: [ OK ] std_algorithms_non_mod_seq_ops.find_end (483 ms) 43: [ RUN ] std_algorithms_non_mod_seq_ops.search 43: [ OK ] std_algorithms_non_mod_seq_ops.search (480 ms) 43: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 43: [ OK ] std_algorithms_non_mod_seq_ops.search_n (309 ms) 43: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1739 ms total) 43: 43: [----------] 1 test from std_algorithms_count_test 43: [ RUN ] std_algorithms_count_test.test 43: [ OK ] std_algorithms_count_test.test (21 ms) 43: [----------] 1 test from std_algorithms_count_test (21 ms total) 43: 43: [----------] 1 test from std_algorithms_equal_test 43: [ RUN ] std_algorithms_equal_test.test 43: [ OK ] std_algorithms_equal_test.test (17 ms) 43: [----------] 1 test from std_algorithms_equal_test (17 ms total) 43: 43: [----------] 1 test from std_algorithms_all_any_none_of_test 43: [ RUN ] std_algorithms_all_any_none_of_test.test 43: [ OK ] std_algorithms_all_any_none_of_test.test (30 ms) 43: [----------] 1 test from std_algorithms_all_any_none_of_test (30 ms total) 43: 43: [----------] 1 test from std_algorithms_nonmod_seq_ops 43: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 43: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (65 ms) 43: [----------] 1 test from std_algorithms_nonmod_seq_ops (65 ms total) 43: 43: [----------] 1 test from std_algorithms_mismatch_test 43: [ RUN ] std_algorithms_mismatch_test.test 43: [ OK ] std_algorithms_mismatch_test.test (71 ms) 43: [----------] 1 test from std_algorithms_mismatch_test (71 ms total) 43: 43: [----------] 1 test from std_algorithms_mod_seq_ops 43: [ RUN ] std_algorithms_mod_seq_ops.move_backward 43: [ OK ] std_algorithms_mod_seq_ops.move_backward (64 ms) 43: [----------] 1 test from std_algorithms_mod_seq_ops (64 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 13 tests from 10 test suites ran. (2127 ms total) 43: [ PASSED ] 13 tests. 43/60 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.53 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_D 44: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 44: Test timeout computed to be: 1500 44: [==========] Running 31 tests from 5 test suites. 44: [----------] Global test environment set-up. 44: [----------] 3 tests from std_algorithms_mod_ops_test 44: [ RUN ] std_algorithms_mod_ops_test.move 44: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 44: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 44: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms) 44: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 44: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 44: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total) 44: 44: [----------] 12 tests from std_algorithms_mod_seq_ops_test 44: [ RUN ] std_algorithms_mod_seq_ops_test.copy 44: [ OK ] std_algorithms_mod_seq_ops_test.copy (2 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 44: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 44: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 44: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 44: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.fill 44: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 44: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 44: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 44: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.generate 44: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 44: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 44: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 44: [----------] 12 tests from std_algorithms_mod_seq_ops_test (6 ms total) 44: 44: [----------] 4 tests from std_algorithms_replace_ops_test 44: [ RUN ] std_algorithms_replace_ops_test.replace 44: [ OK ] std_algorithms_replace_ops_test.replace (34 ms) 44: [ RUN ] std_algorithms_replace_ops_test.replace_if 44: [ OK ] std_algorithms_replace_ops_test.replace_if (111 ms) 44: [ RUN ] std_algorithms_replace_ops_test.replace_copy 44: [ OK ] std_algorithms_replace_ops_test.replace_copy (56 ms) 44: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 44: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (53 ms) 44: [----------] 4 tests from std_algorithms_replace_ops_test (256 ms total) 44: 44: [----------] 11 tests from std_algorithms_mod_seq_ops 44: [ RUN ] std_algorithms_mod_seq_ops.copy_if 44: [ OK ] std_algorithms_mod_seq_ops.copy_if (38 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.unique 44: [ OK ] std_algorithms_mod_seq_ops.unique (86 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 44: [ OK ] std_algorithms_mod_seq_ops.unique_copy (51 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.remove 44: [ OK ] std_algorithms_mod_seq_ops.remove (35 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.remove_if 44: [ OK ] std_algorithms_mod_seq_ops.remove_if (40 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 44: [ OK ] std_algorithms_mod_seq_ops.remove_copy (141 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 44: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (37 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.rotate 44: [ OK ] std_algorithms_mod_seq_ops.rotate (1187 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 44: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (444 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.shift_left 44: [ OK ] std_algorithms_mod_seq_ops.shift_left (1384 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.shift_right 7: [ OK ] cuda.team_scratch_1_streams (14643 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 (22653 ms total) 7: 7: [----------] 28 tests from cuda_hostpinned 7: [ RUN ] cuda_hostpinned.impl_shared_alloc 7: [ OK ] cuda_hostpinned.impl_shared_alloc (29 ms) 7: [ RUN ] cuda_hostpinned.view_api_a 7: [ OK ] cuda_hostpinned.view_api_a (8 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 44: [ OK ] std_algorithms_mod_seq_ops.shift_right (1394 ms) 44: [----------] 11 tests from std_algorithms_mod_seq_ops (4841 ms total) 44: 44: [----------] 1 test from std_algorithms_modseq_test 44: [ RUN ] std_algorithms_modseq_test.reverse 44: [ OK ] std_algorithms_modseq_test.reverse (55 ms) 44: [----------] 1 test from std_algorithms_modseq_test (55 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 31 tests from 5 test suites ran. (5163 ms total) 44: [ PASSED ] 31 tests. 44/60 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 5.57 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_E 45: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 45: Test timeout computed to be: 1500 45: [==========] Running 29 tests from 7 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_sorting_ops_test 45: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 45: [ OK ] std_algorithms_sorting_ops_test.is_sorted (12 ms) 45: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 45: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (12 ms) 45: [----------] 2 tests from std_algorithms_sorting_ops_test (25 ms total) 45: 45: [----------] 4 tests from std_algorithms_partitioning_test 45: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 45: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 45: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 45: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms) 45: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 45: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 45: [ RUN ] std_algorithms_partitioning_test.partition_point 45: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 45: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total) 45: 45: [----------] 1 test from std_algorithms_partitioning_ops 45: [ RUN ] std_algorithms_partitioning_ops.partition_copy 45: [ OK ] std_algorithms_partitioning_ops.partition_copy (32 ms) 45: [----------] 1 test from std_algorithms_partitioning_ops (32 ms total) 45: 45: [----------] 12 tests from std_algorithms_numerics_test 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (6 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 45: [----------] 12 tests from std_algorithms_numerics_test (15 ms total) 45: 45: [----------] 1 test from std_algorithms_numerics_ops_test 45: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 45: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (81 ms) 45: [----------] 1 test from std_algorithms_numerics_ops_test (81 ms total) 45: 45: [----------] 8 tests from std_algorithms_numeric_ops_test 45: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 45: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (685 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 45: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 45: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (619 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 45: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 45: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (198 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 45: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 45: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (346 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 45: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 45: [----------] 8 tests from std_algorithms_numeric_ops_test (1850 ms total) 45: 45: [----------] 1 test from std_algorithms_transform_ops_test 45: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 45: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (45 ms) 45: [----------] 1 test from std_algorithms_transform_ops_test (45 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 29 tests from 7 test suites ran. (2055 ms total) 45: [ PASSED ] 29 tests. 45/60 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.46 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 46: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 46: Test timeout computed to be: 1500 46: [==========] Running 12 tests from 7 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_adjacent_find_team_test 46: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 7: [ OK ] cuda_hostpinned.view_allocation_large_rank (3119 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 (8 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 46: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (506 ms) 46: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 46: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (486 ms) 46: [----------] 2 tests from std_algorithms_adjacent_find_team_test (992 ms total) 46: 46: [----------] 2 tests from std_algorithms_count_team_test 46: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 46: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (244 ms) 46: [ RUN ] std_algorithms_count_team_test.count_returns_zero 46: [ OK ] std_algorithms_count_team_test.count_returns_zero (223 ms) 46: [----------] 2 tests from std_algorithms_count_team_test (468 ms total) 46: 46: [----------] 1 test from std_algorithms_count_if_team_test 46: [ RUN ] std_algorithms_count_if_team_test.test 46: [ OK ] std_algorithms_count_if_team_test.test (274 ms) 46: [----------] 1 test from std_algorithms_count_if_team_test (274 ms total) 46: 46: [----------] 1 test from std_algorithms_for_each_team_test 46: [ RUN ] std_algorithms_for_each_team_test.test 46: [ OK ] std_algorithms_for_each_team_test.test (330 ms) 46: [----------] 1 test from std_algorithms_for_each_team_test (330 ms total) 46: 46: [----------] 1 test from std_algorithms_for_each_n_team_test 46: [ RUN ] std_algorithms_for_each_n_team_test.test 46: [ OK ] std_algorithms_for_each_n_team_test.test (367 ms) 46: [----------] 1 test from std_algorithms_for_each_n_team_test (367 ms total) 46: 46: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 46: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 46: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (547 ms) 46: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 46: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (518 ms) 46: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 46: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (517 ms) 46: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1583 ms total) 46: 46: [----------] 2 tests from std_algorithms_mismatch_team_test 46: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 46: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (585 ms) 46: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 46: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (809 ms) 46: [----------] 2 tests from std_algorithms_mismatch_team_test (1394 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 12 tests from 7 test suites ran. (5411 ms total) 46: [ PASSED ] 12 tests. 46/60 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 5.81 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 47: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 47: Test timeout computed to be: 1500 47: [==========] Running 8 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 2 tests from std_algorithms_equal_team_test 47: [ RUN ] std_algorithms_equal_team_test.views_are_equal 47: [ OK ] std_algorithms_equal_team_test.views_are_equal (895 ms) 47: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 47: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1238 ms) 47: [----------] 2 tests from std_algorithms_equal_team_test (2134 ms total) 47: 47: [----------] 2 tests from std_algorithms_search_team_test 47: [ RUN ] std_algorithms_search_team_test.sequences_exist 47: [ OK ] std_algorithms_search_team_test.sequences_exist (528 ms) 47: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 47: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (523 ms) 47: [----------] 2 tests from std_algorithms_search_team_test (1052 ms total) 47: 47: [----------] 2 tests from std_algorithms_find_end_team_test 47: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 47: [ OK ] std_algorithms_find_end_team_test.sequences_exist (605 ms) 47: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 47: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (610 ms) 47: [----------] 2 tests from std_algorithms_find_end_team_test (1215 ms total) 47: 47: [----------] 2 tests from std_algorithms_find_first_of_team_test 47: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_right (9824 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_left 47: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (552 ms) 47: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 47: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (723 ms) 47: [----------] 2 tests from std_algorithms_find_first_of_team_test (1276 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 8 tests from 4 test suites ran. (5679 ms total) 47: [ PASSED ] 8 tests. 47/60 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 6.09 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 48: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 48: Test timeout computed to be: 1500 48: [==========] Running 11 tests from 7 test suites. 48: [----------] Global test environment set-up. 48: [----------] 2 tests from std_algorithms_find_team_test 48: [ RUN ] std_algorithms_find_team_test.searched_values_exist 48: [ OK ] std_algorithms_find_team_test.searched_values_exist (250 ms) 48: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 48: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (257 ms) 48: [----------] 2 tests from std_algorithms_find_team_test (507 ms total) 48: 48: [----------] 2 tests from std_algorithms_find_if_team_test 48: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 48: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (245 ms) 48: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 48: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (251 ms) 48: [----------] 2 tests from std_algorithms_find_if_team_test (496 ms total) 48: 48: [----------] 2 tests from std_algorithms_find_if_not_team_test 48: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 48: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (258 ms) 48: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 48: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (243 ms) 48: [----------] 2 tests from std_algorithms_find_if_not_team_test (502 ms total) 48: 48: [----------] 1 test from std_algorithms_all_of_team_test 48: [ RUN ] std_algorithms_all_of_team_test.test 48: [ OK ] std_algorithms_all_of_team_test.test (250 ms) 48: [----------] 1 test from std_algorithms_all_of_team_test (250 ms total) 48: 48: [----------] 1 test from std_algorithms_any_of_team_test 48: [ RUN ] std_algorithms_any_of_team_test.test 48: [ OK ] std_algorithms_any_of_team_test.test (240 ms) 48: [----------] 1 test from std_algorithms_any_of_team_test (240 ms total) 48: 48: [----------] 1 test from std_algorithms_none_of_team_test 48: [ RUN ] std_algorithms_none_of_team_test.test 48: [ OK ] std_algorithms_none_of_team_test.test (248 ms) 48: [----------] 1 test from std_algorithms_none_of_team_test (248 ms total) 48: 48: [----------] 2 tests from std_algorithms_search_n_team_test 48: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 48: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (270 ms) 48: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 48: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (263 ms) 48: [----------] 2 tests from std_algorithms_search_n_team_test (533 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 11 tests from 7 test suites ran. (2780 ms total) 48: [ PASSED ] 11 tests. 48/60 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 3.19 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 49: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 49: Test timeout computed to be: 1500 49: [==========] Running 3 tests from 3 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_min_element_team_test 49: [ RUN ] std_algorithms_min_element_team_test.test 49: [ OK ] std_algorithms_min_element_team_test.test (543 ms) 49: [----------] 1 test from std_algorithms_min_element_team_test (543 ms total) 49: 49: [----------] 1 test from std_algorithms_max_element_team_test 49: [ RUN ] std_algorithms_max_element_team_test.test 49: [ OK ] std_algorithms_max_element_team_test.test (531 ms) 49: [----------] 1 test from std_algorithms_max_element_team_test (531 ms total) 49: 49: [----------] 1 test from std_algorithms_minmax_element_team_test 49: [ RUN ] std_algorithms_minmax_element_team_test.test 49: [ OK ] std_algorithms_minmax_element_team_test.test (578 ms) 49: [----------] 1 test from std_algorithms_minmax_element_team_test (578 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 3 tests from 3 test suites ran. (1654 ms total) 49: [ PASSED ] 3 tests. 49/60 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.05 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 50: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 50: Test timeout computed to be: 1500 50: [==========] Running 6 tests from 6 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_fill_team_test 50: [ RUN ] std_algorithms_fill_team_test.test 50: [ OK ] std_algorithms_fill_team_test.test (258 ms) 50: [----------] 1 test from std_algorithms_fill_team_test (259 ms total) 50: 50: [----------] 1 test from std_algorithms_fill_n_team_test 50: [ RUN ] std_algorithms_fill_n_team_test.test 50: [ OK ] std_algorithms_fill_n_team_test.test (361 ms) 50: [----------] 1 test from std_algorithms_fill_n_team_test (361 ms total) 50: 50: [----------] 1 test from std_algorithms_replace_team_test 50: [ RUN ] std_algorithms_replace_team_test.test 50: [ OK ] std_algorithms_replace_team_test.test (373 ms) 50: [----------] 1 test from std_algorithms_replace_team_test (373 ms total) 50: 50: [----------] 1 test from std_algorithms_replace_if_team_test 50: [ RUN ] std_algorithms_replace_if_team_test.test 50: [ OK ] std_algorithms_replace_if_team_test.test (312 ms) 50: [----------] 1 test from std_algorithms_replace_if_team_test (312 ms total) 50: 50: [----------] 1 test from std_algorithms_replace_copy_team_test 50: [ RUN ] std_algorithms_replace_copy_team_test.test 50: [ OK ] std_algorithms_replace_copy_team_test.test (336 ms) 50: [----------] 1 test from std_algorithms_replace_copy_team_test (336 ms total) 50: 50: [----------] 1 test from std_algorithms_replace_copy_if_team_test 50: [ RUN ] std_algorithms_replace_copy_if_team_test.test 50: [ OK ] std_algorithms_replace_copy_if_team_test.test (357 ms) 50: [----------] 1 test from std_algorithms_replace_copy_if_team_test (357 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 6 tests from 6 test suites ran. (2000 ms total) 50: [ PASSED ] 6 tests. 50/60 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.40 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 51: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 51: Test timeout computed to be: 1500 51: [==========] Running 4 tests from 4 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_reverse_team_test 51: [ RUN ] std_algorithms_reverse_team_test.test 51: [ OK ] std_algorithms_reverse_team_test.test (276 ms) 51: [----------] 1 test from std_algorithms_reverse_team_test (276 ms total) 51: 51: [----------] 1 test from std_algorithms_reverse_copy_team_test 51: [ RUN ] std_algorithms_reverse_copy_team_test.test 51: [ OK ] std_algorithms_reverse_copy_team_test.test (322 ms) 51: [----------] 1 test from std_algorithms_reverse_copy_team_test (322 ms total) 51: 51: [----------] 1 test from std_algorithms_rotate_team_test 51: [ RUN ] std_algorithms_rotate_team_test.test 51: [ OK ] std_algorithms_rotate_team_test.test (518 ms) 51: [----------] 1 test from std_algorithms_rotate_team_test (518 ms total) 51: 51: [----------] 1 test from std_algorithms_rotate_copy_team_test 51: [ RUN ] std_algorithms_rotate_copy_team_test.test 51: [ OK ] std_algorithms_rotate_copy_team_test.test (570 ms) 51: [----------] 1 test from std_algorithms_rotate_copy_team_test (570 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (1688 ms total) 51: [ PASSED ] 4 tests. 51/60 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 2.09 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 52: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 52: Test timeout computed to be: 1500 52: [==========] Running 4 tests from 4 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_move_team_test 52: [ RUN ] std_algorithms_move_team_test.test 52: [ OK ] std_algorithms_move_team_test.test (453 ms) 52: [----------] 1 test from std_algorithms_move_team_test (453 ms total) 52: 52: [----------] 1 test from std_algorithms_move_backward_team_test 52: [ RUN ] std_algorithms_move_backward_team_test.test 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_left (10563 ms) 7: [ RUN ] cuda_hostpinned.view_mapping 7: [ OK ] cuda_hostpinned.view_mapping (51 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_operator 7: [ OK ] cuda_hostpinned.view_mapping_operator (3 ms) 7: [ RUN ] cuda_hostpinned.static_extent 7: [ OK ] cuda_hostpinned.static_extent (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_atomic 7: [ OK ] cuda_hostpinned.view_mapping_atomic (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_class_value 7: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_assignable 7: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 7: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_subview 7: [ OK ] cuda_hostpinned.view_mapping_subview (0 ms) 7: [----------] 28 tests from cuda_hostpinned (23620 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 (13 ms) 7: [ RUN ] cuda_uvm.view_layout_left_with_stride 7: [ OK ] cuda_uvm.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_layout_right_with_stride 7: [ OK ] cuda_uvm.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_api_b 7: [ OK ] cuda_uvm.view_api_b (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 (3 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 (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 (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 (9 ms) 7: [ RUN ] cuda_uvm.view_copy_degenerated 7: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_right 7: [ OK ] cuda_uvm.view_fill_tests_layout_right (137 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_left 7: [ OK ] cuda_uvm.view_fill_tests_layout_left (100 ms) 7: [ RUN ] cuda_uvm.view_mapping 7: [ OK ] cuda_uvm.view_mapping (55 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 (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 (2 ms) 7: [----------] 28 tests from cuda_uvm (756 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 97 tests from 3 test suites ran. (47030 ms total) 7: [ PASSED ] 97 tests. 7/54 Test #7: Kokkos_CoreUnitTest_Cuda3 .................................. Passed 47.21 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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.15 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaTimingBased 9: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (41 ms) 9: [ RUN ] cuda.debug_pin_um_to_host 9: [ OK ] cuda.debug_pin_um_to_host (669 ms) 9: [----------] 2 tests from cuda (711 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 2 tests from 1 test suite ran. (711 ms total) 9: [ PASSED ] 2 tests. 9/54 Test #9: Kokkos_CoreUnitTest_CudaTimingBased ........................ Passed 0.86 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpInit 10: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (103 ms) 10: [----------] 1 test from cuda (103 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test suite ran. (103 ms total) 10: [ PASSED ] 1 test. 10/54 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................ Passed 0.14 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test timeout computed to be: 1500 11: [==========] Running 1 test from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 1 test from cuda 11: [ RUN ] cuda.raw_cuda_streams 11: 11: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 11: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 11: setting CUDA_VISIBLE_DEVICES. 11: This could on multi GPU systems lead to severe performance" 11: penalties. 11: [ OK ] cuda.raw_cuda_streams (107 ms) 11: [----------] 1 test from cuda (107 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (107 ms total) 11: [ PASSED ] 1 test. 52: [ OK ] std_algorithms_move_backward_team_test.test (420 ms) 52: [----------] 1 test from std_algorithms_move_backward_team_test (420 ms total) 52: 52: [----------] 1 test from std_algorithms_shift_left_team_test 52: [ RUN ] std_algorithms_shift_left_team_test.test 11/54 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams ..................... Passed 0.15 sec test 12 Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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-8351/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.15 sec test 13 Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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.15 sec test 14 Start 14: Kokkos_CoreUnitTest_Default 14: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (62 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 (3 ms) 14: [ RUN ] defaultdevicetype.bhalf_conversion 14: [ OK ] defaultdevicetype.bhalf_conversion (3 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 (33 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 (44 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c2 14: [ OK ] defaultdevicetype.reduce_instantiation_c2 (14 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a3 14: [ OK ] defaultdevicetype.reduce_instantiation_a3 (16 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b3 14: [ OK ] defaultdevicetype.reduce_instantiation_b3 (46 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c3 14: [ OK ] defaultdevicetype.reduce_instantiation_c3 (16 ms) 14: [----------] 19 tests from defaultdevicetype (287 ms total) 14: 14: [----------] 1 test from kokkosresize 14: [ RUN ] kokkosresize.host_space_access 14: [ OK ] kokkosresize.host_space_access (26 ms) 14: [----------] 1 test from kokkosresize (26 ms total) 14: 14: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> > 14: [ RUN ] TestViewAPI/0.sizes 14: [ OK ] TestViewAPI/0.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/0 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> > 14: [ RUN ] TestViewAPI/1.sizes 14: [ OK ] TestViewAPI/1.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/1 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> > 14: [ RUN ] TestViewAPI/2.sizes 14: [ OK ] TestViewAPI/2.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/2 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> > 14: [ RUN ] TestViewAPI/3.sizes 14: [ OK ] TestViewAPI/3.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/3 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 14: [ RUN ] TestViewAPI/4.sizes 14: [ OK ] TestViewAPI/4.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/4 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 14: [ RUN ] TestViewAPI/5.sizes 14: [ OK ] TestViewAPI/5.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/5 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 14: [ RUN ] TestViewAPI/6.sizes 14: [ OK ] TestViewAPI/6.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/6 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 14: [ RUN ] TestViewAPI/7.sizes 14: [ OK ] TestViewAPI/7.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/7 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 14: [ RUN ] TestViewAPI/8.sizes 14: [ OK ] TestViewAPI/8.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/8 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 14: [ RUN ] TestViewAPI/9.sizes 14: [ OK ] TestViewAPI/9.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/9 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> > 14: [ RUN ] TestViewAPI/10.sizes 14: [ OK ] TestViewAPI/10.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/10 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> > 14: [ RUN ] TestViewAPI/11.sizes 14: [ OK ] TestViewAPI/11.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/11 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> > 14: [ RUN ] TestViewAPI/12.sizes 14: [ OK ] TestViewAPI/12.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/12 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> > 14: [ RUN ] TestViewAPI/13.sizes 14: [ OK ] TestViewAPI/13.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/13 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 14: [ RUN ] TestViewAPI/14.sizes 14: [ OK ] TestViewAPI/14.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/14 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 14: [ RUN ] TestViewAPI/15.sizes 14: [ OK ] TestViewAPI/15.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/15 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 14: [ RUN ] TestViewAPI/16.sizes 14: [ OK ] TestViewAPI/16.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/16 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 14: [ RUN ] TestViewAPI/17.sizes 14: [ OK ] TestViewAPI/17.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/17 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 14: [ RUN ] TestViewAPI/18.sizes 14: [ OK ] TestViewAPI/18.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/18 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 14: [ RUN ] TestViewAPI/19.sizes 14: [ OK ] TestViewAPI/19.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/19 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> > 14: [ RUN ] TestViewAPI/20.sizes 14: [ OK ] TestViewAPI/20.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/20 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> > 14: [ RUN ] TestViewAPI/21.sizes 14: [ OK ] TestViewAPI/21.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/21 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> > 14: [ RUN ] TestViewAPI/22.sizes 14: [ OK ] TestViewAPI/22.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/22 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> > 14: [ RUN ] TestViewAPI/23.sizes 14: [ OK ] TestViewAPI/23.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/23 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 14: [ RUN ] TestViewAPI/24.sizes 14: [ OK ] TestViewAPI/24.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/24 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 14: [ RUN ] TestViewAPI/25.sizes 14: [ OK ] TestViewAPI/25.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/25 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 14: [ RUN ] TestViewAPI/26.sizes 14: [ OK ] TestViewAPI/26.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/26 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 14: [ RUN ] TestViewAPI/27.sizes 14: [ OK ] TestViewAPI/27.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/27 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 14: [ RUN ] TestViewAPI/28.sizes 14: [ OK ] TestViewAPI/28.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/28 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 14: [ RUN ] TestViewAPI/29.sizes 14: [ OK ] TestViewAPI/29.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/29 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> > 14: [ RUN ] TestViewAPI/30.sizes 14: [ OK ] TestViewAPI/30.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/30 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> > 14: [ RUN ] TestViewAPI/31.sizes 14: [ OK ] TestViewAPI/31.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/31 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> > 14: [ RUN ] TestViewAPI/32.sizes 14: [ OK ] TestViewAPI/32.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/32 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> > 14: [ RUN ] TestViewAPI/33.sizes 14: [ OK ] TestViewAPI/33.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/33 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> > 14: [ RUN ] TestViewAPI/34.sizes 14: [ OK ] TestViewAPI/34.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/34 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> > 14: [ RUN ] TestViewAPI/35.sizes 14: [ OK ] TestViewAPI/35.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/35 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> > 14: [ RUN ] TestViewAPI/36.sizes 14: [ OK ] TestViewAPI/36.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/36 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> > 14: [ RUN ] TestViewAPI/37.sizes 14: [ OK ] TestViewAPI/37.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/37 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> > 14: [ RUN ] TestViewAPI/38.sizes 14: [ OK ] TestViewAPI/38.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/38 (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 59 tests from 41 test suites ran. (323 ms total) 14: [ PASSED ] 59 tests. 14/54 Test #14: Kokkos_CoreUnitTest_Default ................................ Passed 0.49 sec test 15 Start 15: Kokkos_CoreUnitTest_InitializeFinalize 15: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 15: Test timeout computed to be: 1500 15: [==========] Running 30 tests from 7 test suites. 15: [----------] Global test environment set-up. 15: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (301 ms) 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 52: [ OK ] std_algorithms_shift_left_team_test.test (1440 ms) 52: [----------] 1 test from std_algorithms_shift_left_team_test (1440 ms total) 52: 52: [----------] 1 test from std_algorithms_shift_right_team_test 52: [ RUN ] std_algorithms_shift_right_team_test.test 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1142 ms) 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 52: [ OK ] std_algorithms_shift_right_team_test.test (1422 ms) 52: [----------] 1 test from std_algorithms_shift_right_team_test (1422 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 4 tests from 4 test suites ran. (3736 ms total) 52: [ PASSED ] 4 tests. 52/60 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 4.14 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 53: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 53: Test timeout computed to be: 1500 53: [==========] Running 9 tests from 9 test suites. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_copy_team_test 53: [ RUN ] std_algorithms_copy_team_test.test 53: [ OK ] std_algorithms_copy_team_test.test (568 ms) 53: [----------] 1 test from std_algorithms_copy_team_test (568 ms total) 53: 53: [----------] 1 test from std_algorithms_copy_n_team_test 53: [ RUN ] std_algorithms_copy_n_team_test.test 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (1704 ms) 15: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (3147 ms total) 15: 15: [----------] 4 tests from InitializeFinalize_DeathTest 15: [ RUN ] InitializeFinalize_DeathTest.initialize 53: [ OK ] std_algorithms_copy_n_team_test.test (444 ms) 53: [----------] 1 test from std_algorithms_copy_n_team_test (445 ms total) 53: 53: [----------] 1 test from std_algorithms_copy_backward_team_test 53: [ RUN ] std_algorithms_copy_backward_team_test.test 15: [ OK ] InitializeFinalize_DeathTest.initialize (903 ms) 15: [ RUN ] InitializeFinalize_DeathTest.finalize 53: [ OK ] std_algorithms_copy_backward_team_test.test (428 ms) 53: [----------] 1 test from std_algorithms_copy_backward_team_test (428 ms total) 53: 53: [----------] 1 test from std_algorithms_copy_if_team_test 53: [ RUN ] std_algorithms_copy_if_team_test.test 53: [ OK ] std_algorithms_copy_if_team_test.test (395 ms) 53: [----------] 1 test from std_algorithms_copy_if_team_test (395 ms total) 53: 53: [----------] 1 test from std_algorithms_unique_copy_team_test 53: [ RUN ] std_algorithms_unique_copy_team_test.test 15: [ OK ] InitializeFinalize_DeathTest.finalize (655 ms) 15: [ RUN ] InitializeFinalize_DeathTest.is_initialized 15: [ OK ] InitializeFinalize_DeathTest.is_initialized (146 ms) 15: [ RUN ] InitializeFinalize_DeathTest.is_finalized 15: [ OK ] InitializeFinalize_DeathTest.is_finalized (147 ms) 15: [----------] 4 tests from InitializeFinalize_DeathTest (1853 ms total) 15: 15: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 15: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 15: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (9 ms) 15: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (9 ms total) 15: 15: [----------] 1 test from Legion_DeathTest 15: [ RUN ] Legion_DeathTest.individual_backend_initialization 53: [ OK ] std_algorithms_unique_copy_team_test.test (501 ms) 53: [----------] 1 test from std_algorithms_unique_copy_team_test (501 ms total) 53: 53: [----------] 1 test from std_algorithms_remove_team_test 53: [ RUN ] std_algorithms_remove_team_test.test 53: [ OK ] std_algorithms_remove_team_test.test (417 ms) 53: [----------] 1 test from std_algorithms_remove_team_test (417 ms total) 53: 53: [----------] 1 test from std_algorithms_remove_if_team_test 53: [ RUN ] std_algorithms_remove_if_team_test.test 15: [ OK ] Legion_DeathTest.individual_backend_initialization (146 ms) 15: [----------] 1 test from Legion_DeathTest (146 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 (152 ms) 15: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 15: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (357 ms) 15: [----------] 2 tests from PushFinalizeHook_DeathTest (510 ms total) 15: 15: [----------] 6 tests from ScopeGuard_DeathTest 15: [ RUN ] ScopeGuard_DeathTest.create 53: [ OK ] std_algorithms_remove_if_team_test.test (379 ms) 53: [----------] 1 test from std_algorithms_remove_if_team_test (379 ms total) 53: 53: [----------] 1 test from std_algorithms_remove_copy_team_test 53: [ RUN ] std_algorithms_remove_copy_team_test.test 15: [ OK ] ScopeGuard_DeathTest.create (147 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_argument 15: [ OK ] ScopeGuard_DeathTest.create_argument (149 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 53: [ OK ] std_algorithms_remove_copy_team_test.test (417 ms) 53: [----------] 1 test from std_algorithms_remove_copy_team_test (417 ms total) 53: 53: [----------] 1 test from std_algorithms_remove_copy_if_team_test 53: [ RUN ] std_algorithms_remove_copy_if_team_test.test 15: [ OK ] ScopeGuard_DeathTest.create_while_initialize (356 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 53: [ OK ] std_algorithms_remove_copy_if_team_test.test (334 ms) 53: [----------] 1 test from std_algorithms_remove_copy_if_team_test (334 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 9 tests from 9 test suites ran. (3889 ms total) 53: [ PASSED ] 9 tests. 53/60 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 4.30 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 54: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 54: Test timeout computed to be: 1500 15: [ OK ] ScopeGuard_DeathTest.create_after_initialize (357 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 54: [==========] Running 4 tests from 4 test suites. 54: [----------] Global test environment set-up. 54: [----------] 1 test from std_algorithms_unique_team_test 54: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 15: [ OK ] ScopeGuard_DeathTest.create_after_finalize (353 ms) 15: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 15: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (348 ms) 15: [----------] 6 tests from ScopeGuard_DeathTest (1712 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 (5 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 (5 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 (12 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 30 tests from 7 test suites ran. (7393 ms total) 15: [ PASSED ] 30 tests. 15/54 Test #15: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 7.40 sec 54: [ OK ] std_algorithms_unique_team_test.test_default_predicate (652 ms) 54: [----------] 1 test from std_algorithms_unique_team_test (652 ms total) 54: 54: [----------] 1 test from std_algorithms_adjacent_difference_team_test 54: [ RUN ] std_algorithms_adjacent_difference_team_test.test test 16 Start 16: Kokkos_CoreUnitTest_Develop 16: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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.14 sec test 17 Start 17: Kokkos_CoreUnitTest_KokkosP 17: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (2 ms) 17: [ RUN ] kokkosp.parallel_for 17: [ OK ] kokkosp.parallel_for (0 ms) 17: [ RUN ] kokkosp.parallel_reduce 17: [ OK ] kokkosp.parallel_reduce (0 ms) 17: [ RUN ] kokkosp.parallel_scan 17: [ OK ] kokkosp.parallel_scan (2 ms) 17: [ RUN ] kokkosp.parallel_scan_no_fence 17: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 17: [ RUN ] kokkosp.parallel_scan_no_fence_view 17: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 17: [ RUN ] kokkosp.regions 17: [ OK ] kokkosp.regions (0 ms) 17: [ RUN ] kokkosp.fences 17: [ OK ] kokkosp.fences (0 ms) 17: [ RUN ] kokkosp.raw_allocation 17: [ OK ] kokkosp.raw_allocation (0 ms) 17: [ RUN ] kokkosp.view 17: [ OK ] kokkosp.view (0 ms) 17: [ RUN ] kokkosp.sections 17: [ OK ] kokkosp.sections (0 ms) 17: [ RUN ] kokkosp.metadata 17: [ OK ] kokkosp.metadata (0 ms) 17: [ RUN ] kokkosp.profile_events 17: [ OK ] kokkosp.profile_events (0 ms) 17: [ RUN ] kokkosp.no_init_kernel 17: [ OK ] kokkosp.no_init_kernel (0 ms) 17: [ RUN ] kokkosp.get_events 17: [ OK ] kokkosp.get_events (0 ms) 17: [ RUN ] kokkosp.kernel_name_parallel_for 17: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 17: [ RUN ] kokkosp.kernel_name_parallel_reduce 17: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 17: [ RUN ] kokkosp.kernel_name_parallel_scan 17: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 17: [ RUN ] kokkosp.kernel_name_internal 17: [ OK ] kokkosp.kernel_name_internal (0 ms) 17: [ RUN ] kokkosp.profiling_section 17: [ OK ] kokkosp.profiling_section (0 ms) 17: [ RUN ] kokkosp.scoped_profile_region 17: [ OK ] kokkosp.scoped_profile_region (0 ms) 17: [ RUN ] kokkosp.create_mirror_no_init 17: [ OK ] kokkosp.create_mirror_no_init (0 ms) 17: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 17: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 17: [ RUN ] kokkosp.create_mirror_view_and_copy 17: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/tools/TestWithoutInitializing.cpp:98: Skipped 17: skipping since the CudaUVMSpace requires additional fences 17: [ SKIPPED ] kokkosp.create_mirror_view_and_copy (0 ms) 17: [----------] 32 tests from kokkosp (8 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 32 tests from 1 test suite ran. (8 ms total) 17: [ PASSED ] 31 tests. 17: [ SKIPPED ] 1 test, listed below: 17: [ SKIPPED ] kokkosp.create_mirror_view_and_copy 17/54 Test #17: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.16 sec test 18 Start 18: Kokkos_CoreUnitTest_ToolIndependence 18: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 18: Test timeout computed to be: 1500 18/54 Test #18: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.00 sec test 19 Start 19: Kokkos_ProfilingTestLibraryLoadHelp 19: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 19: Environment variables: 19: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/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.14 sec test 20 Start 20: Kokkos_ProfilingTestLibraryCmdLineHelp 20: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/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.14 sec test 21 Start 21: Kokkos_ProfilingTestLibraryLoad 21: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build-tests/core/unit_test/libkokkosprinter-tool.so 21: Test timeout computed to be: 1500 21: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 21: 21: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 21: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 21: setting CUDA_VISIBLE_DEVICES. 21: This could on multi GPU systems lead to severe performance" 21: penalties. 21: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:840::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1100::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:nvcc::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_allocate_data:Host:source:0x5555562f8880:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5555562f89c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555562f8a40:Host:source:0x5555562f8900: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:0x5555562f8b00: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:0x5555562f89c0:40::kokkosp_deallocate_data:Host:source:0x5555562f8880:40::kokkosp_finalize_library:: 21/54 Test #21: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.14 sec test 22 Start 22: Kokkos_ProfilingTestLibraryCmdLine 22: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/libkokkosprinter-tool.so" 22: Test timeout computed to be: 1500 54: [ OK ] std_algorithms_adjacent_difference_team_test.test (759 ms) 54: [----------] 1 test from std_algorithms_adjacent_difference_team_test (759 ms total) 54: 54: [----------] 1 test from std_algorithms_reduce_team_test 54: [ RUN ] std_algorithms_reduce_team_test.test 22: 22: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 22: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 22: setting CUDA_VISIBLE_DEVICES. 22: This could on multi GPU systems lead to severe performance" 22: penalties. 22: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:840::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1100::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:nvcc::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_allocate_data:Host:source:0x5555562f8880:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5555562f89c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555562f8a40:Host:source:0x5555562f8900: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:0x5555562f8b00: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:0x5555562f89c0:40::kokkosp_deallocate_data:Host:source:0x5555562f8880:40::kokkosp_finalize_library:: 22/54 Test #22: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.14 sec test 23 Start 23: Kokkos_CoreUnitTest_StackTraceTest 23: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555604689] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9989] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x41) [0x5555555a2961] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x31f) [0x5555555a47cf] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dbfbe] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7926f) [0x5555555cd26f] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x796ca) [0x5555555cd6ca] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79cad) [0x5555555cdcad] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d0288] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d075c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559eb16] 23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff1bfb083] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0c1e] 23: 23: demangled test_f1: 23: [0x555555604689] Kokkos::Impl::save_stacktrace() 23: [0x5555555a9989] Test::stacktrace_test_f1(std::ostream&) 23: [0x5555555a2961] Test::test_stacktrace(bool, bool) 23: [0x5555555a47cf] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 23: [0x5555555dbfbe] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x5555555cd26f] 23: [0x5555555cd6ca] 23: [0x5555555cdcad] 23: [0x5555555d0288] testing::internal::UnitTestImpl::RunAllTests() 23: [0x5555555d075c] testing::UnitTest::Run() 23: [0x55555559eb16] main 23: [0x7ffff1bfb083] __libc_start_main 23: [0x5555555a0c1e] _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-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555604689] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9989] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x5555555a9db8] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x97a) [0x5555555a329a] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x31f) [0x5555555a47cf] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dbfbe] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7926f) [0x5555555cd26f] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x796ca) [0x5555555cd6ca] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79cad) [0x5555555cdcad] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d0288] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d075c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559eb16] 23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff1bfb083] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0c1e] 23: 23: demangled test_f3: 23: [0x555555604689] Kokkos::Impl::save_stacktrace() 23: [0x5555555a9989] Test::stacktrace_test_f1(std::ostream&) 23: [0x5555555a9db8] Test::stacktrace_test_f3(std::ostream&, int) 23: [0x5555555a329a] Test::test_stacktrace(bool, bool) 23: [0x5555555a47cf] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 23: [0x5555555dbfbe] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x5555555cd26f] 23: [0x5555555cd6ca] 23: [0x5555555cdcad] 23: [0x5555555d0288] testing::internal::UnitTestImpl::RunAllTests() 23: [0x5555555d075c] testing::UnitTest::Run() 23: [0x55555559eb16] main 23: [0x7ffff1bfb083] __libc_start_main 23: [0x5555555a0c1e] _start 23: 23: Test setting std::terminate handler that prints the last saved stack trace 23: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (336 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-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555604689] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9989] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x41) [0x5555555a2961] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x31c) [0x5555555a4b5c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dbfbe] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7926f) [0x5555555cd26f] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x796ca) [0x5555555cd6ca] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79cad) [0x5555555cdcad] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d0288] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d075c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559eb16] 23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff1bfb083] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0c1e] 23: 23: demangled test_f1: 23: [0x555555604689] Kokkos::Impl::save_stacktrace() 23: [0x5555555a9989] Test::stacktrace_test_f1(std::ostream&) 23: [0x5555555a2961] Test::test_stacktrace(bool, bool) 23: [0x5555555a4b5c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 23: [0x5555555dbfbe] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x5555555cd26f] 23: [0x5555555cd6ca] 23: [0x5555555cdcad] 23: [0x5555555d0288] testing::internal::UnitTestImpl::RunAllTests() 23: [0x5555555d075c] testing::UnitTest::Run() 23: [0x55555559eb16] main 23: [0x7ffff1bfb083] __libc_start_main 23: [0x5555555a0c1e] _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-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555604689] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9989] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x5555555a9db8] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x97a) [0x5555555a329a] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x31c) [0x5555555a4b5c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dbfbe] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7926f) [0x5555555cd26f] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x796ca) [0x5555555cd6ca] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79cad) [0x5555555cdcad] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d0288] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d075c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559eb16] 23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff1bfb083] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0c1e] 23: 23: demangled test_f3: 23: [0x555555604689] Kokkos::Impl::save_stacktrace() 23: [0x5555555a9989] Test::stacktrace_test_f1(std::ostream&) 23: [0x5555555a9db8] Test::stacktrace_test_f3(std::ostream&, int) 23: [0x5555555a329a] Test::test_stacktrace(bool, bool) 23: [0x5555555a4b5c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 23: [0x5555555dbfbe] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x5555555cd26f] 23: [0x5555555cd6ca] 23: [0x5555555cdcad] 23: [0x5555555d0288] testing::internal::UnitTestImpl::RunAllTests() 23: [0x5555555d075c] testing::UnitTest::Run() 23: [0x55555559eb16] main 23: [0x7ffff1bfb083] __libc_start_main 23: [0x5555555a0c1e] _start 23: 23: Test setting std::terminate handler that prints the last saved stack trace 23: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (341 ms) 23: [----------] 2 tests from defaultdevicetype_DeathTest (678 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-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555604689] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9989] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x41) [0x5555555a2961] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dbfbe] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7926f) [0x5555555cd26f] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x796ca) [0x5555555cd6ca] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79cad) [0x5555555cdcad] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d0288] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d075c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559eb16] 23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff1bfb083] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0c1e] 23: 23: demangled test_f1: 23: [0x555555604689] Kokkos::Impl::save_stacktrace() 23: [0x5555555a9989] Test::stacktrace_test_f1(std::ostream&) 23: [0x5555555a2961] Test::test_stacktrace(bool, bool) 23: [0x5555555dbfbe] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x5555555cd26f] 23: [0x5555555cd6ca] 23: [0x5555555cdcad] 23: [0x5555555d0288] testing::internal::UnitTestImpl::RunAllTests() 23: [0x5555555d075c] testing::UnitTest::Run() 23: [0x55555559eb16] main 23: [0x7ffff1bfb083] __libc_start_main 23: [0x5555555a0c1e] _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-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555604689] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9989] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x5555555a9db8] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x97a) [0x5555555a329a] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dbfbe] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7926f) [0x5555555cd26f] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x796ca) [0x5555555cd6ca] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79cad) [0x5555555cdcad] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d0288] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d075c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559eb16] 23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff1bfb083] 23: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0c1e] 23: 23: demangled test_f3: 23: [0x555555604689] Kokkos::Impl::save_stacktrace() 23: [0x5555555a9989] Test::stacktrace_test_f1(std::ostream&) 23: [0x5555555a9db8] Test::stacktrace_test_f3(std::ostream&, int) 23: [0x5555555a329a] Test::test_stacktrace(bool, bool) 23: [0x5555555dbfbe] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 23: [0x5555555cd26f] 23: [0x5555555cd6ca] 23: [0x5555555cdcad] 23: [0x5555555d0288] testing::internal::UnitTestImpl::RunAllTests() 23: [0x5555555d075c] testing::UnitTest::Run() 23: [0x55555559eb16] main 23: [0x7ffff1bfb083] __libc_start_main 23: [0x5555555a0c1e] _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. (679 ms total) 23: [ PASSED ] 3 tests. 23/54 Test #23: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.83 sec test 24 Start 24: Kokkos_CoreUnitTest_CTestDevice 24: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 54: [ OK ] std_algorithms_reduce_team_test.test (798 ms) 54: [----------] 1 test from std_algorithms_reduce_team_test (798 ms total) 54: 54: [----------] 1 test from std_algorithms_transform_reduce_team_test 54: [ RUN ] std_algorithms_transform_reduce_team_test.test 24: [ OK ] ctest_environment_DeathTest.invalid_rank (117 ms) 24: [ RUN ] ctest_environment_DeathTest.no_type_str 24: [ OK ] ctest_environment_DeathTest.no_type_str (128 ms) 24: [ RUN ] ctest_environment_DeathTest.missing_type 24: [ OK ] ctest_environment_DeathTest.missing_type (251 ms) 24: [ RUN ] ctest_environment_DeathTest.no_id_str 24: [ OK ] ctest_environment_DeathTest.no_id_str (123 ms) 24: [ RUN ] ctest_environment_DeathTest.invalid_id_str 24: [ OK ] ctest_environment_DeathTest.invalid_id_str (250 ms) 24: [----------] 5 tests from ctest_environment_DeathTest (870 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. (870 ms total) 24: [ PASSED ] 8 tests. 24/54 Test #24: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.88 sec test 25 Start 25: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 25: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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.00 sec test 26 Start 26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 26: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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.00 sec test 28 Start 28: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 28: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build-tests/core/unit_test/TestDeviceAndThreads.py" "-v" 29: Test timeout computed to be: 1500 54: [ OK ] std_algorithms_transform_reduce_team_test.test (1414 ms) 54: [----------] 1 test from std_algorithms_transform_reduce_team_test (1415 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 4 tests from 4 test suites ran. (3625 ms total) 54: [ PASSED ] 4 tests. 54/60 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 4.05 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 55: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 55: Test timeout computed to be: 1500 55: [==========] Running 18 tests from 5 test suites. 55: [----------] Global test environment set-up. 55: [----------] 2 tests from std_algorithms_is_sorted_team_test 55: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 29: test_device_id (__main__.KokkosInitializationTestCase) ... ok 55: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (476 ms) 55: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 29: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 29: test_num_devices (__main__.KokkosInitializationTestCase) ... ok 55: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (358 ms) 55: [----------] 2 tests from std_algorithms_is_sorted_team_test (835 ms total) 55: 55: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 55: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 55: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (21 ms) 55: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 55: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (24 ms) 55: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 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 1.716s 29: 29: OK (skipped=1) 29/54 Test #29: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 2.21 sec test 30 Start 30: Kokkos_ContainersUnitTest_Serial 30: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 30: Test timeout computed to be: 1500 55: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (306 ms) 55: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 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 75 tests from 2 test suites. 30: [----------] Global test environment set-up. 30: [----------] 2 tests from serial_DeathTest 30: [ RUN ] serial_DeathTest.dualview_external_view_construction 55: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (419 ms) 55: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (772 ms total) 55: 55: [----------] 4 tests from std_algorithms_is_partitioned_team_test 55: [ RUN ] std_algorithms_is_partitioned_team_test.empty 55: [ OK ] std_algorithms_is_partitioned_team_test.empty (12 ms) 55: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 30: [ OK ] serial_DeathTest.dualview_external_view_construction (351 ms) 30: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 55: [ OK ] std_algorithms_is_partitioned_team_test.all_true (197 ms) 55: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 55: [ OK ] std_algorithms_is_partitioned_team_test.all_false (200 ms) 55: [ RUN ] std_algorithms_is_partitioned_team_test.random 55: [ OK ] std_algorithms_is_partitioned_team_test.random (138 ms) 55: [----------] 4 tests from std_algorithms_is_partitioned_team_test (549 ms total) 55: 55: [----------] 4 tests from std_algorithms_partition_copy_team_test 55: [ RUN ] std_algorithms_partition_copy_team_test.empty 55: [ OK ] std_algorithms_partition_copy_team_test.empty (19 ms) 55: [ RUN ] std_algorithms_partition_copy_team_test.all_true 55: [ OK ] std_algorithms_partition_copy_team_test.all_true (508 ms) 55: [ RUN ] std_algorithms_partition_copy_team_test.all_false 55: [ OK ] std_algorithms_partition_copy_team_test.all_false (472 ms) 55: [ RUN ] std_algorithms_partition_copy_team_test.random 55: [ OK ] std_algorithms_partition_copy_team_test.random (414 ms) 55: [----------] 4 tests from std_algorithms_partition_copy_team_test (1414 ms total) 55: 55: [----------] 4 tests from std_algorithms_partition_point_team_test 55: [ RUN ] std_algorithms_partition_point_team_test.empty 55: [ OK ] std_algorithms_partition_point_team_test.empty (12 ms) 55: [ RUN ] std_algorithms_partition_point_team_test.all_true 55: [ OK ] std_algorithms_partition_point_team_test.all_true (187 ms) 55: [ RUN ] std_algorithms_partition_point_team_test.all_false 55: [ OK ] std_algorithms_partition_point_team_test.all_false (185 ms) 55: [ RUN ] std_algorithms_partition_point_team_test.random 55: [ OK ] std_algorithms_partition_point_team_test.random (132 ms) 55: [----------] 4 tests from std_algorithms_partition_point_team_test (517 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 18 tests from 5 test suites ran. (4089 ms total) 55: [ PASSED ] 18 tests. 55/60 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.50 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 56: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 56: Test timeout computed to be: 1500 56: [==========] Running 5 tests from 4 test suites. 56: [----------] Global test environment set-up. 56: [----------] 2 tests from std_algorithms_transform_team_test 56: [ RUN ] std_algorithms_transform_team_test.test_unary_op 56: [ OK ] std_algorithms_transform_team_test.test_unary_op (596 ms) 56: [ RUN ] std_algorithms_transform_team_test.test_binary_op 30: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (4139 ms) 30: [----------] 2 tests from serial_DeathTest (4491 ms total) 30: 30: [----------] 73 tests from serial 30: [ RUN ] serial.bitset 56: [ OK ] std_algorithms_transform_team_test.test_binary_op (757 ms) 56: [----------] 2 tests from std_algorithms_transform_team_test (1354 ms total) 56: 56: [----------] 1 test from std_algorithms_generate_team_test 56: [ RUN ] std_algorithms_generate_team_test.test_unary_op 56: [ OK ] std_algorithms_generate_team_test.test_unary_op (1403 ms) 56: [----------] 1 test from std_algorithms_generate_team_test (1403 ms total) 56: 56: [----------] 1 test from std_algorithms_generate_n_team_test 56: [ RUN ] std_algorithms_generate_n_team_test.test 56: [ OK ] std_algorithms_generate_n_team_test.test (364 ms) 56: [----------] 1 test from std_algorithms_generate_n_team_test (364 ms total) 56: 56: [----------] 1 test from std_algorithms_swap_ranges_team_test 56: [ RUN ] std_algorithms_swap_ranges_team_test.test 30: [ OK ] serial.bitset (1735 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.dualview_default_constructed 30: [ OK ] serial.dualview_default_constructed (0 ms) 30: [ RUN ] serial.dualview_resize_single_device 30: [ OK ] serial.dualview_resize_single_device (0 ms) 30: [ RUN ] serial.dynamic_view 30: [ OK ] serial.dynamic_view (12 ms) 30: [ RUN ] serial.dyn_rank_view_api_generic 30: [ OK ] serial.dyn_rank_view_api_generic (9 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-8351/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_ctor_from_members 30: [ OK ] serial.dyn_rank_view_ctor_from_members (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 (31 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 (8 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 56: [ OK ] std_algorithms_swap_ranges_team_test.test (683 ms) 56: [----------] 1 test from std_algorithms_swap_ranges_team_test (683 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 5 tests from 4 test suites ran. (3806 ms total) 56: [ PASSED ] 5 tests. 56/60 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.22 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 57: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 57: Test timeout computed to be: 1500 57: [==========] Running 2 tests from 2 test suites. 57: [----------] Global test environment set-up. 57: [----------] 1 test from std_algorithms_exclusive_scan_team_test 57: [ RUN ] std_algorithms_exclusive_scan_team_test.test 30: [ OK ] serial.scatterview (1889 ms) 30: [ RUN ] serial.scatterview_devicetype 30: [ OK ] serial.scatterview_devicetype (1 ms) 30: [ RUN ] serial.staticcrsgraph 30: [ OK ] serial.staticcrsgraph (9 ms) 30: [ RUN ] serial.resize_realloc_no_init_dualview 30: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 30: [ RUN ] serial.resize_realloc_no_alloc_dualview 30: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 30: [ RUN ] serial.resize_exec_space_dualview 30: [ OK ] serial.resize_exec_space_dualview (0 ms) 30: [ RUN ] serial.realloc_exec_space_dualview 30: [ OK ] serial.realloc_exec_space_dualview (0 ms) 30: [ RUN ] serial.resize_realloc_no_init_dynrankview 30: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 30: [ RUN ] serial.resize_exec_space_dynrankview 30: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 30: [ RUN ] serial.realloc_exec_space_dynrankview 30: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 30: [ RUN ] serial.resize_realloc_no_init_scatterview 30: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 30: [ RUN ] serial.resize_realloc_no_alloc_scatterview 30: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 30: [ RUN ] serial.resize_exec_space_scatterview 30: [ OK ] serial.resize_exec_space_scatterview (0 ms) 30: [ RUN ] serial.realloc_exec_space_scatterview 30: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 30: [ RUN ] serial.create_mirror_no_init_dynrankview 30: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 30: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 30: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (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 57: [ OK ] std_algorithms_exclusive_scan_team_test.test (1551 ms) 57: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1551 ms total) 57: 57: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 57: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 57: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (761 ms) 57: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (761 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 2 tests from 2 test suites ran. (2313 ms total) 57: [ PASSED ] 2 tests. 57/60 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.72 sec test 58 Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 58: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 58: Test timeout computed to be: 1500 58: [==========] Running 2 tests from 2 test suites. 58: [----------] Global test environment set-up. 58: [----------] 1 test from std_algorithms_inclusive_scan_team_test 58: [ RUN ] std_algorithms_inclusive_scan_team_test.test 58: [ OK ] std_algorithms_inclusive_scan_team_test.test (2231 ms) 58: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2231 ms total) 58: 58: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 58: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 58: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1453 ms) 58: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1453 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 2 tests from 2 test suites ran. (3685 ms total) 58: [ PASSED ] 2 tests. 58/60 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 4.09 sec test 59 Start 59: Kokkos_PerformanceTest_InclusiveScan 59: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-08-22_T17-24-48.json" 59: Test timeout computed to be: 1500 59: 2025-08-22T17:56:56+00:00 59: Running /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 59: Run on (64 X 2994.45 MHz CPU s) 59: CPU Caches: 59: L1 Data 32 KiB (x32) 59: L1 Instruction 32 KiB (x32) 59: L2 Unified 512 KiB (x32) 59: L3 Unified 16384 KiB (x16) 59: Load Average: 1.23, 1.43, 3.72 59: APU or dGPU: dGPU 59: Architecture capable of accessing system allocated memory: 1 59: CPU architecture: none 59: Default Device: HIP 59: GPU architecture: AMD_GFX908 59: Is Large Bar: 1 59: KOKKOS_COMPILER_CLANG: 1700 59: KOKKOS_ENABLE_ASM: no 59: KOKKOS_ENABLE_CXX17: no 59: KOKKOS_ENABLE_CXX20: yes 59: KOKKOS_ENABLE_CXX23: no 59: KOKKOS_ENABLE_CXX26: no 59: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 59: KOKKOS_ENABLE_HIP: yes 59: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 59: KOKKOS_ENABLE_HWLOC: no 59: KOKKOS_ENABLE_LIBDL: yes 59: KOKKOS_ENABLE_PRAGMA_IVDEP: no 59: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 59: KOKKOS_ENABLE_PRAGMA_UNROLL: no 59: KOKKOS_ENABLE_PRAGMA_VECTOR: no 59: KOKKOS_ENABLE_SERIAL: yes 59: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 59: Kokkos Version: 4.7.99 59: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 59: Shared Memory per Block: 64 KiB 59: Supports Managed Memory: 1 59: System allows accessing system allocated memory on GPU: 0 59: Total Global Memory: 31.98 GiB 59: Wavefront Size: 64 59: XNACK environment variable set: no 59: macro HIP_VERSION: 50731921 = version 5.7.31921 59: macro KOKKOS_ENABLE_HIP: defined 59: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 59: macro KOKKOS_ENABLE_ROCTHRUST: defined 59: platform: 64bit 59: ---------------------------------------------------------------------------------------------------------------------------------------------- 59: Benchmark Time CPU Iterations FOM: GB/s MB Passed 59: ---------------------------------------------------------------------------------------------------------------------------------------------- 59: BM_inclusive_scan<std::uint64_t>/100000000/manual_time 0.002 s 0.002 s 446 1018.89/s 1.6k 1 30: [ OK ] serial.UnorderedMap_insert (8537 ms) 30: [ RUN ] serial.UnorderedMap_failed_insert 59: BM_inclusive_scan<std::int64_t>/100000000/manual_time 0.002 s 0.002 s 446 1015.72/s 1.6k 1 59: BM_inclusive_scan<double>/100000000/manual_time 0.002 s 0.002 s 445 1016.3/s 1.6k 1 30: [ OK ] serial.UnorderedMap_failed_insert (4882 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.UnorderedMap_View_as_value 30: [ OK ] serial.UnorderedMap_View_as_value (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: [----------] 73 tests from serial (17131 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 75 tests from 2 test suites ran. (21623 ms total) 30: [ PASSED ] 74 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 21.80 sec test 31 Start 31: Kokkos_ContainersUnitTest_Cuda 31: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 75 tests from 2 test suites. 31: [----------] Global test environment set-up. 31: [----------] 2 tests from cuda_DeathTest 31: [ RUN ] cuda_DeathTest.dualview_external_view_construction 31: [ OK ] cuda_DeathTest.dualview_external_view_construction (414 ms) 31: [ RUN ] cuda_DeathTest.offsetview_unmanaged_construction 59: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time 0.002 s 0.002 s 445 1016/s 1.6k 1 59: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time 0.002 s 0.002 s 445 1019.66/s 1.6k 1 31: [ OK ] cuda_DeathTest.offsetview_unmanaged_construction (4918 ms) 31: [----------] 2 tests from cuda_DeathTest (5332 ms total) 31: 31: [----------] 73 tests from cuda 31: [ RUN ] cuda.bitset 31: [ OK ] cuda.bitset (15 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 (3 ms) 31: [ RUN ] cuda.dualview_sync_should_fence 31: [ OK ] cuda.dualview_sync_should_fence (2 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.dualview_default_constructed 31: [ OK ] cuda.dualview_default_constructed (0 ms) 31: [ RUN ] cuda.dualview_resize_single_device 31: [ OK ] cuda.dualview_resize_single_device (0 ms) 31: [ RUN ] cuda.dynamic_view 31: [ OK ] cuda.dynamic_view (59 ms) 31: [ RUN ] cuda.dyn_rank_view_api_generic 31: [ OK ] cuda.dyn_rank_view_api_generic (25 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 (0 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_ctor_from_members 31: [ OK ] cuda.dyn_rank_view_ctor_from_members (0 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 (5 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 (4 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 59: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time 0.002 s 0.002 s 446 1019.98/s 1.6k 1 59: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time 0.002 s 0.002 s 446 1019.97/s 1.6k 1 59: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time 0.002 s 0.002 s 446 1019.84/s 1.6k 1 59: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time 0.002 s 0.002 s 446 1019.5/s 1.6k 1 59/60 Test #59: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 21.69 sec test 60 Start 60: Kokkos_UnitTest_SIMD 60: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/simd/unit_tests/Kokkos_UnitTest_SIMD 60: Test timeout computed to be: 1500 60: [==========] Running 18 tests from 1 test suite. 60: [----------] Global test environment set-up. 60: [----------] 18 tests from simd 60: [ RUN ] simd.host_math_ops 60: [ OK ] simd.host_math_ops (0 ms) 60: [ RUN ] simd.device_math_ops 60: [ OK ] simd.device_math_ops (6 ms) 60: [ RUN ] simd.host_mask_ops 60: [ OK ] simd.host_mask_ops (0 ms) 60: [ RUN ] simd.device_mask_ops 60: [ OK ] simd.device_mask_ops (0 ms) 60: [ RUN ] simd.host_conversions 60: [ OK ] simd.host_conversions (0 ms) 60: [ RUN ] simd.device_conversions 60: [ OK ] simd.device_conversions (0 ms) 60: [ RUN ] simd.host_shift_ops 60: [ OK ] simd.host_shift_ops (0 ms) 60: [ RUN ] simd.device_shift_ops 60: [ OK ] simd.device_shift_ops (0 ms) 60: [ RUN ] simd.host_condition 60: [ OK ] simd.host_condition (0 ms) 60: [ RUN ] simd.device_condition 60: [ OK ] simd.device_condition (0 ms) 60: [ RUN ] simd.host_gen_ctors 60: [ OK ] simd.host_gen_ctors (0 ms) 60: [ RUN ] simd.device_gen_ctors 60: [ OK ] simd.device_gen_ctors (0 ms) 60: [ RUN ] simd.host_where_expressions 60: [ OK ] simd.host_where_expressions (0 ms) 60: [ RUN ] simd.device_where_expressions 60: [ OK ] simd.device_where_expressions (0 ms) 60: [ RUN ] simd.host_reductions 60: [ OK ] simd.host_reductions (0 ms) 60: [ RUN ] simd.device_reductions 60: [ OK ] simd.device_reductions (0 ms) 60: [ RUN ] simd.host_construction 60: [ OK ] simd.host_construction (0 ms) 60: [ RUN ] simd.device_construction 60: [ OK ] simd.device_construction (0 ms) 60: [----------] 18 tests from simd (7 ms total) 60: 60: [----------] Global test environment tear-down 60: [==========] 18 tests from 1 test suite ran. (7 ms total) 60: [ PASSED ] 18 tests. 60/60 Test #60: Kokkos_UnitTest_SIMD ....................................... Passed 0.41 sec 100% tests passed, 0 tests failed out of 60 Label Time Summary: Kokkos = 614.95 sec*proc (52 tests) Total Test time (real) = 1252.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 2234fc35c7ee70736705093bcb8259b55900dfdee76bd417cf8940d096741dcb 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-8351' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 2234fc35c7ee70736705093bcb8259b55900dfdee76bd417cf8940d096741dcb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 31: [ OK ] cuda.scatterview (13956 ms) 31: [ RUN ] cuda.scatterview_devicetype 31: [ OK ] cuda.scatterview_devicetype (31 ms) 31: [ RUN ] cuda.staticcrsgraph 31: [ OK ] cuda.staticcrsgraph (48 ms) 31: [ RUN ] cuda.resize_realloc_no_init_dualview 31: [ OK ] cuda.resize_realloc_no_init_dualview (0 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-8351/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-8351/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-8351/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-8351/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-8351/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-8351/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 31: [ OK ] cuda.UnorderedMap_insert (10425 ms) 31: [ RUN ] cuda.UnorderedMap_failed_insert 31: [ OK ] cuda.UnorderedMap_failed_insert (3901 ms) 31: [ RUN ] cuda.UnorderedMap_deep_copy 31: [ OK ] cuda.UnorderedMap_deep_copy (19 ms) 31: [ RUN ] cuda.UnorderedMap_valid_empty 31: [ OK ] cuda.UnorderedMap_valid_empty (6 ms) 31: [ RUN ] cuda.UnorderedMap_clear_zero_size 31: [ OK ] cuda.UnorderedMap_clear_zero_size (1 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.UnorderedMap_View_as_value 31: [ OK ] cuda.UnorderedMap_View_as_value (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: [----------] 73 tests from cuda (28547 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 75 tests from 2 test suites ran. (33880 ms total) 31: [ PASSED ] 69 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 34.09 sec test 32 Start 32: Kokkos_ContainersPerformanceTest_Cuda 32: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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.00116463 32: View sum computation time: 0.00116463 32: Strided View time (init only): 0.00107035 32: View Rank7 time (init only): 0.00107487 32: DynRankView time (init only): 0.0010615 32: DynRankView sum computation time: 0.00215178 32: Ratio of View to DynRankView time: 1.09715 32: Ratio of View to DynRankView sum computation time: 1.05539 32: Ratio of View to View Rank7 time: 1.08351 32: Ratio of StrideView to DynRankView time: 1.00833 32: Ratio of DynRankView to View Rank7 time: 0.987569 32: [ OK ] TEST_CATEGORY.dynrankview_perf (192 ms) 32: [ RUN ] TEST_CATEGORY.global_2_local 32: Cuda 32: size, create, generate, fill, find 32: 256, 0.00505824, 1.4664e-05, 0.00261197, 0.00167628 32: 512, 0.00542383, 1.1258e-05, 2.1807e-05, 0.00164275 32: 1024, 0.00146057, 9.994e-06, 2.0646e-05, 0.00169054 32: 2048, 0.00132285, 1.2317e-05, 1.9686e-05, 0.00182127 32: 4096, 0.000991091, 9.693e-06, 1.9706e-05, 0.00171406 32: 8192, 0.00101662, 1.0297e-05, 2.2963e-05, 0.00172999 32: 16384, 0.00102013, 9.895e-06, 2.4049e-05, 0.00180033 32: 32768, 0.00107266, 1.025e-05, 2.7385e-05, 0.00186513 32: 65536, 0.00165786, 1.0709e-05, 3.9736e-05, 0.002084 32: 131072, 0.00257428, 1.2491e-05, 5.1621e-05, 0.00277759 32: 262144, 0.00349455, 1.5243e-05, 0.000116336, 0.0043859 32: 524288, 0.00508286, 1.8311e-05, 0.000479948, 0.0149165 32: 1048576, 0.00696335, 2.554e-05, 0.00124542, 0.0438732 32: 2097152, 0.0096997, 3.7204e-05, 0.00296356, 0.107383 32: 4194304, 0.0158742, 5.875e-05, 0.00668558, 0.234444 32: [ OK ] TEST_CATEGORY.global_2_local (507 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 (699 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 4 tests from 1 test suite ran. (699 ms total) 32: [ PASSED ] 4 tests. 32/54 Test #32: Kokkos_ContainersPerformanceTest_Cuda ...................... Passed 0.86 sec test 33 Start 33: Kokkos_UnitTest_Sort 33: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 33: [ OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (827 ms) 33: [----------] 1 test from cuda_DeathTest (827 ms total) 33: 33: [----------] 16 tests from cuda 33: [ RUN ] cuda.SortUnsignedValueType 33: [ OK ] cuda.SortUnsignedValueType (18 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 (117 ms) 33: [ RUN ] cuda.BinSortGenericTests 33: [ OK ] cuda.BinSortGenericTests (31 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 33: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (12575 ms) 33: [ RUN ] cuda.NestedSort 33: [ OK ] cuda.NestedSort (42 ms) 33: [ RUN ] cuda.NestedSortByKey 33: [ OK ] cuda.NestedSortByKey (125 ms) 33: [----------] 16 tests from cuda (12920 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 17 tests from 2 test suites ran. (13747 ms total) 33: [ PASSED ] 17 tests. 33/54 Test #33: Kokkos_UnitTest_Sort ....................................... Passed 13.92 sec test 34 Start 34: Kokkos_UnitTest_Random 34: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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:1755885473409263167 34: Test Scalar=int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 0.0122548 0.0150913 || 0.051031 27952 29291 || 28327.2 28674.4 || 208.622 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.00833868 -0.00483453 || 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.024858 0.0209575 || 0.051031 27970 29348 || 27978.9 28674.4 || 289.717 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.0089357 -0.0106289 || 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.0121356 -0.00891309 || 0.051031 28065 29323 || 28330.6 28674.4 || -123.215 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.00474375 0.00108518 || 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.0142766 -0.0303849 || 0.051031 28043 29384 || 29089.7 28674.4 || -420.041 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.00754837 0.0101184 || 0.051031 1e+64 -1e+64 34: Test Scalar=half 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.000244061 -0.99999 -48247.7 || 0.051031 0 194955 || 2.92882e+09 28674.4 || -6.66976e+08 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 0.000731109 -0.312176 0.156131 || 0.051031 1e+64 -1e+64 34: Test Scalar=bhalf 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.00195346 -0.999999 -57857.4 || 0.051031 0 1.5513e+06 || 2.86918e+10 28674.4 || -7.9982e+08 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 0.00587042 -0.967991 10.3988 || 0.051031 1e+64 -1e+64 34: Test Scalar=float 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.6091e-07 -0.0110954 0.00525909 || 0.051031 28021 29395 || 28996.1 28674.4 || 72.7017 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.96226e-07 0.000988956 -0.00358951 || 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.0213717 -0.00913416 || 0.051031 27886 29266 || 28074.4 28674.4 || -126.271 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.00130277 -0.000820271 || 0.051031 1e+64 -1e+64 34: Test Seed:1755885473508786096 34: Test Scalar=int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 0.00572552 -0.00883352 || 0.051031 27944 29290 || 28511.1 28674.4 || -122.115 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.0208201 -0.0170908 || 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.0134971 -0.00717378 || 0.051031 28026 29384 || 28292.5 28674.4 || -99.1703 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 -0.0017102 -0.00691201 || 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.0155029 0.0156167 || 0.051031 27972 29350 || 29125.9 28674.4 || 215.885 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 -0.022723 0.00385553 || 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.0118978 0.00889284 || 0.051031 27986 29306 || 29019.7 28674.4 || 122.935 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.00362145 0.00930522 || 0.051031 1e+64 -1e+64 34: Test Scalar=half 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.000245099 -0.99999 -48246.4 || 0.051031 0 195192 || 2.92895e+09 28674.4 || -6.66958e+08 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 0.000734178 -0.307096 0.154545 || 0.051031 1e+64 -1e+64 34: Test Scalar=bhalf 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.00196148 -0.999999 -57857.1 || 0.051031 0 1.55185e+06 || 2.86895e+10 28674.4 || -7.99816e+08 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 0.00589501 -0.967877 10.2628 || 0.051031 1e+64 -1e+64 34: Test Scalar=float 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.76045e-07 0.0205314 0.00375943 || 0.051031 28058 29359 || 28097.5 28674.4 || 51.9703 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 7.41632e-07 -0.00378276 0.00367868 || 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.00262566 -0.0115964 || 0.051031 28035 29402 || 28749.9 28674.4 || -160.309 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 -0.0324791 -0.0103556 || 0.051031 1e+64 -1e+64 34: [ OK ] cuda.Random_XorShift64 (202 ms) 34: [ RUN ] cuda.Random_XorShift1024_0 34: Test Seed:1755885473611538512 34: Test Scalar=int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 0.00632677 -0.00222937 || 0.051031 10923 11807 || 11305.4 11377 || -30.8187 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.0202702 -0.00107353 || 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.00574625 0.000725233 || 0.051031 11017 11796 || 11442.7 11377 || 10.0256 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.00531083 -0.00110173 || 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.0133183 0.00344943 || 0.051031 10968 11803 || 11530.5 11377 || 47.685 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.00267611 0.00223656 || 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.0131969 0.00335634 || 0.051031 10956 11765 || 11228.8 11377 || 46.398 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.000812771 0.000274288 || 0.051031 1e+64 -1e+64 34: Test Scalar=half 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.000246942 -0.999975 -7594.53 || 0.051031 0 77734 || 4.60982e+08 11377 || -1.04987e+08 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 0.000740542 -0.153948 0.0264719 || 0.051031 1e+64 -1e+64 34: Test Scalar=bhalf 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.0019575 -0.999997 -9107.85 || 0.051031 0 616483 || 4.5167e+09 11377 || -1.25907e+08 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 0.00588331 -0.92276 1.60875 || 0.051031 1e+64 -1e+64 34: Test Scalar=float 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.67029e-07 -0.0167767 -0.013875 || 0.051031 10994 11824 || 11571.1 11377 || -191.809 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 3.05176e-07 0.0351429 -0.000976299 || 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.00706906 -0.00768426 || 0.051031 10968 11771 || 11458 11377 || -106.227 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.0056978 -0.000106722 || 0.051031 1e+64 -1e+64 34: Test Seed:1755885473685668510 34: Test Scalar=int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 -0.0115325 0.00445976 || 0.051031 10981 11813 || 11509.7 11377 || 61.6517 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.00657747 0.000685161 || 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.0010266 0.00120722 || 0.051031 10967 11884 || 11365.3 11377 || 16.6886 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.0152042 -0.00156896 || 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.00396308 0.00218809 || 0.051031 10986 11783 || 11422.2 11377 || 30.2482 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.00118807 -0.00241516 || 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.011506 -0.0120505 || 0.051031 10954 11833 || 11509.4 11377 || -166.586 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.00904467 0.000454202 || 0.051031 1e+64 -1e+64 34: Test Scalar=half 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.000242311 -0.999975 -7595.09 || 0.051031 0 77705 || 4.61092e+08 11377 || -1.04995e+08 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 0.000726693 -0.134486 0.0219365 || 0.051031 1e+64 -1e+64 34: Test Scalar=bhalf 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.00196213 -0.999997 -9108.03 || 0.051031 0 616234 || 4.51587e+09 11377 || -1.25909e+08 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 0.00589771 -0.922692 1.59547 || 0.051031 1e+64 -1e+64 34: Test Scalar=float 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.79744e-07 0.000859138 -0.0044757 || 0.051031 10982 11813 || 11367.2 11377 || -61.8721 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 3.43323e-07 -0.0136361 -0.0019475 || 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.0231928 -3.55631e-05 || 0.051031 10949 11869 || 11119.1 11377 || -0.491624 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.0246188 -0.00460072 || 0.051031 1e+64 -1e+64 34: [ OK ] cuda.Random_XorShift1024_0 (177 ms) 34: [ RUN ] cuda.Multi_streams 34: [ OK ] cuda.Multi_streams (384 ms) 34: [----------] 3 tests from cuda (765 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 3 tests from 1 test suite ran. (765 ms total) 34: [ PASSED ] 3 tests. 34/54 Test #34: Kokkos_UnitTest_Random ..................................... Passed 0.92 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_A 35: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (2 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 (2 ms) 35: [ RUN ] random_access_iterator_test.operatorsSet2 35: [ OK ] random_access_iterator_test.operatorsSet2 (2 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 (15 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 16 tests from 4 test suites ran. (18 ms total) 35: [ PASSED ] 16 tests. 35/54 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.16 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_B 36: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 36: Test timeout computed to be: 1500 36: 36: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 36: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 36: setting CUDA_VISIBLE_DEVICES. 36: This could on multi GPU systems lead to severe performance" 36: penalties. 36: [==========] Running 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 (1 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 (12 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 (13 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 (11 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 (13 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 (15 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. (69 ms total) 36: [ PASSED ] 7 tests. 36/54 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.21 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_C 37: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 37: Test timeout computed to be: 1500 37: 37: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 37: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 37: setting CUDA_VISIBLE_DEVICES. 37: This could on multi GPU systems lead to severe performance" 37: penalties. 37: [==========] Running 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 (47 ms) 37: [----------] 1 test from std_algorithms_lexicographical_compare_test (47 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 (136 ms) 37: [----------] 1 test from std_algorithms_for_each_test (136 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 (54 ms) 37: [----------] 1 test from std_algorithms_find_test (54 ms total) 37: 37: [----------] 4 tests from std_algorithms_non_mod_seq_ops 37: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 37: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (1524 ms) 37: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 37: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1115 ms) 37: [ RUN ] std_algorithms_non_mod_seq_ops.search 37: [ OK ] std_algorithms_non_mod_seq_ops.search (1106 ms) 37: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 37: [ OK ] std_algorithms_non_mod_seq_ops.search_n (665 ms) 37: [----------] 4 tests from std_algorithms_non_mod_seq_ops (4412 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 (35 ms) 37: [----------] 1 test from std_algorithms_count_test (35 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 (37 ms) 37: [----------] 1 test from std_algorithms_equal_test (37 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 (52 ms) 37: [----------] 1 test from std_algorithms_all_any_none_of_test (52 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 (132 ms) 37: [----------] 1 test from std_algorithms_nonmod_seq_ops (132 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 (162 ms) 37: [----------] 1 test from std_algorithms_mismatch_test (162 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 (241 ms) 37: [----------] 1 test from std_algorithms_mod_seq_ops (241 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 13 tests from 10 test suites ran. (5312 ms total) 37: [ PASSED ] 13 tests. 37/54 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 5.48 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_D 38: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 38: Test timeout computed to be: 1500 38: 38: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 38: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 38: setting CUDA_VISIBLE_DEVICES. 38: This could on multi GPU systems lead to severe performance" 38: penalties. 38: [==========] Running 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 (2 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 (109 ms) 38: [ RUN ] std_algorithms_replace_ops_test.replace_if 38: [ OK ] std_algorithms_replace_ops_test.replace_if (258 ms) 38: [ RUN ] std_algorithms_replace_ops_test.replace_copy 38: [ OK ] std_algorithms_replace_ops_test.replace_copy (238 ms) 38: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 38: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (215 ms) 38: [----------] 4 tests from std_algorithms_replace_ops_test (822 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 (117 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.unique 38: [ OK ] std_algorithms_mod_seq_ops.unique (290 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 38: [ OK ] std_algorithms_mod_seq_ops.unique_copy (177 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.remove 38: [ OK ] std_algorithms_mod_seq_ops.remove (137 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.remove_if 38: [ OK ] std_algorithms_mod_seq_ops.remove_if (135 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 38: [ OK ] std_algorithms_mod_seq_ops.remove_copy (261 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 38: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (134 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.rotate 38: [ OK ] std_algorithms_mod_seq_ops.rotate (1434 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 38: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (873 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.shift_left 38: [ OK ] std_algorithms_mod_seq_ops.shift_left (2350 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.shift_right 38: [ OK ] std_algorithms_mod_seq_ops.shift_right (2360 ms) 38: [----------] 11 tests from std_algorithms_mod_seq_ops (8273 ms total) 38: 38: [----------] 1 test from std_algorithms_modseq_test 38: [ RUN ] std_algorithms_modseq_test.reverse 38: [ OK ] std_algorithms_modseq_test.reverse (225 ms) 38: [----------] 1 test from std_algorithms_modseq_test (225 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 31 tests from 5 test suites ran. (9342 ms total) 38: [ PASSED ] 31 tests. 38/54 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 9.50 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_E 39: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (21 ms) 39: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 39: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (20 ms) 39: [----------] 2 tests from std_algorithms_sorting_ops_test (41 ms total) 39: 39: [----------] 4 tests from std_algorithms_partitioning_test 39: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 39: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 39: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 39: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms) 39: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 39: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (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 (9 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 (136 ms) 39: [----------] 1 test from std_algorithms_partitioning_ops (136 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 (16 ms total) 39: 39: [----------] 1 test from std_algorithms_numerics_ops_test 39: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 39: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (256 ms) 39: [----------] 1 test from std_algorithms_numerics_ops_test (256 ms total) 39: 39: [----------] 8 tests from std_algorithms_numeric_ops_test 39: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 39: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (1945 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 39: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 39: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (1790 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 39: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 39: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (693 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 39: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 39: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (1196 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 (5627 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 (160 ms) 39: [----------] 1 test from std_algorithms_transform_ops_test (160 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 29 tests from 7 test suites ran. (6248 ms total) 39: [ PASSED ] 29 tests. 39/54 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 6.42 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 40: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 40: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1131 ms) 40: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 40: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1122 ms) 40: [----------] 2 tests from std_algorithms_adjacent_find_team_test (2254 ms total) 40: 40: [----------] 2 tests from std_algorithms_count_team_test 40: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 40: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (549 ms) 40: [ RUN ] std_algorithms_count_team_test.count_returns_zero 40: [ OK ] std_algorithms_count_team_test.count_returns_zero (531 ms) 40: [----------] 2 tests from std_algorithms_count_team_test (1081 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 (518 ms) 40: [----------] 1 test from std_algorithms_count_if_team_test (518 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 (611 ms) 40: [----------] 1 test from std_algorithms_for_each_team_test (611 ms total) 40: 40: [----------] 1 test from std_algorithms_for_each_n_team_test 40: [ RUN ] std_algorithms_for_each_n_team_test.test 40: [ OK ] std_algorithms_for_each_n_team_test.test (734 ms) 40: [----------] 1 test from std_algorithms_for_each_n_team_test (734 ms total) 40: 40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 40: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 40: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (1249 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 (1194 ms) 40: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 40: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1208 ms) 40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (3652 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 (1264 ms) 40: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 40: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1320 ms) 40: [----------] 2 tests from std_algorithms_mismatch_team_test (2585 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 12 tests from 7 test suites ran. (11439 ms total) 40: [ PASSED ] 12 tests. 40/54 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 11.59 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 41: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 41: [ OK ] std_algorithms_equal_team_test.views_are_equal (1935 ms) 41: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 41: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (2063 ms) 41: [----------] 2 tests from std_algorithms_equal_team_test (3999 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 (1160 ms) 41: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 41: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (1174 ms) 41: [----------] 2 tests from std_algorithms_search_team_test (2334 ms total) 41: 41: [----------] 2 tests from std_algorithms_find_end_team_test 41: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 41: [ OK ] std_algorithms_find_end_team_test.sequences_exist (1228 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 (1201 ms) 41: [----------] 2 tests from std_algorithms_find_end_team_test (2429 ms total) 41: 41: [----------] 2 tests from std_algorithms_find_first_of_team_test 41: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 41: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (1215 ms) 41: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 41: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (1425 ms) 41: [----------] 2 tests from std_algorithms_find_first_of_team_test (2640 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 8 tests from 4 test suites ran. (11404 ms total) 41: [ PASSED ] 8 tests. 41/54 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 11.56 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 42: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (548 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 (544 ms) 42: [----------] 2 tests from std_algorithms_find_team_test (1092 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 (537 ms) 42: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 42: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (546 ms) 42: [----------] 2 tests from std_algorithms_find_if_team_test (1084 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 (540 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 (536 ms) 42: [----------] 2 tests from std_algorithms_find_if_not_team_test (1076 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 (486 ms) 42: [----------] 1 test from std_algorithms_all_of_team_test (486 ms total) 42: 42: [----------] 1 test from std_algorithms_any_of_team_test 42: [ RUN ] std_algorithms_any_of_team_test.test 42: [ OK ] std_algorithms_any_of_team_test.test (467 ms) 42: [----------] 1 test from std_algorithms_any_of_team_test (467 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 (474 ms) 42: [----------] 1 test from std_algorithms_none_of_team_test (474 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 (557 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 (549 ms) 42: [----------] 2 tests from std_algorithms_search_n_team_test (1107 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 11 tests from 7 test suites ran. (5789 ms total) 42: [ PASSED ] 11 tests. 42/54 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 5.94 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 43: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 43: Test timeout computed to be: 1500 43: 43: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 43: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 43: setting CUDA_VISIBLE_DEVICES. 43: This could on multi GPU systems lead to severe performance" 43: penalties. 43: [==========] Running 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 43: [ OK ] std_algorithms_min_element_team_test.test (1444 ms) 43: [----------] 1 test from std_algorithms_min_element_team_test (1444 ms total) 43: 43: [----------] 1 test from std_algorithms_max_element_team_test 43: [ RUN ] std_algorithms_max_element_team_test.test 43: [ OK ] std_algorithms_max_element_team_test.test (1433 ms) 43: [----------] 1 test from std_algorithms_max_element_team_test (1433 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 (1449 ms) 43: [----------] 1 test from std_algorithms_minmax_element_team_test (1449 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 3 tests from 3 test suites ran. (4328 ms total) 43: [ PASSED ] 3 tests. 43/54 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 4.48 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 44: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (354 ms) 44: [----------] 1 test from std_algorithms_fill_team_test (354 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 (1957 ms) 44: [----------] 1 test from std_algorithms_fill_n_team_test (1957 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 (527 ms) 44: [----------] 1 test from std_algorithms_replace_team_test (527 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 (452 ms) 44: [----------] 1 test from std_algorithms_replace_if_team_test (452 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 (1070 ms) 44: [----------] 1 test from std_algorithms_replace_copy_team_test (1070 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 (872 ms) 44: [----------] 1 test from std_algorithms_replace_copy_if_team_test (872 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 6 tests from 6 test suites ran. (5235 ms total) 44: [ PASSED ] 6 tests. 44/54 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 5.39 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 45: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (371 ms) 45: [----------] 1 test from std_algorithms_reverse_team_test (371 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 (736 ms) 45: [----------] 1 test from std_algorithms_reverse_copy_team_test (736 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 (2299 ms) 45: [----------] 1 test from std_algorithms_rotate_team_test (2299 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 (2322 ms) 45: [----------] 1 test from std_algorithms_rotate_copy_team_test (2322 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 4 tests from 4 test suites ran. (5730 ms total) 45: [ PASSED ] 4 tests. 45/54 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 5.88 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 46: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (1055 ms) 46: [----------] 1 test from std_algorithms_move_team_test (1055 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 (967 ms) 46: [----------] 1 test from std_algorithms_move_backward_team_test (967 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 (3920 ms) 46: [----------] 1 test from std_algorithms_shift_left_team_test (3920 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 (3904 ms) 46: [----------] 1 test from std_algorithms_shift_right_team_test (3904 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 4 tests from 4 test suites ran. (9848 ms total) 46: [ PASSED ] 4 tests. 46/54 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 10.00 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 47: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (1185 ms) 47: [----------] 1 test from std_algorithms_copy_team_test (1185 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 (2195 ms) 47: [----------] 1 test from std_algorithms_copy_n_team_test (2196 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 (969 ms) 47: [----------] 1 test from std_algorithms_copy_backward_team_test (969 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 (879 ms) 47: [----------] 1 test from std_algorithms_copy_if_team_test (879 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 (848 ms) 47: [----------] 1 test from std_algorithms_unique_copy_team_test (848 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 (802 ms) 47: [----------] 1 test from std_algorithms_remove_team_test (802 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 (722 ms) 47: [----------] 1 test from std_algorithms_remove_if_team_test (722 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 (922 ms) 47: [----------] 1 test from std_algorithms_remove_copy_team_test (922 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 (767 ms) 47: [----------] 1 test from std_algorithms_remove_copy_if_team_test (767 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 9 tests from 9 test suites ran. (9295 ms total) 47: [ PASSED ] 9 tests. 47/54 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 9.45 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 48: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (888 ms) 48: [----------] 1 test from std_algorithms_unique_team_test (888 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 (1661 ms) 48: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1661 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 (1832 ms) 48: [----------] 1 test from std_algorithms_reduce_team_test (1832 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 (2492 ms) 48: [----------] 1 test from std_algorithms_transform_reduce_team_test (2492 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 4 tests from 4 test suites ran. (6875 ms total) 48: [ PASSED ] 4 tests. 48/54 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 7.02 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 49: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (1470 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 (1376 ms) 49: [----------] 2 tests from std_algorithms_is_sorted_team_test (2846 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 (94 ms) 49: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 49: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (144 ms) 49: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 49: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (996 ms) 49: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 49: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1100 ms) 49: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2336 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 (46 ms) 49: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 49: [ OK ] std_algorithms_is_partitioned_team_test.all_true (552 ms) 49: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 49: [ OK ] std_algorithms_is_partitioned_team_test.all_false (552 ms) 49: [ RUN ] std_algorithms_is_partitioned_team_test.random 49: [ OK ] std_algorithms_is_partitioned_team_test.random (508 ms) 49: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1660 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 (52 ms) 49: [ RUN ] std_algorithms_partition_copy_team_test.all_true 49: [ OK ] std_algorithms_partition_copy_team_test.all_true (1149 ms) 49: [ RUN ] std_algorithms_partition_copy_team_test.all_false 49: [ OK ] std_algorithms_partition_copy_team_test.all_false (1130 ms) 49: [ RUN ] std_algorithms_partition_copy_team_test.random 49: [ OK ] std_algorithms_partition_copy_team_test.random (1114 ms) 49: [----------] 4 tests from std_algorithms_partition_copy_team_test (3447 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 (35 ms) 49: [ RUN ] std_algorithms_partition_point_team_test.all_true 49: [ OK ] std_algorithms_partition_point_team_test.all_true (533 ms) 49: [ RUN ] std_algorithms_partition_point_team_test.all_false 49: [ OK ] std_algorithms_partition_point_team_test.all_false (533 ms) 49: [ RUN ] std_algorithms_partition_point_team_test.random 49: [ OK ] std_algorithms_partition_point_team_test.random (495 ms) 49: [----------] 4 tests from std_algorithms_partition_point_team_test (1597 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 18 tests from 5 test suites ran. (11889 ms total) 49: [ PASSED ] 18 tests. 49/54 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 12.03 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 50: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (1528 ms) 50: [ RUN ] std_algorithms_transform_team_test.test_binary_op 50: [ OK ] std_algorithms_transform_team_test.test_binary_op (1442 ms) 50: [----------] 2 tests from std_algorithms_transform_team_test (2970 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 (1764 ms) 50: [----------] 1 test from std_algorithms_generate_team_test (1764 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 (1964 ms) 50: [----------] 1 test from std_algorithms_generate_n_team_test (1964 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 (1374 ms) 50: [----------] 1 test from std_algorithms_swap_ranges_team_test (1374 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 5 tests from 4 test suites ran. (8074 ms total) 50: [ PASSED ] 5 tests. 50/54 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 8.22 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 51: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (3415 ms) 51: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3415 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 (1718 ms) 51: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1718 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 2 tests from 2 test suites ran. (5133 ms total) 51: [ PASSED ] 2 tests. 51/54 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 5.28 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 52: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 52: [ OK ] std_algorithms_inclusive_scan_team_test.test (5137 ms) 52: [----------] 1 test from std_algorithms_inclusive_scan_team_test (5137 ms total) 52: 52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 52: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 52: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (3663 ms) 52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (3663 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 2 tests from 2 test suites ran. (8800 ms total) 52: [ PASSED ] 2 tests. 52/54 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 8.95 sec test 53 Start 53: Kokkos_UnitTest_SIMD 53: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (2 ms) 53: [ RUN ] simd.device_math_ops 53: [ OK ] simd.device_math_ops (2 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.17 sec test 54 Start 54: Kokkos_Example_RelocatableFunction 54: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 4.303500e-05s (relocatable) vs. 1.661700e-05s (inline) 54: 1.000000e+02 3.293900e-05s (relocatable) vs. 1.537400e-05s (inline) 54: 1.000000e+03 1.535100e-05s (relocatable) vs. 1.448700e-05s (inline) 54: 1.000000e+04 1.512500e-05s (relocatable) vs. 1.470100e-05s (inline) 54: 1.000000e+05 1.702600e-05s (relocatable) vs. 1.656800e-05s (inline) 54: 1.000000e+06 2.045500e-05s (relocatable) vs. 1.847200e-05s (inline) 54: 1.000000e+07 3.753800e-05s (relocatable) vs. 2.679000e-05s (inline) 54: 1.000000e+08 2.184740e-04s (relocatable) vs. 9.685800e-05s (inline) 54/54 Test #54: Kokkos_Example_RelocatableFunction ......................... Passed 0.18 sec 100% tests passed, 0 tests failed out of 54 Label Time Summary: Kokkos = 387.25 sec*proc (52 tests) Total Test time (real) = 389.71 sec + cd ../example/build_cmake_installed + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_CXX_COMPILER=g++-8 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 .. -- The CXX compiler identification is GNU 8.4.0 -- The Fortran compiler identification is GNU 9.4.0 -- Check for working CXX compiler: /usr/bin/g++-8 -- 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 -- 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-8351/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-8351/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-8351/example/build_cmake_installed/build + make -j8 Scanning dependencies of target example [ 33%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o [ 66%] Building Fortran object CMakeFiles/example.dir/foo.f.o [100%] Linking CXX executable example [100%] Built target example + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/example/build_cmake_installed/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/example/build_cmake_installed/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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 ] Tesla V100S-PCIE-32GB : Selected 1: Capability: 7.0 1: Total Global Memory: 31.73 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.000047 1: Sequential: 5 0.000000 1: Hello World from Fortran 1/1 Test #1: KokkosInTree_Verify .............. Passed 0.16 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.16 sec + cd ../.. + cmake -B build_cmake_installed_different_compiler/build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 build_cmake_installed_different_compiler -- The CXX compiler identification is Clang 10.0.0 -- The Fortran compiler identification is GNU 9.4.0 -- Check for working CXX compiler: /usr/bin/clang++ -- Check for working CXX compiler: /usr/bin/clang++ - 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/f95 -- Check for working Fortran compiler: /usr/bin/f95 - works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/bin/f95 supports Fortran 90 -- Checking whether /usr/bin/f95 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-8351/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-8351/install/lib/cmake/Kokkos/KokkosConfig.cmake:43 (include) CMakeLists.txt:15 (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-8351/example/build_cmake_installed_different_compiler/build + cmake --build build_cmake_installed_different_compiler/build --target all Scanning dependencies of target example_no_kokkos [ 25%] Building CXX object CMakeFiles/example_no_kokkos.dir/bar.cpp.o [ 50%] Linking CXX executable example_no_kokkos [ 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-8351/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.15 sec 100% tests passed, 0 tests failed out of 2 Total Test time (real) = 0.15 sec Post stage [Pipeline] sh + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Fri Aug 22 17:53:31 2025 stats zeroed Fri Aug 22 17:23:59 2025 cache hit (direct) 53 cache hit (preprocessed) 0 cache miss 558 cache hit rate 8.67 % compiler produced stdout 1 cleanups performed 3 files in cache 13406 cache size 4.5 GB max cache size 5.0 GB [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 311f4fdfe39bee62d751ce99914aa5574cd913c951f744207d636f6cdf1166f1 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-8351' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 311f4fdfe39bee62d751ce99914aa5574cd913c951f744207d636f6cdf1166f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Running on CPU_Node_05 in /var/jenkins/workspace/Kokkos_PR-8351 [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Fetching without tags Merging remotes/origin/develop commit 496fea78f4a9313921fc4bfa952a4bb2664f16b2 into PR head commit 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Merge succeeded, producing 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Checking out Revision 44bf7b7646d4b8ce89cd90894feeec0c63513e17 (PR-8351) Commit message: "Disable pass-failed warning when using ROCm 6.4" > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/8351/head:refs/remotes/origin/PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 496fea78f4a9313921fc4bfa952a4bb2664f16b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 512dc99d4c13372644e89b3f401451ed745cd48c -f scripts/docker/Dockerfile.modules scripts/docker #1 [internal] load build definition from Dockerfile.modules #1 sha256:fc9bd610c13f6a5556ec285d80ff434bddd60711c28ef3a7c2692dbb0aec7ed5 #1 transferring dockerfile: 1.69kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/gcc:15.1.0-bookworm@sha256:0a7989a3828096f97fd62feb896699e151544e0cfc5fdc0f30ace70cdcf003e6 #2 sha256:de6d5100bf8b3d216d939643bfad371a48ad5d126612fc5ce4f9e9f0af8fbb05 #2 DONE 0.4s #3 [internal] load .dockerignore #3 sha256:1f06ef6386dd97da06e60c1b49c058653d740eebee8f447525257bc0a7aced6f #3 transferring context: 2B done #3 DONE 0.0s #9 [1/6] FROM docker.io/library/gcc:15.1.0-bookworm@sha256:0a7989a3828096f97fd62feb896699e151544e0cfc5fdc0f30ace70cdcf003e6 #9 sha256:e7f7ff4ff4f7fb9943e6862fd2e05ee32baa7b9b91974dd2f8b198723727cc6d #9 resolve docker.io/library/gcc:15.1.0-bookworm@sha256:0a7989a3828096f97fd62feb896699e151544e0cfc5fdc0f30ace70cdcf003e6 done #9 DONE 0.0s #7 [3/6] RUN add-apt-repository deb http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-19 main #7 sha256:4a4f500157bc48237519c3d6dc7dacc75ccf06f0633aae8f67cb984e5fc4a3e1 #7 CACHED #8 [2/6] RUN apt-get update && apt-get install -y vim lsb-release wget software-properties-common gnupg bc ninja-build git ${ADDITIONAL_PACKAGES} #8 sha256:46e36dfc7a8cd48864a5f57ed3e9896212576166fdb15dacec5edbe6c560f1bb #8 CACHED #6 [4/6] RUN apt-get update && apt-cache search clang-scan-deps && apt-get install -y clang-tools-19 clang-19 && apt-get clean && rm -rf /var/lib/apt/lists/* #6 sha256:5d29b2c45754b6e9bbdd19d6fe84a055542194edd856eac9fddecb6e8390d950 #6 CACHED #5 [5/6] RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* #5 sha256:635997939be0766fe33d1c7c6558b20073af6741b8f3dd3aea80bf053ef99a49 #5 CACHED #4 [6/6] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v4.0.2 && CMAKE_SCRIPT=cmake-4.0.2-Linux-x86_64.sh && CMAKE_SHA256=cmake-4.0.2-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p /opt/cmake && sh ${CMAKE_SCRIPT} --skip-license --prefix=/opt/cmake && rm cmake* #4 sha256:c62b3503a0e7997da0df3e8ace5e6e2f9c81cbbc207cb0b8010f4a6a616a4d66 #4 CACHED #10 exporting to image #10 sha256:94e47d3d6b6175c14245fd91be8973079c87cc3ed0a6fcb9db7ed80e643d635a #10 exporting layers done #10 writing image sha256:2264463145c3cd92b46ae6ff6208a93ccc124538dc0538ac8d6103ac6531f12e done #10 naming to docker.io/library/512dc99d4c13372644e89b3f401451ed745cd48c:latest done #10 DONE 0.0s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 512dc99d4c13372644e89b3f401451ed745cd48c . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer CPU_Node_05 seems to be running inside container 5ce19406f59960bc30825ef68d299b8f94a227c7d64e558a85965a769ad3bb21 $ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_PR-8351 --volumes-from 5ce19406f59960bc30825ef68d299b8f94a227c7d64e558a85965a769ad3bb21 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 512dc99d4c13372644e89b3f401451ed745cd48c cat $ docker top 352deb0341edbae256ad7daae6fe0e160db719af52c732e40118ee1521d0ad90 -eo pid,comm [Pipeline] { [Pipeline] sh + rm -rf build + cmake -B build -GNinja -DCMAKE_CXX_COMPILER=clang++-19 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=20 -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_EXPERIMENTAL_CXX20_MODULES=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_EXAMPLES=ON -DKokkos_ENABLE_SERIAL=ON -- Setting default Kokkos CXX standard to 20 -- The CXX compiler identification is Clang 19.1.4 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/clang++-19 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting build type to 'RelWithDebInfo' as none was specified. -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-8351/build/generated/Kokkos_Version_Info.cpp -- Using -std=gnu++20 for C++20 extensions as feature -- Built-in Execution Spaces: -- Device Parallel: NoTypeDefined -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Performing Test KOKKOS_LINK_OPTIONS_CHECK -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Experimental mdspan support is enabled -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-8351/tpls/mdspan/include -- Found Python3: /usr/bin/python3.11 (found version "3.11.2") 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.39.5") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-8351/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Found Threads: TRUE -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: SERIAL -- Configuring done (6.8s) -- Generating done (0.3s) -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8351/build + cmake --build build --target install -j 8 [1/1507] cd /var/jenkins/workspace/Kokkos_PR-8351/build && /opt/cmake/bin/cmake -DRUN_CHECK_GIT_VERSION=1 -DKOKKOS_SOURCE_DIR=/var/jenkins/workspace/Kokkos_PR-8351 -P /var/jenkins/workspace/Kokkos_PR-8351/cmake/build_env_info.cmake [2/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_CPUDiscovery.cpp for CXX dependencies [3/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_HostBarrier.cpp for CXX dependencies [4/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_Abort.cpp for CXX dependencies [5/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_Command_Line_Parsing.cpp for CXX dependencies [6/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/generated/Kokkos_Version_Info.cpp for CXX dependencies [7/1507] Generating CXX dyndep file CMakeFiles/impl_git_version.dir/CXX.dd [8/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_Error.cpp for CXX dependencies [9/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_ExecPolicy.cpp for CXX dependencies [10/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_Core.cpp for CXX dependencies [11/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_HostSpace.cpp for CXX dependencies [12/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_HostThreadTeam.cpp for CXX dependencies [13/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_HostSpace_deepcopy.cpp for CXX dependencies [14/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_MemoryPool.cpp for CXX dependencies [15/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_Stacktrace.cpp for CXX dependencies [16/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_Profiling.cpp for CXX dependencies [17/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_hwloc.cpp for CXX dependencies [18/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestCompileMain.cpp for CXX dependencies [19/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/impl/Kokkos_SharedAlloc.cpp for CXX dependencies [20/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/src/Serial/Kokkos_Serial.cpp for CXX dependencies [21/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestArray.cpp for CXX dependencies [22/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestDetectionIdiom.cpp for CXX dependencies [23/1507] Generating CXX dyndep file core/src/CMakeFiles/kokkoscore.dir/CXX.dd [24/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/tpls/gtest/gtest/gtest-all.cc for CXX dependencies [25/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestBitManipulation.cpp for CXX dependencies [26/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestStringManipulation.cpp for CXX dependencies [27/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestCreateMirror.cpp for CXX dependencies [28/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestInterOp.cpp for CXX dependencies [29/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestRangePolicyCTAD.cpp for CXX dependencies [30/1507] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [31/1507] Linking CXX static library libimpl_git_version.a [32/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [33/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [34/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [35/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [36/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [37/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [38/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [39/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [40/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [41/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/kokkos_gtest.dir/CXX.dd [42/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [43/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestVersionMacros.cpp for CXX dependencies [44/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewRank.cpp for CXX dependencies [45/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewTypeTraits.cpp for CXX dependencies [46/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewTypedefs.cpp for CXX dependencies [47/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestTypeInfo.cpp for CXX dependencies [48/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestTypeList.cpp for CXX dependencies [49/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestMDRangePolicyCTAD.cpp for CXX dependencies [50/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestTeamPolicyCTAD.cpp for CXX dependencies [51/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestTeamMDRangePolicyCTAD.cpp for CXX dependencies [52/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [53/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestNestedReducerCTAD.cpp for CXX dependencies [54/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/view/TestBasicViewMDSpanConversion.cpp for CXX dependencies [55/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/view/TestViewCustomization.cpp for CXX dependencies [56/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/view/TestExtentsDatatypeConversion.cpp for CXX dependencies [57/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [58/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_View_BasicView.cpp for CXX dependencies [59/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_View_ReferenceCountedAccessor.cpp for CXX dependencies [60/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_View_ReferenceCountedDataHandle.cpp for CXX dependencies [61/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp for CXX dependencies [62/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_View_ViewCustomizationAllocationType.cpp for CXX dependencies [63/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [64/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp for CXX dependencies [65/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Abort.cpp for CXX dependencies [66/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [67/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ArrayOps.cpp for CXX dependencies [68/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicOperations_complexdouble.cpp for CXX dependencies [69/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicOperations_complexfloat.cpp for CXX dependencies [70/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicOperations_double.cpp for CXX dependencies [71/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicOperations_int8.cpp for CXX dependencies [72/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicOperations_float.cpp for CXX dependencies [73/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [74/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicOperations_int16.cpp for CXX dependencies [75/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicOperations_int.cpp for CXX dependencies [76/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicOperations_longint.cpp for CXX dependencies [77/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicOperations_longlongint.cpp for CXX dependencies [78/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicOperations_unsignedlongint.cpp for CXX dependencies [79/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicOperations_shared.cpp for CXX dependencies [80/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicOperations_unsignedint.cpp for CXX dependencies [81/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Atomics.cpp for CXX dependencies [82/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_AtomicViews.cpp for CXX dependencies [83/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_BlockSizeDeduction.cpp for CXX dependencies [84/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_BitManipulationBuiltins.cpp for CXX dependencies [85/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_CheckedIntegerOps.cpp for CXX dependencies [86/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_CommonPolicyConstructors.cpp for CXX dependencies [87/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_CommonPolicyInterface.cpp for CXX dependencies [88/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Complex.cpp for CXX dependencies [89/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Concepts.cpp for CXX dependencies [90/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Crs.cpp for CXX dependencies [91/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_DeepCopy_Assignment.cpp for CXX dependencies [92/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_DeepCopy_Narrowing.cpp for CXX dependencies [93/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_DeepCopyAlignment.cpp for CXX dependencies [94/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ExecSpaceThreadSafety.cpp for CXX dependencies [95/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [96/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ExecSpacePartitioning.cpp for CXX dependencies [97/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_FunctorAnalysis.cpp for CXX dependencies [98/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ExecutionSpace.cpp for CXX dependencies [99/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Graph.cpp for CXX dependencies [100/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_HostSharedPtr.cpp for CXX dependencies [101/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp for CXX dependencies [102/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_JoinBackwardCompatibility.cpp for CXX dependencies [103/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_LocalDeepCopy.cpp for CXX dependencies [104/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MathematicalConstants.cpp for CXX dependencies [105/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MathematicalFunctions1.cpp for CXX dependencies [106/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MathematicalFunctions2.cpp for CXX dependencies [107/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MathematicalFunctions3.cpp for CXX dependencies [108/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MathematicalSpecialFunctions.cpp for CXX dependencies [109/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MDRange_b.cpp for CXX dependencies [110/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MDRange_a.cpp for CXX dependencies [111/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MDRange_c.cpp for CXX dependencies [112/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MDRange_d.cpp for CXX dependencies [113/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MDRange_e.cpp for CXX dependencies [114/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MDRange_f.cpp for CXX dependencies [115/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MDRange_g.cpp for CXX dependencies [116/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MDRangePolicyConstructors.cpp for CXX dependencies [117/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MDRangeReduce.cpp for CXX dependencies [118/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MDSpan.cpp for CXX dependencies [119/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MDSpanConversion.cpp for CXX dependencies [120/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MDSpanAtomicAccessor.cpp for CXX dependencies [121/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_MinMaxClamp.cpp for CXX dependencies [122/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_NumericTraits.cpp for CXX dependencies [123/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_OccupancyControlTrait.cpp for CXX dependencies [124/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ParallelScanRangePolicy.cpp for CXX dependencies [125/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_QuadPrecisionMath.cpp for CXX dependencies [126/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Other.cpp for CXX dependencies [127/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Printf.cpp for CXX dependencies [128/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_RangePolicy.cpp for CXX dependencies [129/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_RangePolicyConstructors.cpp for CXX dependencies [130/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_RangePolicyRequire.cpp for CXX dependencies [131/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ReducerCTADs.cpp for CXX dependencies [132/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Reducers_a.cpp for CXX dependencies [133/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Reducers_c.cpp for CXX dependencies [134/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Reducers_b.cpp for CXX dependencies [135/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Reducers_d.cpp for CXX dependencies [136/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Reducers_e.cpp for CXX dependencies [137/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Reductions_DeviceView.cpp for CXX dependencies [138/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Reductions.cpp for CXX dependencies [139/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SharedAlloc.cpp for CXX dependencies [140/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp for CXX dependencies [141/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SpaceAwareAccessor.cpp for CXX dependencies [142/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [143/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_TeamBasic.cpp for CXX dependencies [144/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_Swap.cpp for CXX dependencies [145/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_TeamMDRange.cpp for CXX dependencies [146/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_TeamCombinedReducers.cpp for CXX dependencies [147/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_TeamReductionScan.cpp for CXX dependencies [148/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_TeamScan.cpp for CXX dependencies [149/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_TeamTeamSize.cpp for CXX dependencies [150/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_TeamPolicyConstructors.cpp for CXX dependencies [151/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_TeamScratch.cpp for CXX dependencies [152/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_UniqueToken.cpp for CXX dependencies [153/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_TeamVectorRange.cpp for CXX dependencies [154/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewAPI_b.cpp for CXX dependencies [155/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_View_64bit.cpp for CXX dependencies [156/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewAPI_a.cpp for CXX dependencies [157/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewAPI_c.cpp for CXX dependencies [158/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewAPI_e.cpp for CXX dependencies [159/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewAPI_d.cpp for CXX dependencies [160/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewCopy_a.cpp for CXX dependencies [161/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewBadAlloc.cpp for CXX dependencies [162/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewCopy_b.cpp for CXX dependencies [163/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewCtorDimMatch.cpp for CXX dependencies [164/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewCopy_c.cpp for CXX dependencies [165/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewCtorProp.cpp for CXX dependencies [166/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp for CXX dependencies [167/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewLayoutStrideAssignment.cpp for CXX dependencies [168/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewMapping_a.cpp for CXX dependencies [169/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewMapping_b.cpp for CXX dependencies [170/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewMapping_subview.cpp for CXX dependencies [171/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewMemoryAccessViolation.cpp for CXX dependencies [172/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewOfClass.cpp for CXX dependencies [173/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewOutOfBoundsAccess.cpp for CXX dependencies [174/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewResize.cpp for CXX dependencies [175/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_ViewOfViews.cpp for CXX dependencies [176/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_WorkGraph.cpp for CXX dependencies [177/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_WithoutInitializing.cpp for CXX dependencies [178/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_a.cpp for CXX dependencies [179/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_b.cpp for CXX dependencies [180/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c01.cpp for CXX dependencies [181/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c02.cpp for CXX dependencies [182/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c03.cpp for CXX dependencies [183/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [184/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c04.cpp for CXX dependencies [185/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c05.cpp for CXX dependencies [186/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c06.cpp for CXX dependencies [187/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c07.cpp for CXX dependencies [188/1507] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [189/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c08.cpp for CXX dependencies [190/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c09.cpp for CXX dependencies [191/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c10.cpp for CXX dependencies [192/1507] Linking CXX static library core/src/libkokkoscore.a [193/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c11.cpp for CXX dependencies [194/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c12.cpp for CXX dependencies [195/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c13.cpp for CXX dependencies [196/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c14.cpp for CXX dependencies [197/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [198/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/serial/TestSerial_SubView_c15.cpp for CXX dependencies [199/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestCStyleMemoryManagement.cpp for CXX dependencies [200/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSharedHostPinnedSpace.cpp for CXX dependencies [201/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceType.cpp for CXX dependencies [202/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSharedSpace.cpp for CXX dependencies [203/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestCompilerMacros.cpp for CXX dependencies [204/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceType_b1.cpp for CXX dependencies [205/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceType_a1.cpp for CXX dependencies [206/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceType_c1.cpp for CXX dependencies [207/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceType_b2.cpp for CXX dependencies [208/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceType_a3.cpp for CXX dependencies [209/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceType_a2.cpp for CXX dependencies [210/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceType_c2.cpp for CXX dependencies [211/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceType_b3.cpp for CXX dependencies [212/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceType_c3.cpp for CXX dependencies [213/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceTypeResize.cpp for CXX dependencies [214/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTestMain.cpp for CXX dependencies [215/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceTypeViewAPI.cpp for CXX dependencies [216/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp for CXX dependencies [217/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestInitializationSettings.cpp for CXX dependencies [218/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestInitializeFinalize.cpp for CXX dependencies [219/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestKokkosHelpCausesNormalProgramTermination.cpp for CXX dependencies [220/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestLegionInitialization.cpp for CXX dependencies [221/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp for CXX dependencies [222/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestPushFinalizeHook.cpp for CXX dependencies [223/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [224/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestScopeGuard.cpp for CXX dependencies [225/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/default/TestDefaultDeviceDevelop.cpp for CXX dependencies [226/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [227/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/tools/TestEventCorrectness.cpp for CXX dependencies [228/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/tools/TestKernelNames.cpp for CXX dependencies [229/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/tools/TestProfilingSection.cpp for CXX dependencies [230/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/tools/TestWithoutInitializing.cpp for CXX dependencies [231/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/tools/TestScopedRegion.cpp for CXX dependencies [232/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/tools/printing-tool.cpp for CXX dependencies [233/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/tools/TestIndependence.cpp for CXX dependencies [234/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/kokkosprinter-tool.dir/CXX.dd [235/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/tools/TestAllCalls.cpp for CXX dependencies [236/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTestMain.cpp for CXX dependencies [237/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestStackTrace_f0.cpp for CXX dependencies [238/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/tools/TestToolsInitialization.cpp for CXX dependencies [239/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestStackTrace.cpp for CXX dependencies [240/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestStackTrace_f2.cpp for CXX dependencies [241/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestStackTrace_f1.cpp for CXX dependencies [242/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestStackTrace_f3.cpp for CXX dependencies [243/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test03a_MemorySpace_malloc_SERIAL.cpp for CXX dependencies [244/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [245/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestStackTrace_f4.cpp for CXX dependencies [246/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test03b_MemorySpace_free_SERIAL.cpp for CXX dependencies [247/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test01_execspace_SERIAL.cpp for CXX dependencies [248/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test02_atomic_host_SERIAL.cpp for CXX dependencies [249/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp for CXX dependencies [250/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp for CXX dependencies [251/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp for CXX dependencies [252/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp for CXX dependencies [253/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test08_deep_copy_SERIAL.cpp for CXX dependencies [254/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test10_HierarchicalBasics_SERIAL.cpp for CXX dependencies [255/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test12a_ThreadScratch_SERIAL.cpp for CXX dependencies [256/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp for CXX dependencies [257/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp for CXX dependencies [258/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test12b_TeamScratch_SERIAL.cpp for CXX dependencies [259/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp for CXX dependencies [260/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp for CXX dependencies [261/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp for CXX dependencies [262/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test14_MDRangeReduce_SERIAL.cpp for CXX dependencies [263/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test16_ParallelScan_SERIAL.cpp for CXX dependencies [264/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/generated/Test17_CompleteAtomic_SERIAL.cpp for CXX dependencies [265/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTestMain.cpp for CXX dependencies [266/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestCTestDevice.cpp for CXX dependencies [267/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTest_CMakePassCmdLineArgs.cpp for CXX dependencies [268/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTest_CMakeTriBITSCompatibility.cpp for CXX dependencies [269/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [270/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/UnitTest_DeviceAndThreads.cpp for CXX dependencies [271/1507] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [272/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/CXX.dd [273/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [274/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [275/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [276/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [277/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [278/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [279/1507] Linking CXX shared library core/unit_test/libkokkosprinter-tool.so [280/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [281/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [282/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [283/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [284/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [285/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [286/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [287/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [288/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [289/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [290/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [291/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [292/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [293/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [294/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [295/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [296/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [297/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [298/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [299/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [300/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [301/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [302/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [303/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [304/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [305/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [306/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [307/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [308/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [309/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [310/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [311/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [312/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [313/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [314/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [315/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [316/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [317/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [318/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [319/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [320/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [321/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [322/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [323/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [324/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [325/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [326/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [327/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [328/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [329/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [330/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [331/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [332/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [333/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [334/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [335/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [336/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [337/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [338/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/test_taskdag.cpp for CXX dependencies [339/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [340/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_CustomReduction.cpp for CXX dependencies [341/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTestGramSchmidt.cpp for CXX dependencies [342/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ExecSpacePartitioning.cpp for CXX dependencies [343/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTestHexGrad.cpp for CXX dependencies [344/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewAllocate.cpp for CXX dependencies [345/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_MallocFree.cpp for CXX dependencies [346/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_a123.cpp for CXX dependencies [347/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_c123.cpp for CXX dependencies [348/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_b123.cpp for CXX dependencies [349/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_d123.cpp for CXX dependencies [350/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_b45.cpp for CXX dependencies [351/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_a45.cpp for CXX dependencies [352/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_c45.cpp for CXX dependencies [353/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_a6.cpp for CXX dependencies [354/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_d45.cpp for CXX dependencies [355/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_b6.cpp for CXX dependencies [356/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_c6.cpp for CXX dependencies [357/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_d6.cpp for CXX dependencies [358/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_a7.cpp for CXX dependencies [359/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_c7.cpp for CXX dependencies [360/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_b7.cpp for CXX dependencies [361/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_d7.cpp for CXX dependencies [362/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_a8.cpp for CXX dependencies [363/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_b8.cpp for CXX dependencies [364/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_c8.cpp for CXX dependencies [365/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_d8.cpp for CXX dependencies [366/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewCopy_Raw.cpp for CXX dependencies [367/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewFill_123.cpp for CXX dependencies [368/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewFill_7.cpp for CXX dependencies [369/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewFill_8.cpp for CXX dependencies [370/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewFill_45.cpp for CXX dependencies [371/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewFill_6.cpp for CXX dependencies [372/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewFill_Raw.cpp for CXX dependencies [373/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewResize_123.cpp for CXX dependencies [374/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewResize_45.cpp for CXX dependencies [375/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewResize_7.cpp for CXX dependencies [376/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewResize_6.cpp for CXX dependencies [377/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewResize_8.cpp for CXX dependencies [378/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewResize_Raw.cpp for CXX dependencies [379/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/test_atomic_minmax_simple.cpp for CXX dependencies [380/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/BenchmarkMain.cpp for CXX dependencies [381/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/Benchmark_Context.cpp for CXX dependencies [382/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/BenchmarkMain.cpp for CXX dependencies [383/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/Benchmark_Context.cpp for CXX dependencies [384/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewFirstTouch_Initialize.cpp for CXX dependencies [385/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewFirstTouch_ParallelFor.cpp for CXX dependencies [386/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/BenchmarkMain.cpp for CXX dependencies [387/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/PerfTest_ViewFirstTouch_DeepCopy.cpp for CXX dependencies [388/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/Benchmark_Context.cpp for CXX dependencies [389/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/test_mempool.cpp for CXX dependencies [390/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/BenchmarkMain.cpp for CXX dependencies [391/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/Benchmark_Context.cpp for CXX dependencies [392/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/test_atomic.cpp for CXX dependencies [393/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/BenchmarkMain.cpp for CXX dependencies [394/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/test_reduction.cpp for CXX dependencies [395/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/Benchmark_Context.cpp for CXX dependencies [396/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/BenchmarkMain.cpp for CXX dependencies [397/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/Benchmark_Context.cpp for CXX dependencies [398/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [399/1507] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_DeviceAndThreads [400/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [401/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [402/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [403/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [404/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [405/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [406/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [407/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [408/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [409/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [410/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [411/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [412/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [413/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [414/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [415/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [416/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [417/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/containers/src/impl/Kokkos_UnorderedMap_impl.cpp for CXX dependencies [418/1507] Generating CXX dyndep file containers/src/CMakeFiles/kokkoscontainers.dir/CXX.dd [419/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [420/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/UnitTestMain.cpp for CXX dependencies [421/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_Bitset.cpp for CXX dependencies [422/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_DualView.cpp for CXX dependencies [423/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_DynamicView.cpp for CXX dependencies [424/1507] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [425/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_DynViewAPI_generic.cpp for CXX dependencies [426/1507] Linking CXX static library core/unit_test/libkokkos_gtest.a [427/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_DynViewAPI_rank12345.cpp for CXX dependencies [428/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_DynViewAPI_rank67.cpp for CXX dependencies [429/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_DynRankView_Ctors.cpp for CXX dependencies [430/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_DynRankView_TeamScratch.cpp for CXX dependencies [431/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_ErrorReporter.cpp for CXX dependencies [432/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_DynRankView_ViewCustomization.cpp for CXX dependencies [433/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_OffsetView.cpp for CXX dependencies [434/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_WithoutInitializing.cpp for CXX dependencies [435/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_ScatterView.cpp for CXX dependencies [436/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [437/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/serial/TestSerial_UnorderedMap.cpp for CXX dependencies [438/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestCompileMain.cpp for CXX dependencies [439/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestCreateMirror.cpp for CXX dependencies [440/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/src/KokkosAlgorithms_dummy.cpp for CXX dependencies [441/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDualViewParameterPack.cpp for CXX dependencies [442/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDynRankViewTypedefs.cpp for CXX dependencies [443/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestIsViewTrait.cpp for CXX dependencies [444/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/src/Kokkos_Random.cppm for CXX dependencies [445/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [446/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/src/Kokkos_Sort.cppm for CXX dependencies [447/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/src/Kokkos_StdAlgorithms.cppm for CXX dependencies [448/1507] Generating CXX dyndep file algorithms/src/CMakeFiles/kokkosalgorithms.dir/CXX.dd [449/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [450/1507] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [451/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [452/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/serial/TestSort.cpp for CXX dependencies [453/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/serial/TestSortByKey.cpp for CXX dependencies [454/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/serial/TestSortCustomComp.cpp for CXX dependencies [455/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/serial/TestBinSortB.cpp for CXX dependencies [456/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/serial/TestBinSortA.cpp for CXX dependencies [457/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/serial/TestNestedSort.cpp for CXX dependencies [458/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [459/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/serial/TestRandom.cpp for CXX dependencies [460/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [461/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdReducers.cpp for CXX dependencies [462/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsConstraints.cpp for CXX dependencies [463/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestRandomAccessIterator.cpp for CXX dependencies [464/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [465/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [466/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsMinMaxElementOps.cpp for CXX dependencies [467/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [468/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [469/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsLexicographicalCompare.cpp for CXX dependencies [470/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsForEach.cpp for CXX dependencies [471/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsFind.cpp for CXX dependencies [472/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsFindFirstOf.cpp for CXX dependencies [473/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsFindEnd.cpp for CXX dependencies [474/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCount.cpp for CXX dependencies [475/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsEqual.cpp for CXX dependencies [476/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsAllAnyNoneOf.cpp for CXX dependencies [477/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsAdjacentFind.cpp for CXX dependencies [478/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsSearch.cpp for CXX dependencies [479/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsSearch_n.cpp for CXX dependencies [480/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsMismatch.cpp for CXX dependencies [481/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsMoveBackward.cpp for CXX dependencies [482/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [483/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [484/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsModOps.cpp for CXX dependencies [485/1507] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [486/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsModSeqOps.cpp for CXX dependencies [487/1507] Linking CXX static library containers/src/libkokkoscontainers.a [488/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsReplace.cpp for CXX dependencies [489/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsReplaceIf.cpp for CXX dependencies [490/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsReplaceCopy.cpp for CXX dependencies [491/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsReplaceCopyIf.cpp for CXX dependencies [492/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCopyIf.cpp for CXX dependencies [493/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsUnique.cpp for CXX dependencies [494/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsUniqueCopy.cpp for CXX dependencies [495/1507] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [496/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsRemove.cpp for CXX dependencies [497/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsRemoveIf.cpp for CXX dependencies [498/1507] Linking CXX static library _deps/googlebenchmark-build/src/libbenchmark.a [499/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsRemoveCopy.cpp for CXX dependencies [500/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsRotate.cpp for CXX dependencies [501/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsRemoveCopyIf.cpp for CXX dependencies [502/1507] Linking CXX static library _deps/googlebenchmark-build/src/libbenchmark_main.a [503/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsRotateCopy.cpp for CXX dependencies [504/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsReverse.cpp for CXX dependencies [505/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsShiftLeft.cpp for CXX dependencies [506/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsShiftRight.cpp for CXX dependencies [507/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [508/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [509/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsIsSorted.cpp for CXX dependencies [510/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsPartitioningOps.cpp for CXX dependencies [511/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsNumerics.cpp for CXX dependencies [512/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsIsSortedUntil.cpp for CXX dependencies [513/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsPartitionCopy.cpp for CXX dependencies [514/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsAdjacentDifference.cpp for CXX dependencies [515/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsExclusiveScan.cpp for CXX dependencies [516/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsInclusiveScan.cpp for CXX dependencies [517/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTransformUnaryOp.cpp for CXX dependencies [518/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTransformInclusiveScan.cpp for CXX dependencies [519/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTransformExclusiveScan.cpp for CXX dependencies [520/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [521/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [522/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamForEach.cpp for CXX dependencies [523/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamAdjacentFind.cpp for CXX dependencies [524/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamCount.cpp for CXX dependencies [525/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamCountIf.cpp for CXX dependencies [526/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamForEachN.cpp for CXX dependencies [527/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamLexicographicalCompare.cpp for CXX dependencies [528/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamMismatch.cpp for CXX dependencies [529/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [530/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [531/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamEqual.cpp for CXX dependencies [532/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamFindEnd.cpp for CXX dependencies [533/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamSearch.cpp for CXX dependencies [534/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamFindFirstOf.cpp for CXX dependencies [535/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [536/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [537/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamFind.cpp for CXX dependencies [538/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamFindIf.cpp for CXX dependencies [539/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamFindIfNot.cpp for CXX dependencies [540/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamAllOf.cpp for CXX dependencies [541/1507] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/Kokkos_Sort.cppm.o [542/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamNoneOf.cpp for CXX dependencies [543/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamAnyOf.cpp for CXX dependencies [544/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamSearchN.cpp for CXX dependencies [545/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [546/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [547/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamMinElement.cpp for CXX dependencies [548/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamMaxElement.cpp for CXX dependencies [549/1507] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/Kokkos_Random.cppm.o [550/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamMinMaxElement.cpp for CXX dependencies [551/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [552/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamFill_n.cpp for CXX dependencies [553/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamFill.cpp for CXX dependencies [554/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [555/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamReplace.cpp for CXX dependencies [556/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamReplaceIf.cpp for CXX dependencies [557/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamReplaceCopy.cpp for CXX dependencies [558/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamReplaceCopyIf.cpp for CXX dependencies [559/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [560/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [561/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamReverse.cpp for CXX dependencies [562/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamReverseCopy.cpp for CXX dependencies [563/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamRotate.cpp for CXX dependencies [564/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamRotateCopy.cpp for CXX dependencies [565/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [566/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamMove.cpp for CXX dependencies [567/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [568/1507] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/Kokkos_StdAlgorithms.cppm.o [569/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamShiftLeft.cpp for CXX dependencies [570/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamMoveBackward.cpp for CXX dependencies [571/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamShiftRight.cpp for CXX dependencies [572/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [573/1507] Linking CXX static library algorithms/src/libkokkosalgorithms.a [574/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamCopy_n.cpp for CXX dependencies [575/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamCopy.cpp for CXX dependencies [576/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [577/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamCopyBackward.cpp for CXX dependencies [578/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamCopyIf.cpp for CXX dependencies [579/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamUniqueCopy.cpp for CXX dependencies [580/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamRemove.cpp for CXX dependencies [581/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamRemoveIf.cpp for CXX dependencies [582/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamRemoveCopy.cpp for CXX dependencies [583/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamRemoveCopyIf.cpp for CXX dependencies [584/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [585/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [586/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamUnique.cpp for CXX dependencies [587/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [588/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamAdjacentDifference.cpp for CXX dependencies [589/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [590/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamTransformReduce.cpp for CXX dependencies [591/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamReduce.cpp for CXX dependencies [592/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamIsSorted.cpp for CXX dependencies [593/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamIsSortedUntil.cpp for CXX dependencies [594/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [595/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamIsPartitioned.cpp for CXX dependencies [596/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamPartitionPoint.cpp for CXX dependencies [597/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamPartitionCopy.cpp for CXX dependencies [598/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [599/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamTransformUnaryOp.cpp for CXX dependencies [600/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamGenerate.cpp for CXX dependencies [601/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamTransformBinaryOp.cpp for CXX dependencies [602/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamSwapRanges.cpp for CXX dependencies [603/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamGenerate_n.cpp for CXX dependencies [604/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [605/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [606/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamExclusiveScan.cpp for CXX dependencies [607/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [608/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamTransformExclusiveScan.cpp for CXX dependencies [609/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamInclusiveScan.cpp for CXX dependencies [610/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [611/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsTeamTransformInclusiveScan.cpp for CXX dependencies [612/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/simd/src/Kokkos_SIMD_dummy.cpp for CXX dependencies [613/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestStdAlgorithmsCompileOnly.cpp for CXX dependencies [614/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/Benchmark_Context.cpp for CXX dependencies [615/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/core/perf_test/BenchmarkMain.cpp for CXX dependencies [616/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/algorithms/perf_test/test_inclusive_scan.cpp for CXX dependencies [617/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/simd/src/Kokkos_SIMD.cppm for CXX dependencies [618/1507] Generating CXX dyndep file simd/src/CMakeFiles/kokkossimd.dir/CXX.dd [619/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/relocatable_function/functor.cpp for CXX dependencies [620/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/simd/unit_tests/UnitTestMain.cpp for CXX dependencies [621/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/CXX.dd [622/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/CXX.dd [623/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/CXX.dd [624/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [625/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/simd/unit_tests/TestSIMD.cpp for CXX dependencies [626/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/query_device/query_device.cpp for CXX dependencies [627/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/relocatable_function/main.cpp for CXX dependencies [628/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/01_hello_world/hello_world.cpp for CXX dependencies [629/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/02_simple_reduce/simple_reduce.cpp for CXX dependencies [630/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [631/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [632/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [633/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [634/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [635/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [636/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [637/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [638/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [639/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [640/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [641/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [642/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [643/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [644/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [645/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [646/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [647/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [648/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [649/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [650/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [651/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [652/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [653/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [654/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [655/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [656/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o [657/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [658/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [659/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [660/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [661/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [662/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [663/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [664/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [665/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [666/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [667/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [668/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [669/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [670/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [671/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [672/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [673/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [674/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [675/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [676/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [677/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [678/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [679/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [680/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [681/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [682/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [683/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [684/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [685/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [686/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [687/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [688/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [689/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [690/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [691/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [692/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [693/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [694/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [695/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [696/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [697/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [698/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [699/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [700/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [701/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [702/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [703/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [704/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [705/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [706/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [707/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [708/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [709/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [710/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [711/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [712/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [713/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [714/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [715/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [716/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [717/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [718/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [719/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [720/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [721/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [722/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [723/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [724/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [725/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [726/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/CXX.dd [727/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [728/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [729/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [730/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [731/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [732/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [733/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [734/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [735/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [736/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [737/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [738/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [739/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [740/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [741/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [742/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [743/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [744/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [745/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [746/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [747/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [748/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [749/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [750/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [751/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [752/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [753/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [754/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [755/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [756/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [757/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [758/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [759/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [760/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [761/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [762/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [763/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [764/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [765/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [766/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [767/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [768/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [769/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [770/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [771/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [772/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [773/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [774/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [775/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [776/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [777/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [778/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [779/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/CXX.dd [780/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [781/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [782/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [783/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [784/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [785/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [786/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [787/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [788/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [789/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [790/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [791/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [792/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [793/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [794/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [795/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [796/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [797/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/CXX.dd [798/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [799/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [800/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [801/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [802/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [803/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [804/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [805/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [806/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [807/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/CXX.dd [808/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [809/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [810/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/CXX.dd [811/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [812/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [813/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [814/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [815/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [816/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [817/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/CXX.dd [818/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [819/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/CXX.dd [820/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [821/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/CXX.dd [822/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [823/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [824/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/CXX.dd [825/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [826/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [827/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [828/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [829/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [830/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [831/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/CXX.dd [832/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [833/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [834/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [835/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [836/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [837/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [838/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [839/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [840/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [841/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [842/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [843/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [844/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [845/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [846/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [847/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [848/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [849/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [850/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [851/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [852/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [853/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/CXX.dd [854/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [855/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [856/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/CXX.dd [857/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [858/1507] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/CXX.dd [859/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [860/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/CXX.dd [861/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [862/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/CXX.dd [863/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [864/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/CXX.dd [865/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [866/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/CXX.dd [867/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [868/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [869/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/CXX.dd [870/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/CXX.dd [871/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [872/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/CXX.dd [873/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [874/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/CXX.dd [875/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [876/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/CXX.dd [877/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [878/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/CXX.dd [879/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [880/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [881/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/CXX.dd [882/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/CXX.dd [883/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [884/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [885/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/CXX.dd [886/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/CXX.dd [887/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [888/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/CXX.dd [889/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [890/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/CXX.dd [891/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [892/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/CXX.dd [893/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [894/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/CXX.dd [895/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [896/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/CXX.dd [897/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [898/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/CXX.dd [899/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [900/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/CXX.dd [901/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [902/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/CXX.dd [903/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [904/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/CXX.dd [905/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [906/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/CXX.dd [907/1507] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [908/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/CXX.dd [909/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [910/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/CXX.dd [911/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [912/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/CXX.dd [913/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [914/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/CXX.dd [915/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [916/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/CXX.dd [917/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [918/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/CXX.dd [919/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [920/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/CXX.dd [921/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [922/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/CXX.dd [923/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [924/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/CXX.dd [925/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [926/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/CXX.dd [927/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [928/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/CXX.dd [929/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [930/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [931/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/CXX.dd [932/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/CXX.dd [933/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [934/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/CXX.dd [935/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [936/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/CXX.dd [937/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [938/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/CXX.dd [939/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [940/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/CXX.dd [941/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [942/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/CXX.dd [943/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [944/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/CXX.dd [945/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [946/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/CXX.dd [947/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [948/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/CXX.dd [949/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [950/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/CXX.dd [951/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [952/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/CXX.dd [953/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [954/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/CXX.dd [955/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [956/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/CXX.dd [957/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [958/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/CXX.dd [959/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [960/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/CXX.dd [961/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [962/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/CXX.dd [963/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [964/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/CXX.dd [965/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [966/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/CXX.dd [967/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [968/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/CXX.dd [969/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [970/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/CXX.dd [971/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [972/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/CXX.dd [973/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [974/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/CXX.dd [975/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [976/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/CXX.dd [977/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [978/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/CXX.dd [979/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [980/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/CXX.dd [981/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [982/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/CXX.dd [983/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [984/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/CXX.dd [985/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [986/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [987/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/CXX.dd [988/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/CXX.dd [989/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [990/1507] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/CXX.dd [991/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [992/1507] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/CXX.dd [993/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [994/1507] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/CXX.dd [995/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [996/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [997/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [998/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [999/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [1000/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [1001/1507] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [1002/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [1003/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [1004/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [1005/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [1006/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [1007/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [1008/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [1009/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [1010/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [1011/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [1012/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [1013/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [1014/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [1015/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [1016/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [1017/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [1018/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [1019/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [1020/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [1021/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [1022/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [1023/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [1024/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [1025/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [1026/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [1027/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [1028/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [1029/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [1030/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [1031/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [1032/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [1033/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [1034/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [1035/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [1036/1507] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/CXX.dd [1037/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [1038/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [1039/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [1040/1507] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/CXX.dd [1041/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [1042/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [1043/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [1044/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [1045/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [1046/1507] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/CXX.dd [1047/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [1048/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [1049/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [1050/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [1051/1507] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/CXX.dd [1052/1507] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/CXX.dd [1053/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [1054/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [1055/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [1056/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [1057/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [1058/1507] Generating CXX dyndep file containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/CXX.dd [1059/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [1060/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [1061/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [1062/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [1063/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [1064/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [1065/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [1066/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [1067/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [1068/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [1069/1507] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [1070/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [1071/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [1072/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [1073/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o [1074/1507] Generating CXX dyndep file containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/CXX.dd [1075/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [1076/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [1077/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [1078/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [1079/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [1080/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/CXX.dd [1081/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [1082/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [1083/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [1084/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [1085/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [1086/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [1087/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [1088/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSortByKey.cpp.o [1089/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/CXX.dd [1090/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSort.cpp.o [1091/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [1092/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/CXX.dd [1093/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestBinSortA.cpp.o [1094/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [1095/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [1096/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSortCustomComp.cpp.o [1097/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/CXX.dd [1098/1507] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [1099/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [1100/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [1101/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/CXX.dd [1102/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [1103/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [1104/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [1105/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [1106/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [1107/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestBinSortB.cpp.o [1108/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestNestedSort.cpp.o [1109/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [1110/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [1111/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [1112/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [1113/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/serial/TestRandom.cpp.o [1114/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [1115/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [1116/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [1117/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/CXX.dd [1118/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [1119/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [1120/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [1121/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [1122/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [1123/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [1124/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [1125/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [1126/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [1127/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [1128/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [1129/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [1130/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [1131/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [1132/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [1133/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [1134/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [1135/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [1136/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [1137/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [1138/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/CXX.dd [1139/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [1140/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [1141/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [1142/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [1143/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [1144/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [1145/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [1146/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [1147/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [1148/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [1149/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [1150/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [1151/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [1152/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/CXX.dd [1153/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [1154/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [1155/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [1156/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [1157/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [1158/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [1159/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [1160/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [1161/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [1162/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/CXX.dd [1163/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [1164/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [1165/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [1166/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [1167/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [1168/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [1169/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/CXX.dd [1170/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [1171/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [1172/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [1173/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [1174/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [1175/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [1176/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [1177/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [1178/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [1179/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/CXX.dd [1180/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [1181/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [1182/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [1183/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [1184/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [1185/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/CXX.dd [1186/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [1187/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [1188/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [1189/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [1190/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [1191/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [1192/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [1193/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [1194/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/CXX.dd [1195/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [1196/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [1197/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [1198/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [1199/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [1200/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [1201/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/CXX.dd [1202/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [1203/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [1204/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [1205/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [1206/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [1207/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [1208/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/CXX.dd [1209/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [1210/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [1211/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [1212/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [1213/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [1214/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [1215/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [1216/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [1217/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [1218/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [1219/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [1220/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/CXX.dd [1221/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [1222/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [1223/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [1224/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [1225/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [1226/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [1227/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/CXX.dd [1228/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [1229/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [1230/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [1231/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [1232/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [1233/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [1234/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [1235/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/CXX.dd [1236/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [1237/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [1238/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [1239/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [1240/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [1241/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [1242/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [1243/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/CXX.dd [1244/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [1245/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [1246/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [1247/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [1248/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/CXX.dd [1249/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [1250/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [1251/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [1252/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [1253/1507] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/CXX.dd [1254/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [1255/1507] Generating CXX dyndep file algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/CXX.dd [1256/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [1257/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [1258/1507] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [1259/1507] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [1260/1507] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [1261/1507] Generating CXX dyndep file simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/CXX.dd [1262/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [1263/1507] Generating CXX dyndep file example/query_device/CMakeFiles/Kokkos_query_device.dir/CXX.dd [1264/1507] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o [1265/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [1266/1507] Generating CXX dyndep file example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/CXX.dd [1267/1507] Generating CXX dyndep file example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/CXX.dd [1268/1507] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD.cppm.o [1269/1507] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [1270/1507] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o [1271/1507] Linking CXX static library simd/src/libkokkossimd.a [1272/1507] Linking CXX executable core/unit_test/Kokkos_CoreTestCompileOnly [1273/1507] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport [1274/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [1275/1507] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [1276/1507] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Default [1277/1507] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize [1278/1507] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Develop [1279/1507] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_KokkosP [1280/1507] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_ToolIndependence [1281/1507] Linking CXX executable core/unit_test/Kokkos_ProfilingAllCalls [1282/1507] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Serial1 [1283/1507] Linking CXX executable core/unit_test/Kokkos_ToolsInitialization [1284/1507] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Serial2 [1285/1507] Linking CXX executable core/unit_test/Kokkos_StackTraceTestExec [1286/1507] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_CTestDevice [1287/1507] Linking CXX executable core/unit_test/Kokkos_IncrementalTest_SERIAL [1288/1507] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs [1289/1507] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [1290/1507] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o [1291/1507] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o [1292/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [1293/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [1294/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [1295/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [1296/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Array_hpp [1297/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [1298/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [1299/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [1300/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [1301/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [1302/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [1303/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [1304/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [1305/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [1306/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Core_hpp [1307/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [1308/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [1309/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [1310/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [1311/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [1312/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [1313/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [1314/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [1315/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Half_hpp [1316/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [1317/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [1318/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [1319/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [1320/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [1321/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [1322/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [1323/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [1324/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [1325/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [1326/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [1327/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [1328/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [1329/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [1330/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [1331/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [1332/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [1333/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [1334/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [1335/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [1336/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [1337/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [1338/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [1339/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [1340/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_View_hpp [1341/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [1342/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [1343/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [1344/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [1345/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [1346/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [1347/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [1348/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [1349/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [1350/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [1351/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [1352/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [1353/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [1354/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [1355/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Random_hpp [1356/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [1357/1507] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [1358/1507] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_TaskDag [1359/1507] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch [1360/1507] Linking CXX executable core/perf_test/Kokkos_Benchmark_Atomic_MinMax [1361/1507] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Mempool [1362/1507] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Atomic [1363/1507] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Reduction [1364/1507] Linking CXX executable containers/unit_tests/Kokkos_ContainersTestCompileOnly [1365/1507] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Benchmark [1366/1507] Linking CXX executable algorithms/unit_tests/Kokkos_UnitTest_Random [1367/1507] Linking CXX executable algorithms/unit_tests/Kokkos_UnitTest_Sort [1368/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B [1369/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A [1370/1507] Linking CXX executable containers/unit_tests/Kokkos_ContainersUnitTest_Serial [1371/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D [1372/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A [1373/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C [1374/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E [1375/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B [1376/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F [1377/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D [1378/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E [1379/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C [1380/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H [1381/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G [1382/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [1383/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I [1384/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L [1385/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M [1386/1507] Linking CXX executable example/query_device/Kokkos_query_device [1387/1507] Generating CXX dyndep file example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/CXX.dd [1388/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [1389/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P [1390/1507] Linking CXX executable algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan [1391/1507] Linking CXX executable example/relocatable_function/Kokkos_example_relocatable_function [1392/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/04_simple_memoryspaces/simple_memoryspaces.cpp for CXX dependencies [1393/1507] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [1394/1507] Generating CXX dyndep file example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/CXX.dd [1395/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/06_simple_mdrangepolicy/simple_mdrangepolicy.cpp for CXX dependencies [1396/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/03_simple_view/simple_view.cpp for CXX dependencies [1397/1507] Generating CXX dyndep file example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/CXX.dd [1398/1507] Linking CXX executable example/tutorial/01_hello_world/Kokkos_tutorial_01_hello_world [1399/1507] Generating CXX dyndep file example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/CXX.dd [1400/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/05_simple_atomics/simple_atomics.cpp for CXX dependencies [1401/1507] Generating CXX dyndep file example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/CXX.dd [1402/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/Advanced_Views/01_data_layouts/data_layouts.cpp for CXX dependencies [1403/1507] Generating CXX dyndep file example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/CXX.dd [1404/1507] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [1405/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/Advanced_Views/02_memory_traits/memory_traits.cpp for CXX dependencies [1406/1507] Generating CXX dyndep file example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/CXX.dd [1407/1507] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o [1408/1507] Linking CXX executable example/tutorial/02_simple_reduce/Kokkos_tutorial_02_simple_reduce [1409/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/Advanced_Views/03_subviews/subviews.cpp for CXX dependencies [1410/1507] Generating CXX dyndep file example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/CXX.dd [1411/1507] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o [1412/1507] Linking CXX executable example/tutorial/03_simple_view/Kokkos_tutorial_03_simple_view [1413/1507] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o [1414/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/Advanced_Views/04_dualviews/dual_view.cpp for CXX dependencies [1415/1507] Generating CXX dyndep file example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/CXX.dd [1416/1507] Linking CXX executable example/tutorial/05_simple_atomics/Kokkos_tutorial_05_simple_atomics [1417/1507] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o [1418/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/Algorithms/01_random_numbers/random_numbers.cpp for CXX dependencies [1419/1507] Generating CXX dyndep file example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/CXX.dd [1420/1507] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o [1421/1507] Linking CXX executable example/tutorial/06_simple_mdrangepolicy/Kokkos_tutorial_06_simple_mdrangepolicy [1422/1507] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o [1423/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/Hierarchical_Parallelism/01_thread_teams/thread_teams.cpp for CXX dependencies [1424/1507] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/CXX.dd [1425/1507] Linking CXX executable example/tutorial/Advanced_Views/01_data_layouts/Kokkos_tutorial_advancedviews_01_data_layouts [1426/1507] Linking CXX executable example/tutorial/04_simple_memoryspaces/Kokkos_tutorial_04_simple_memoryspaces [1427/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/thread_teams_lambda.cpp for CXX dependencies [1428/1507] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/CXX.dd [1429/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/nested_parallel_for.cpp for CXX dependencies [1430/1507] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/CXX.dd [1431/1507] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o [1432/1507] Linking CXX executable example/tutorial/Advanced_Views/02_memory_traits/Kokkos_tutorial_advancedviews_02_memory_traits [1433/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/Hierarchical_Parallelism/03_vectorization/vectorization.cpp for CXX dependencies [1434/1507] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/CXX.dd [1435/1507] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o [1436/1507] Linking CXX executable example/tutorial/Hierarchical_Parallelism/01_thread_teams/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [1437/1507] 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 [1438/1507] 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 [1439/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/launch_bounds/launch_bounds_reduce.cpp for CXX dependencies [1440/1507] Generating CXX dyndep file example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/CXX.dd [1441/1507] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o [1442/1507] Linking CXX executable example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/Kokkos_tutorial_hierarchical_01_thread_teams_lambda [1443/1507] Linking CXX executable example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [1444/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/01_hello_world_lambda/hello_world_lambda.cpp for CXX dependencies [1445/1507] Generating CXX dyndep file example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/CXX.dd [1446/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/02_simple_reduce_lambda/simple_reduce_lambda.cpp for CXX dependencies [1447/1507] Linking CXX executable example/tutorial/Advanced_Views/03_subviews/Kokkos_tutorial_advancedviews_03_subviews [1448/1507] Generating CXX dyndep file example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/CXX.dd [1449/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/example/tutorial/03_simple_view_lambda/simple_view_lambda.cpp for CXX dependencies [1450/1507] Generating CXX dyndep file example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/CXX.dd [1451/1507] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o [1452/1507] Linking CXX executable example/tutorial/Advanced_Views/04_dualviews/Kokkos_tutorial_advancedviews_04_dualviews [1453/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/benchmarks/atomic/main.cpp for CXX dependencies [1454/1507] Generating CXX dyndep file benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/CXX.dd [1455/1507] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o [1456/1507] Linking CXX executable example/tutorial/Algorithms/01_random_numbers/Kokkos_tutorial_algorithms_01_random_numbers [1457/1507] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o [1458/1507] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o [1459/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/benchmarks/gather/main.cpp for CXX dependencies [1460/1507] Generating CXX dyndep file benchmarks/gather/CMakeFiles/Kokkos_gather.dir/CXX.dd [1461/1507] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o [1462/1507] Linking CXX executable example/tutorial/01_hello_world_lambda/Kokkos_tutorial_01_hello_world_lambda [1463/1507] Linking CXX executable example/tutorial/launch_bounds/Kokkos_launch_bounds_reduce [1464/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/benchmarks/gups/gups.cpp for CXX dependencies [1465/1507] Generating CXX dyndep file benchmarks/gups/CMakeFiles/Kokkos_gups.dir/CXX.dd [1466/1507] Linking CXX executable example/tutorial/02_simple_reduce_lambda/Kokkos_tutorial_02_simple_reduce_lambda [1467/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/benchmarks/launch_latency/launch_latency.cpp for CXX dependencies [1468/1507] Generating CXX dyndep file benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/CXX.dd [1469/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/benchmarks/stream/stream-kokkos.cpp for CXX dependencies [1470/1507] Generating CXX dyndep file benchmarks/stream/CMakeFiles/Kokkos_stream.dir/CXX.dd [1471/1507] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o [1472/1507] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o [1473/1507] Linking CXX executable example/tutorial/Hierarchical_Parallelism/03_vectorization/Kokkos_tutorial_hierarchicalparallelism_03_vectorization [1474/1507] Linking CXX executable example/tutorial/03_simple_view_lambda/Kokkos_tutorial_03_simple_view_lambda [1475/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/benchmarks/view_copy_constructor/view_copy_constructor.cpp for CXX dependencies [1476/1507] Generating CXX dyndep file benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/CXX.dd [1477/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/benchmarks/policy_performance/main.cpp for CXX dependencies [1478/1507] Generating CXX dyndep file benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/CXX.dd [1479/1507] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [1480/1507] Linking CXX executable benchmarks/gups/Kokkos_gups [1481/1507] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [1482/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/benchmarks/bytes_and_flops/bench_double.cpp for CXX dependencies [1483/1507] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [1484/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/benchmarks/bytes_and_flops/bench_float.cpp for CXX dependencies [1485/1507] Linking CXX executable benchmarks/stream/Kokkos_stream [1486/1507] Linking CXX executable benchmarks/view_copy_constructor/Kokkos_view_copy_constructor [1487/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/benchmarks/bytes_and_flops/bench_int32_t.cpp for CXX dependencies [1488/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/benchmarks/bytes_and_flops/bench_int64_t.cpp for CXX dependencies [1489/1507] Scanning /var/jenkins/workspace/Kokkos_PR-8351/benchmarks/bytes_and_flops/main.cpp for CXX dependencies [1490/1507] Generating CXX dyndep file benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/CXX.dd [1491/1507] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [1492/1507] Linking CXX executable benchmarks/atomic/Kokkos_atomic [1493/1507] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [1494/1507] Linking CXX executable benchmarks/launch_latency/Kokkos_launch_latency [1495/1507] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [1496/1507] Linking CXX executable simd/unit_tests/Kokkos_UnitTest_SIMD [1497/1507] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [1498/1507] Linking CXX executable benchmarks/policy_performance/Kokkos_policy_performance [1499/1507] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [1500/1507] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [1501/1507] Linking CXX executable benchmarks/gather/Kokkos_gather [1502/1507] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [1503/1507] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [1504/1507] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [1505/1507] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [1506/1507] Linking CXX executable benchmarks/bytes_and_flops/Kokkos_bytes_and_flops [1506/1507] Install the project... -- Install configuration: "RelWithDebInfo" -- Up-to-date: /usr/local/include -- Installing: /usr/local/include/Kokkos_Future.hpp -- Installing: /usr/local/include/Kokkos_Array.hpp -- Installing: /usr/local/include/Kokkos_MathematicalSpecialFunctions.hpp -- Installing: /usr/local/include/Kokkos_Pair.hpp -- Installing: /usr/local/include/setup -- Installing: /usr/local/include/setup/Kokkos_Setup_Cuda.hpp -- Installing: /usr/local/include/setup/Kokkos_Setup_HIP.hpp -- Installing: /usr/local/include/setup/Kokkos_Setup_SYCL.hpp -- Installing: /usr/local/include/Kokkos_MathematicalConstants.hpp -- Installing: /usr/local/include/Kokkos_MemoryPool.hpp -- Installing: /usr/local/include/Kokkos_MinMax.hpp -- Installing: /usr/local/include/Kokkos_GraphNode.hpp -- Installing: /usr/local/include/SYCL -- Installing: /usr/local/include/SYCL/Kokkos_SYCL.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_WorkgroupReduction.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelReduce_MDRange.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelReduce_Range.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_TeamPolicy.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Instance.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelScan_Range.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelFor_Range.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_UniqueToken.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelFor_MDRange.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ZeroMemset.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Abort.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelReduce_Team.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Graph_Impl.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_GraphNodeKernel.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Half_Conversion.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_GraphNode_Impl.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Team.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_DeepCopy.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Space.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Half_MathematicalFunctions.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelFor_Team.hpp -- Installing: /usr/local/include/Kokkos_Complex.hpp -- Installing: /usr/local/include/Kokkos_ReductionIdentity.hpp -- Installing: /usr/local/include/Kokkos_AcquireUniqueTokenImpl.hpp -- Installing: /usr/local/include/Kokkos_Graph.hpp -- Installing: /usr/local/include/Kokkos_UniqueToken.hpp -- Installing: /usr/local/include/View -- Installing: /usr/local/include/View/Kokkos_BasicView.hpp -- Installing: /usr/local/include/View/Kokkos_ViewUniformType.hpp -- Installing: /usr/local/include/View/MDSpan -- Installing: /usr/local/include/View/MDSpan/Kokkos_MDSpan_Accessor.hpp -- Installing: /usr/local/include/View/MDSpan/Kokkos_MDSpan_Header.hpp -- Installing: /usr/local/include/View/MDSpan/Kokkos_MDSpan_Extents.hpp -- Installing: /usr/local/include/View/MDSpan/Kokkos_MDSpan_Layout.hpp -- Installing: /usr/local/include/View/Kokkos_ViewAtomic.hpp -- Installing: /usr/local/include/View/Hooks -- Installing: /usr/local/include/View/Hooks/Kokkos_ViewHooks.hpp -- Installing: /usr/local/include/View/Kokkos_ViewTraits.hpp -- Installing: /usr/local/include/View/Kokkos_ViewAlloc.hpp -- Installing: /usr/local/include/View/Kokkos_ViewCtor.hpp -- Installing: /usr/local/include/View/Kokkos_ViewCommonType.hpp -- Installing: /usr/local/include/View/Kokkos_ViewMapping.hpp -- Installing: /usr/local/include/View/Kokkos_ViewDataAnalysis.hpp -- Installing: /usr/local/include/View/Kokkos_ViewLegacy.hpp -- Installing: /usr/local/include/View/Kokkos_ViewAccessPreconditionsCheck.hpp -- Installing: /usr/local/include/View/Kokkos_ViewTracker.hpp -- Installing: /usr/local/include/Kokkos_Abort.hpp -- Installing: /usr/local/include/Kokkos_Layout.hpp -- Installing: /usr/local/include/Kokkos_Crs.hpp -- Installing: /usr/local/include/KokkosExp_InterOp.hpp -- Installing: /usr/local/include/Kokkos_Macros.hpp -- Installing: /usr/local/include/Kokkos_Atomics_Desul_Wrapper.hpp -- Installing: /usr/local/include/Kokkos_Extents.hpp -- Installing: /usr/local/include/Kokkos_BitManipulation.hpp -- Installing: /usr/local/include/HIP -- Installing: /usr/local/include/HIP/Kokkos_HIP_TeamPolicyInternal.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_Vectorization.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_UniqueToken.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_Shuffle_Reduce.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_Half_Conversion.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelReduce_Team.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_Instance.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_DeepCopy.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_Half_Impl_Type.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_WorkGraphPolicy.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_GraphNodeKernel.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_Graph_Impl.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_Team.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelReduce_Range.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_GraphNode_Impl.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_Abort.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_ZeroMemset.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_ReduceScan.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_SharedAllocationRecord.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelFor_MDRange.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_IsXnack.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_Space.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_Error.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelFor_Team.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelReduce_MDRange.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_MDRangePolicy.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelScan_Range.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_KernelLaunch.hpp -- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelFor_Range.hpp -- Installing: /usr/local/include/Kokkos_hwloc.hpp -- Installing: /usr/local/include/Kokkos_MemoryTraits.hpp -- Installing: /usr/local/include/Kokkos_Timer.hpp -- Installing: /usr/local/include/Cuda -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Team.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Instance.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Half_MathematicalFunctions.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_ZeroMemset.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Error.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_UniqueToken.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp -- Installing: /usr/local/include/Cuda/Kokkos_CudaSpace.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Half_Conversion.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Vectorization.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_abort.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_View.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Task.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Graph_Impl.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_ReduceScan.hpp -- Installing: /usr/local/include/Kokkos_Atomic.hpp -- Installing: /usr/local/include/Kokkos_CopyViews.hpp -- Installing: /usr/local/include/Kokkos_Graph_fwd.hpp -- Installing: /usr/local/include/fwd -- Installing: /usr/local/include/fwd/Kokkos_Fwd_OPENACC.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_SYCL.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_THREADS.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_CUDA.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_OPENMP.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_HIP.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_SERIAL.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_OPENMPTARGET.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_HPX.hpp -- Installing: /usr/local/include/OpenMPTarget -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Range.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_FunctorAdapter.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Macros.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_DeepCopy.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Range.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_MDRangePolicy.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Team.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Range.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Reducer.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Team.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTargetSpace.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_MDRange.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Team.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_MDRange.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_Common.hpp -- Installing: /usr/local/include/Kokkos_Core.hpp -- Installing: /usr/local/include/Kokkos_TypeInfo.hpp -- Installing: /usr/local/include/OpenACC -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACCSpace.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelScan_Range.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_Instance.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_MDRangePolicy.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ScheduleType.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_Macros.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Range.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Team.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_DeepCopy.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelFor_Team.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelReduce_MDRange.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelFor_Range.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_Traits.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_FunctorAdapter.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_Team.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelFor_MDRange.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC.hpp -- Installing: /usr/local/include/Serial -- Installing: /usr/local/include/Serial/Kokkos_Serial_Parallel_MDRange.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_Task.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_Parallel_Range.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_ZeroMemset.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_Parallel_Team.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_UniqueToken.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_MDRangePolicy.hpp -- Installing: /usr/local/include/Kokkos_Clamp.hpp -- Installing: /usr/local/include/Threads -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelReduce_Range.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_Spinwait.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_MDRangePolicy.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelFor_MDRange.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelFor_Team.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelFor_Range.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_State.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelReduce_MDRange.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelReduce_Team.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelScan_Range.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ZeroMemset.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_UniqueToken.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_Team.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_Instance.hpp -- Installing: /usr/local/include/Kokkos_MathematicalFunctions.hpp -- Installing: /usr/local/include/traits -- Installing: /usr/local/include/traits/Kokkos_IterationPatternTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_ScheduleTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_GraphKernelTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_WorkItemPropertyTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_IndexTypeTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_ExecutionSpaceTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_LaunchBoundsTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_OccupancyControlTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_PolicyTraitMatcher.hpp -- Installing: /usr/local/include/traits/Kokkos_WorkTagTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_Traits_fwd.hpp -- Installing: /usr/local/include/traits/Kokkos_PolicyTraitAdaptor.hpp -- Installing: /usr/local/include/Kokkos_Concepts.hpp -- Installing: /usr/local/include/Kokkos_Profiling_ScopedRegion.hpp -- Installing: /usr/local/include/Kokkos_ExecPolicy.hpp -- Installing: /usr/local/include/Kokkos_Profiling_ProfileSection.hpp -- Installing: /usr/local/include/Kokkos_PointerOwnership.hpp -- Installing: /usr/local/include/decl -- Installing: /usr/local/include/decl/Kokkos_Declare_HIP.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_OPENMPTARGET.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_SERIAL.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_CUDA.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_OPENACC.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_THREADS.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_OPENMP.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_SYCL.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_HPX.hpp -- Installing: /usr/local/include/Kokkos_Assert.hpp -- Installing: /usr/local/include/Kokkos_Vectorization.hpp -- Installing: /usr/local/include/Kokkos_ScratchSpace.hpp -- Installing: /usr/local/include/Kokkos_Parallel_Reduce.hpp -- Installing: /usr/local/include/Kokkos_Half.hpp -- Installing: /usr/local/include/Kokkos_Rank.hpp -- Installing: /usr/local/include/Kokkos_DetectionIdiom.hpp -- Installing: /usr/local/include/Kokkos_Core_fwd.hpp -- Installing: /usr/local/include/Kokkos_NumericTraits.hpp -- Installing: /usr/local/include/Kokkos_TaskScheduler.hpp -- Installing: /usr/local/include/HPX -- Installing: /usr/local/include/HPX/Kokkos_HPX.hpp -- Installing: /usr/local/include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp -- Installing: /usr/local/include/HPX/Kokkos_HPX_Task.hpp -- Installing: /usr/local/include/HPX/Kokkos_HPX_MDRangePolicy.hpp -- Installing: /usr/local/include/Kokkos_Printf.hpp -- Installing: /usr/local/include/Kokkos_AnonymousSpace.hpp -- Installing: /usr/local/include/OpenMP -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_ZeroMemset.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Team.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_UniqueToken.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Parallel_Scan.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Task.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_MDRangePolicy.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Instance.hpp -- Installing: /usr/local/include/impl -- Installing: /usr/local/include/impl/Kokkos_InitializationSettings.hpp -- Installing: /usr/local/include/impl/Kokkos_CPUDiscovery.hpp -- Installing: /usr/local/include/impl/Kokkos_DesulAtomicsConfig.hpp -- Installing: /usr/local/include/impl/Kokkos_Stacktrace.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphNodeCustomization.hpp -- Installing: /usr/local/include/impl/Kokkos_TaskPolicyData.hpp -- Installing: /usr/local/include/impl/Kokkos_EBO.hpp -- Installing: /usr/local/include/impl/Kokkos_Error.hpp -- Installing: /usr/local/include/impl/Kokkos_Half_ReductionIdentity.hpp -- Installing: /usr/local/include/impl/Kokkos_Combined_Reducer.hpp -- Installing: /usr/local/include/impl/Kokkos_LinkedListNode.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphNodeThenPolicy.hpp -- Installing: /usr/local/include/impl/Kokkos_TaskQueueMultiple_impl.hpp -- Installing: /usr/local/include/impl/Kokkos_Utilities.hpp -- Installing: /usr/local/include/impl/Kokkos_BuiltinReducers.hpp -- Installing: /usr/local/include/impl/Kokkos_AnalyzePolicy.hpp -- Installing: /usr/local/include/impl/Kokkos_ChaseLev.hpp -- Installing: /usr/local/include/impl/Kokkos_HostBarrier.hpp -- Installing: /usr/local/include/impl/Kokkos_TaskQueue.hpp -- Installing: /usr/local/include/impl/Kokkos_VLAEmulation.hpp -- Installing: /usr/local/include/impl/Kokkos_Volatile_Load.hpp -- Installing: /usr/local/include/impl/Kokkos_Tools.hpp -- Installing: /usr/local/include/impl/Kokkos_MultipleTaskQueue.hpp -- Installing: /usr/local/include/impl/Kokkos_CheckedIntegerOps.hpp -- Installing: /usr/local/include/impl/Kokkos_Profiling_Interface.hpp -- Installing: /usr/local/include/impl/Kokkos_TaskBase.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphNodeThenImpl.hpp -- Installing: /usr/local/include/impl/Kokkos_Profiling_DeviceInfo.hpp -- Installing: /usr/local/include/impl/Kokkos_HostThreadTeam.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphNodeImpl.hpp -- Installing: /usr/local/include/impl/Kokkos_Default_Graph_Impl.hpp -- Installing: /usr/local/include/impl/Kokkos_Default_Graph_fwd.hpp -- Installing: /usr/local/include/impl/KokkosExp_Host_IterateTile.hpp -- Installing: /usr/local/include/impl/Kokkos_TaskQueueMemoryManager.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphImpl.hpp -- Installing: /usr/local/include/impl/Kokkos_FunctorAnalysis.hpp -- Installing: /usr/local/include/impl/Kokkos_TaskResult.hpp -- Installing: /usr/local/include/impl/Kokkos_ConcurrentBitset.hpp -- Installing: /usr/local/include/impl/Kokkos_Default_GraphNode_Impl.hpp -- Installing: /usr/local/include/impl/Kokkos_TaskQueue_impl.hpp -- Installing: /usr/local/include/impl/Kokkos_Half_NumericTraits.hpp -- Installing: /usr/local/include/impl/Kokkos_SimpleTaskScheduler.hpp -- Installing: /usr/local/include/impl/Kokkos_Traits.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphImpl_fwd.hpp -- Installing: /usr/local/include/impl/Kokkos_Profiling_C_Interface.h -- Installing: /usr/local/include/impl/KokkosExp_IterateTileGPU.hpp -- Installing: /usr/local/include/impl/Kokkos_NvidiaGpuArchitectures.hpp -- Installing: /usr/local/include/impl/Kokkos_ExecSpaceManager.hpp -- Installing: /usr/local/include/impl/Kokkos_Tools_Generic.hpp -- Installing: /usr/local/include/impl/Kokkos_HostSpace_deepcopy.hpp -- Installing: /usr/local/include/impl/Kokkos_TeamMDPolicy.hpp -- Installing: /usr/local/include/impl/Kokkos_StringManipulation.hpp -- Installing: /usr/local/include/impl/Kokkos_LIFO.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphImpl_Utilities.hpp -- Installing: /usr/local/include/impl/Kokkos_TaskNode.hpp -- Installing: /usr/local/include/impl/Kokkos_Default_GraphNodeKernel.hpp -- Installing: /usr/local/include/impl/Kokkos_ClockTic.hpp -- Installing: /usr/local/include/impl/Kokkos_SingleTaskQueue.hpp -- Installing: /usr/local/include/impl/Kokkos_Half_MathematicalFunctions.hpp -- Installing: /usr/local/include/impl/Kokkos_Command_Line_Parsing.hpp -- Installing: /usr/local/include/impl/Kokkos_TaskTeamMember.hpp -- Installing: /usr/local/include/impl/Kokkos_Half_FloatingPointWrapper.hpp -- Installing: /usr/local/include/impl/Kokkos_TaskQueueMultiple.hpp -- Installing: /usr/local/include/impl/Kokkos_ZeroMemset_fwd.hpp -- Installing: /usr/local/include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp -- Installing: /usr/local/include/impl/Kokkos_OptionalRef.hpp -- Installing: /usr/local/include/impl/Kokkos_HostSharedPtr.hpp -- Installing: /usr/local/include/impl/Kokkos_SharedAlloc_timpl.hpp -- Installing: /usr/local/include/impl/Kokkos_SharedAlloc.hpp -- Installing: /usr/local/include/impl/Kokkos_Profiling.hpp -- Installing: /usr/local/include/impl/Kokkos_DeviceManagement.hpp -- Installing: /usr/local/include/impl/Kokkos_QuadPrecisionMath.hpp -- Installing: /usr/local/include/impl/Kokkos_TaskQueueCommon.hpp -- Installing: /usr/local/include/Kokkos_Parallel.hpp -- Installing: /usr/local/include/Kokkos_HostSpace.hpp -- Installing: /usr/local/include/Kokkos_TaskScheduler_fwd.hpp -- Installing: /usr/local/include/KokkosExp_MDRangePolicy.hpp -- Installing: /usr/local/include/Kokkos_View.hpp -- Installing: /usr/local/include/Kokkos_Swap.hpp -- Installing: /usr/local/include/Kokkos_WorkGraphPolicy.hpp -- Installing: /usr/local/include/Kokkos_Tuners.hpp -- Installing: /usr/local/include/desul -- Installing: /usr/local/include/desul/atomics.hpp -- Installing: /usr/local/include/desul/atomics -- Installing: /usr/local/include/desul/atomics/Thread_Fence.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op_SYCL.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Free_Fetch_Op.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_SYCL.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_GCC.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op_Host.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op_SYCL.hpp -- Installing: /usr/local/include/desul/atomics/Adapt_CXX.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op.hpp -- Installing: /usr/local/include/desul/atomics/Thread_Fence_ScopeCaller.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op_OpenACC.hpp -- Installing: /usr/local/include/desul/atomics/cuda -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_exchange_memorder.inc -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_exchange_op.inc -- Installing: /usr/local/include/desul/atomics/cuda/CUDA_asm.hpp -- Installing: /usr/local/include/desul/atomics/cuda/CUDA_asm_exchange.hpp -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm.inc -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc -- Installing: /usr/local/include/desul/atomics/Generic.hpp -- Installing: /usr/local/include/desul/atomics/Thread_Fence_OpenMP.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_ScopeCaller.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_OpenMP.hpp -- Installing: /usr/local/include/desul/atomics/Atomic_Ref.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_HIP.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op_HIP.hpp -- Installing: /usr/local/include/desul/atomics/Common.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_MSVC.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_CUDA.hpp -- Installing: /usr/local/include/desul/atomics/Adapt_GCC.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op_CUDA.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Array_HIP.hpp -- Installing: /usr/local/include/desul/atomics/Thread_Fence_MSVC.hpp -- Installing: /usr/local/include/desul/atomics/Adapt_HIP.hpp -- Installing: /usr/local/include/desul/atomics/Adapt_SYCL.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_OpenACC.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op_OpenACC.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op_HIP.hpp -- Installing: /usr/local/include/desul/atomics/Operator_Function_Objects.hpp -- Installing: /usr/local/include/desul/atomics/openmp -- Installing: /usr/local/include/desul/atomics/openmp/OpenMP_40.hpp -- Installing: /usr/local/include/desul/atomics/openmp/OpenMP_40_op.inc -- Installing: /usr/local/include/desul/atomics/Compare_Exchange.hpp -- Installing: /usr/local/include/desul/atomics/Thread_Fence_SYCL.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op_ScopeCaller.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Array.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op_GCC.hpp -- Installing: /usr/local/include/desul/atomics/Thread_Fence_GCC.hpp -- Installing: /usr/local/include/desul/atomics/Thread_Fence_HIP.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op_Generic.hpp -- Installing: /usr/local/include/desul/atomics/Thread_Fence_OpenACC.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op_OpenMP.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Array_CUDA.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op_CUDA.hpp -- Installing: /usr/local/include/desul/atomics/Thread_Fence_CUDA.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Array_SYCL.hpp -- Installing: /usr/local/include/desul/atomics/Macros.hpp -- Up-to-date: /usr/local/include/desul -- Up-to-date: /usr/local/include/desul/atomics -- Installing: /usr/local/include/desul/atomics/Config.hpp -- Installing: /usr/local/lib/libkokkoscore.a -- Up-to-date: /usr/local/include -- Installing: /usr/local/include/mdspan -- Installing: /usr/local/include/mdspan/mdarray.hpp -- Installing: /usr/local/include/mdspan/mdspan.hpp -- Installing: /usr/local/include/experimental -- Installing: /usr/local/include/experimental/__p2389_bits -- Installing: /usr/local/include/experimental/__p2389_bits/dims.hpp -- Installing: /usr/local/include/experimental/__p1684_bits -- Installing: /usr/local/include/experimental/__p1684_bits/mdarray.hpp -- Installing: /usr/local/include/experimental/__p0009_bits -- Installing: /usr/local/include/experimental/__p0009_bits/trait_backports.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/config.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/default_accessor.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/full_extent_t.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/no_unique_address.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/layout_left.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/layout_right.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/extents.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/compressed_pair.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/dynamic_extent.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/utility.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/layout_stride.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/macros.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/type_list.hpp -- Installing: /usr/local/include/experimental/__p0009_bits/mdspan.hpp -- Installing: /usr/local/include/experimental/__p2642_bits -- Installing: /usr/local/include/experimental/__p2642_bits/layout_padded_fwd.hpp -- Installing: /usr/local/include/experimental/__p2642_bits/layout_padded.hpp -- Installing: /usr/local/include/experimental/__p2630_bits -- Installing: /usr/local/include/experimental/__p2630_bits/submdspan.hpp -- Installing: /usr/local/include/experimental/__p2630_bits/submdspan_extents.hpp -- Installing: /usr/local/include/experimental/__p2630_bits/submdspan_mapping.hpp -- Installing: /usr/local/include/experimental/__p2630_bits/strided_slice.hpp -- Installing: /usr/local/lib/libbenchmark.a -- Installing: /usr/local/lib/libbenchmark_main.a -- Installing: /usr/local/include/benchmark -- Installing: /usr/local/include/benchmark/benchmark.h -- Installing: /usr/local/include/benchmark/export.h -- Installing: /usr/local/lib/cmake/benchmark/benchmarkConfig.cmake -- Installing: /usr/local/lib/cmake/benchmark/benchmarkConfigVersion.cmake -- Installing: /usr/local/lib/pkgconfig/benchmark.pc -- Installing: /usr/local/lib/cmake/benchmark/benchmarkTargets.cmake -- Installing: /usr/local/lib/cmake/benchmark/benchmarkTargets-relwithdebinfo.cmake -- Installing: /usr/local/share/doc/Kokkos -- Installing: /usr/local/share/doc/Kokkos/platform_specific_build_instructions.md -- Installing: /usr/local/share/doc/Kokkos/user_guide.md -- Installing: /usr/local/share/doc/Kokkos/random_interleaving.md -- Installing: /usr/local/share/doc/Kokkos/dependencies.md -- Installing: /usr/local/share/doc/Kokkos/perf_counters.md -- Installing: /usr/local/share/doc/Kokkos/_config.yml -- Installing: /usr/local/share/doc/Kokkos/tools.md -- Installing: /usr/local/share/doc/Kokkos/index.md -- Installing: /usr/local/share/doc/Kokkos/AssemblyTests.md -- Installing: /usr/local/share/doc/Kokkos/python_bindings.md -- Installing: /usr/local/share/doc/Kokkos/reducing_variance.md -- Installing: /usr/local/share/doc/Kokkos/releasing.md -- Up-to-date: /usr/local/include -- Installing: /usr/local/include/Kokkos_Functional.hpp -- Installing: /usr/local/include/Kokkos_DynRankView.hpp -- Installing: /usr/local/include/Kokkos_DynamicView.hpp -- Installing: /usr/local/include/Kokkos_ErrorReporter.hpp -- Installing: /usr/local/include/Kokkos_Bitset.hpp -- Installing: /usr/local/include/Kokkos_ScatterView.hpp -- Installing: /usr/local/include/Kokkos_UnorderedMap.hpp -- Installing: /usr/local/include/Kokkos_OffsetView.hpp -- Up-to-date: /usr/local/include/impl -- Installing: /usr/local/include/impl/Kokkos_Functional_impl.hpp -- Installing: /usr/local/include/impl/Kokkos_StaticCrsGraph_factory.hpp -- Installing: /usr/local/include/impl/Kokkos_Bitset_impl.hpp -- Installing: /usr/local/include/impl/Kokkos_UnorderedMap_impl.hpp -- Installing: /usr/local/include/Kokkos_DualView.hpp -- Installing: /usr/local/include/Kokkos_Vector.hpp -- Installing: /usr/local/include/Kokkos_StaticCrsGraph.hpp -- Installing: /usr/local/lib/libkokkoscontainers.a -- Up-to-date: /usr/local/include -- Installing: /usr/local/include/Kokkos_StdAlgorithms.hpp -- Installing: /usr/local/include/sorting -- Installing: /usr/local/include/sorting/Kokkos_BinOpsPublicAPI.hpp -- Installing: /usr/local/include/sorting/Kokkos_BinSortPublicAPI.hpp -- Installing: /usr/local/include/sorting/Kokkos_SortPublicAPI.hpp -- Installing: /usr/local/include/sorting/Kokkos_SortByKeyPublicAPI.hpp -- Installing: /usr/local/include/sorting/Kokkos_NestedSortPublicAPI.hpp -- Installing: /usr/local/include/sorting/impl -- Installing: /usr/local/include/sorting/impl/Kokkos_SortByKeyImpl.hpp -- Installing: /usr/local/include/sorting/impl/Kokkos_NestedSortImpl.hpp -- Installing: /usr/local/include/sorting/impl/Kokkos_CopyOpsForBinSortImpl.hpp -- Installing: /usr/local/include/sorting/impl/Kokkos_SortImpl.hpp -- Installing: /usr/local/include/Kokkos_Random.hpp -- Installing: /usr/local/include/Kokkos_Sort.hpp -- Installing: /usr/local/include/std_algorithms -- Installing: /usr/local/include/std_algorithms/Kokkos_RotateCopy.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_TransformReduce.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Remove.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Copy.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_BeginEnd.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_FindIfNot.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_ReplaceCopy.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_CountIf.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_ForEachN.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_NoneOf.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Find.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_IsPartitioned.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_PartitionCopy.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_CopyBackward.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_SearchN.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_ShiftRight.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Mismatch.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_IterSwap.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_AnyOf.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_UniqueCopy.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_FindIf.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_ReplaceCopyIf.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_IsSorted.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Distance.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_MinElement.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_AdjacentFind.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_MoveBackward.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Reverse.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_LexicographicalCompare.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_IsSortedUntil.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_CopyN.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_SwapRanges.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Reduce.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_ReverseCopy.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_ExclusiveScan.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_PartitionPoint.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Equal.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Count.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_TransformInclusiveScan.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_AllOf.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_FillN.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Transform.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_CopyIf.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Rotate.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_MaxElement.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_InclusiveScan.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_GenerateN.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Search.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_ForEach.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Replace.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_ReplaceIf.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_RemoveCopyIf.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_ShiftLeft.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_FindFirstOf.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_MinMaxElement.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Unique.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_AdjacentDifference.hpp -- Installing: /usr/local/include/std_algorithms/impl -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_RotateCopy.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_TransformReduce.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ReplaceCopy.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_HelperPredicates.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ForEachForEachN.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_CopyCopyN.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_IsPartitioned.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_PartitionCopy.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_CopyBackward.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_SearchN.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ShiftRight.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Mismatch.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ValueWrapperForNoNeutralElement.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_UniqueCopy.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ReplaceCopyIf.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_IsSorted.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_FindIfOrNot.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_AdjacentFind.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_MoveBackward.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Constraints.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Reverse.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_LexicographicalCompare.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_IsSortedUntil.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_SwapRanges.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Reduce.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ReverseCopy.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ExclusiveScan.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_PartitionPoint.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Equal.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_TransformInclusiveScan.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_RemoveAllVariants.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Transform.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_CopyIf.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Rotate.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_InclusiveScan.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Search.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Replace.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ReplaceIf.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ShiftLeft.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_FunctorsForExclusiveScan.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_FindFirstOf.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Unique.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_CountCountIf.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_AdjacentDifference.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_AllOfAnyOfNoneOf.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_FillFillN.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Move.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_MustUseKokkosSingleInTeam.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_TransformExclusiveScan.hpp -- Installing: /usr/local/include/std_algorithms/impl/Kokkos_FindEnd.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Move.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_RemoveIf.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Fill.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_TransformExclusiveScan.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_FindEnd.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_RemoveCopy.hpp -- Installing: /usr/local/include/std_algorithms/Kokkos_Generate.hpp -- Installing: /usr/local/include/Kokkos_NestedSort.hpp -- Installing: /usr/local/lib/libkokkosalgorithms.a -- Installing: /usr/local/lib/cmake/Kokkos/src/Kokkos_Random.cppm -- Installing: /usr/local/lib/cmake/Kokkos/src/Kokkos_Sort.cppm -- Installing: /usr/local/lib/cmake/Kokkos/src/Kokkos_StdAlgorithms.cppm -- Up-to-date: /usr/local/include -- Installing: /usr/local/include/Kokkos_SIMD_AVX512.hpp -- Installing: /usr/local/include/Kokkos_SIMD_SVE.hpp -- Installing: /usr/local/include/Kokkos_SIMD_Common_Math.hpp -- Installing: /usr/local/include/Kokkos_SIMD.hpp -- Installing: /usr/local/include/Kokkos_SIMD_NEON.hpp -- Installing: /usr/local/include/Kokkos_SIMD_AVX2.hpp -- Up-to-date: /usr/local/include/impl -- Installing: /usr/local/include/impl/Kokkos_Neon_SVE_bridge.hpp -- Installing: /usr/local/include/Kokkos_SIMD_Scalar.hpp -- Installing: /usr/local/include/Kokkos_SIMD_Common.hpp -- Installing: /usr/local/lib/libkokkossimd.a -- Installing: /usr/local/lib/cmake/Kokkos/src/Kokkos_SIMD.cppm -- Installing: /usr/local/lib/cmake/Kokkos/KokkosConfig.cmake -- Installing: /usr/local/lib/cmake/Kokkos/KokkosConfigCommon.cmake -- Installing: /usr/local/lib/cmake/Kokkos/KokkosConfigVersion.cmake -- Installing: /usr/local/lib/cmake/Kokkos/KokkosTargets.cmake -- Installing: /usr/local/lib/cmake/Kokkos/KokkosTargets-relwithdebinfo.cmake -- Installing: /usr/local/lib/cmake/Kokkos/./cxx-modules-KokkosTargets.cmake -- Installing: /usr/local/lib/cmake/Kokkos/./cxx-modules-KokkosTargets-RelWithDebInfo.cmake -- Installing: /usr/local/lib/cmake/Kokkos/./target-kokkosalgorithms-RelWithDebInfo.cmake -- Installing: /usr/local/lib/cmake/Kokkos/./target-kokkossimd-RelWithDebInfo.cmake -- Installing: /usr/local/include/KokkosCore_config.h -- Installing: /usr/local/bin/nvcc_wrapper -- Installing: /usr/local/bin/hpcbind -- Installing: /usr/local/bin/kokkos_launch_compiler -- Up-to-date: /usr/local/include/KokkosCore_config.h -- Installing: /usr/local/include/KokkosCore_Config_FwdBackend.hpp -- Installing: /usr/local/include/KokkosCore_Config_SetupBackend.hpp -- Installing: /usr/local/include/KokkosCore_Config_DeclareBackend.hpp + ctest --test-dir build --no-compress-output -T Test --verbose SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_PR-8351/build UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl SetCMakeVariable:CTEST_SITE:352deb0341ed SetCMakeVariable:CTEST_BUILD_NAME:Linux-clang++-19 SetCMakeVariable:CTEST_NIGHTLY_START_TIME:01:00:00;UTC SetCMakeVariable:CTEST_SOURCE_DIRECTORY:/var/jenkins/workspace/Kokkos_PR-8351 SetCMakeVariable:CTEST_BINARY_DIRECTORY:/var/jenkins/workspace/Kokkos_PR-8351/build SetCMakeVariable:CTEST_UPDATE_COMMAND:/usr/bin/git SetCMakeVariable:CTEST_UPDATE_TYPE:git SetCMakeVariable:CTEST_GIT_COMMAND:/usr/bin/git SetCMakeVariable:CTEST_CONFIGURE_COMMAND:"/opt/cmake/bin/cmake" "/var/jenkins/workspace/Kokkos_PR-8351" SetCMakeVariable:CTEST_BUILD_COMMAND:/opt/cmake/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" SetCMakeVariable:CTEST_COVERAGE_COMMAND:/usr/local/bin/gcov SetCMakeVariable:CTEST_COVERAGE_EXTRA_FLAGS:-l SetCMakeVariable:CTEST_MEMORYCHECK_COMMAND:MEMORYCHECK_COMMAND-NOTFOUND SetCMakeVariable:CTEST_SUBMIT_URL:https://my.cdash.org/submit.php?project=Kokkos UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl SetCMakeVariable:CTEST_SITE:352deb0341ed SetCMakeVariable:CTEST_BUILD_NAME:Linux-clang++-19 SetCMakeVariable:CTEST_NIGHTLY_START_TIME:01:00:00;UTC SetCMakeVariable:CTEST_SOURCE_DIRECTORY:/var/jenkins/workspace/Kokkos_PR-8351 SetCMakeVariable:CTEST_BINARY_DIRECTORY:/var/jenkins/workspace/Kokkos_PR-8351/build SetCMakeVariable:CTEST_UPDATE_COMMAND:/usr/bin/git SetCMakeVariable:CTEST_UPDATE_TYPE:git SetCMakeVariable:CTEST_GIT_COMMAND:/usr/bin/git SetCMakeVariable:CTEST_CONFIGURE_COMMAND:"/opt/cmake/bin/cmake" "/var/jenkins/workspace/Kokkos_PR-8351" SetCMakeVariable:CTEST_BUILD_COMMAND:/opt/cmake/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" SetCMakeVariable:CTEST_COVERAGE_COMMAND:/usr/local/bin/gcov SetCMakeVariable:CTEST_COVERAGE_EXTRA_FLAGS:-l SetCMakeVariable:CTEST_MEMORYCHECK_COMMAND:MEMORYCHECK_COMMAND-NOTFOUND SetCMakeVariable:CTEST_SUBMIT_URL:https://my.cdash.org/submit.php?project=Kokkos SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_PR-8351/build SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_PR-8351 Test project /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 1: Test timeout computed to be: 1500 1: [==========] Running 21 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 21 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] serial.view_customization_accessor_arg 1: [ OK ] serial.view_customization_accessor_arg (0 ms) 1: [ RUN ] serial.view_customization_allocation_type 1: [ OK ] serial.view_customization_allocation_type (0 ms) 1: [ RUN ] serial.view_customization_mirror 1: [ OK ] serial.view_customization_mirror (0 ms) 1: [ RUN ] serial.view_customization_deep_copy 1: [ OK ] serial.view_customization_deep_copy (0 ms) 1: [ RUN ] serial.view_customization_deep_copy_single_element_view 1: [ OK ] serial.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] serial.view_customization_accessor_from_mapping 1: [ OK ] serial.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] serial.view_customization_extra_int_arg 1: [ OK ] serial.view_customization_extra_int_arg (0 ms) 1: [----------] 21 tests from serial (0 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 21 tests from 1 test suite ran. (0 ms total) 1: [ PASSED ] 21 tests. 1/51 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.00 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial1 2: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 2: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 2: Test timeout computed to be: 1500 2: [==========] Running 247 tests from 4 test suites. 2: [----------] Global test environment set-up. 2: [----------] 11 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.abort_from_host 2: [ OK ] serial_DeathTest.abort_from_host (3 ms) 2: [ RUN ] serial_DeathTest.abort_from_device 2: [ OK ] serial_DeathTest.abort_from_device (2 ms) 2: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 2: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (2 ms) 2: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 2: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (2 ms) 2: [ RUN ] serial_DeathTest.policy_invalid_bounds 2: [ OK ] serial_DeathTest.policy_invalid_bounds (2 ms) 2: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 2: [ OK ] serial_DeathTest.range_policy_invalid_bounds (4 ms) 2: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 2: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (2 ms) 2: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 2: [ OK ] serial_DeathTest.range_policy_check_sign_changes (4 ms) 2: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 2: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (9 ms) 2: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 2: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 2: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 2: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 2: [----------] 11 tests from serial_DeathTest (34 ms total) 2: 2: [----------] 1 test from serial_graph_DeathTest 2: [ RUN ] serial_graph_DeathTest.can_instantiate_only_once 2: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:181: Skipped 2: Preconditions are not checked. 2: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 2: [----------] 1 test from serial_graph_DeathTest (0 ms total) 2: 2: [----------] 218 tests from serial 2: [ RUN ] serial.array_capacity 2: [ OK ] serial.array_capacity (0 ms) 2: [ RUN ] serial.array_element_access 2: [ OK ] serial.array_element_access (0 ms) 2: [ RUN ] serial.array_operator_equal 2: [ OK ] serial.array_operator_equal (0 ms) 2: [ RUN ] serial.array_zero_capacity 2: [ OK ] serial.array_zero_capacity (0 ms) 2: [ RUN ] serial.array_zero_data_nullptr 2: [ OK ] serial.array_zero_data_nullptr (0 ms) 2: [ RUN ] serial.atomic_operations_complexdouble 2: [ OK ] serial.atomic_operations_complexdouble (0 ms) 2: [ RUN ] serial.atomic_operations_complexfloat 2: [ OK ] serial.atomic_operations_complexfloat (0 ms) 2: [ RUN ] serial.atomic_operations_double 2: [ OK ] serial.atomic_operations_double (0 ms) 2: [ RUN ] serial.atomic_operations_float 2: [ OK ] serial.atomic_operations_float (0 ms) 2: [ RUN ] serial.atomic_operations_int8 2: [ OK ] serial.atomic_operations_int8 (0 ms) 2: [ RUN ] serial.atomic_operations_int16 2: [ OK ] serial.atomic_operations_int16 (0 ms) 2: [ RUN ] serial.atomic_operations_int 2: [ OK ] serial.atomic_operations_int (0 ms) 2: [ RUN ] serial.atomic_operations_long 2: [ OK ] serial.atomic_operations_long (0 ms) 2: [ RUN ] serial.atomic_operations_longlong 2: [ OK ] serial.atomic_operations_longlong (0 ms) 2: [ RUN ] serial.atomic_shared 2: [ OK ] serial.atomic_shared (0 ms) 2: [ RUN ] serial.atomic_operations_unsigned 2: [ OK ] serial.atomic_operations_unsigned (0 ms) 2: [ RUN ] serial.atomic_operations_unsignedlong 2: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 2: [ RUN ] serial.atomics 2: [ OK ] serial.atomics (1 ms) 2: [ RUN ] serial.atomics_tpetra_max_abs 2: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 2: [ RUN ] serial.atomic_views_integral 2: [ OK ] serial.atomic_views_integral (67 ms) 2: [ RUN ] serial.atomic_views_nonintegral 2: [ OK ] serial.atomic_views_nonintegral (40 ms) 2: [ RUN ] serial.atomic_view_api 2: [ OK ] serial.atomic_view_api (0 ms) 2: [ RUN ] serial.bit_manip_countl_zero 2: [ OK ] serial.bit_manip_countl_zero (0 ms) 2: [ RUN ] serial.bit_manip_countl_one 2: [ OK ] serial.bit_manip_countl_one (0 ms) 2: [ RUN ] serial.bit_manip_countr_zero 2: [ OK ] serial.bit_manip_countr_zero (0 ms) 2: [ RUN ] serial.bit_manip_countr_one 2: [ OK ] serial.bit_manip_countr_one (0 ms) 2: [ RUN ] serial.bit_manip_popcount 2: [ OK ] serial.bit_manip_popcount (0 ms) 2: [ RUN ] serial.bit_manip_has_single_bit 2: [ OK ] serial.bit_manip_has_single_bit (0 ms) 2: [ RUN ] serial.bit_manip_bit_floor 2: [ OK ] serial.bit_manip_bit_floor (0 ms) 2: [ RUN ] serial.bit_manip_bit_ceil 2: [ OK ] serial.bit_manip_bit_ceil (0 ms) 2: [ RUN ] serial.bit_manip_bit_width 2: [ OK ] serial.bit_manip_bit_width (0 ms) 2: [ RUN ] serial.bit_manip_rotl 2: [ OK ] serial.bit_manip_rotl (0 ms) 2: [ RUN ] serial.bit_manip_rotr 2: [ OK ] serial.bit_manip_rotr (0 ms) 2: [ RUN ] serial.bit_manip_byeswap 2: [ OK ] serial.bit_manip_byeswap (0 ms) 2: [ RUN ] serial.bit_manip_bit_cast 2: [ OK ] serial.bit_manip_bit_cast (0 ms) 2: [ RUN ] serial.test_block_deduction_bug_pr_3103 2: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 2: [ RUN ] serial.checked_integer_operations_multiply_overflow 2: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 2: [ RUN ] serial.execution_policy_occupancy_and_hint 2: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 2: [ RUN ] serial.complex_construction 2: [ OK ] serial.complex_construction (0 ms) 2: [ RUN ] serial.complex_basic_math 2: [ OK ] serial.complex_basic_math (0 ms) 2: [ RUN ] serial.complex_special_funtions 2: [ OK ] serial.complex_special_funtions (1 ms) 2: [ RUN ] serial.complex_io 2: [ OK ] serial.complex_io (0 ms) 2: [ RUN ] serial.complex_trivially_copyable 2: [ OK ] serial.complex_trivially_copyable (0 ms) 2: [ RUN ] serial.complex_issue_3865 2: [ OK ] serial.complex_issue_3865 (0 ms) 2: [ RUN ] serial.complex_operations_arithmetic_types_overloads 2: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 2: [ RUN ] serial.complex_structured_bindings 2: [ OK ] serial.complex_structured_bindings (0 ms) 2: [ RUN ] serial.crs_count_fill 2: [ OK ] serial.crs_count_fill (0 ms) 2: [ RUN ] serial.crs_copy_constructor 2: [ OK ] serial.crs_copy_constructor (1 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_0 2: [ OK ] serial.deep_copy_assignable_types_rank_0 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_1 2: [ OK ] serial.deep_copy_assignable_types_rank_1 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_2 2: [ OK ] serial.deep_copy_assignable_types_rank_2 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_3 2: [ OK ] serial.deep_copy_assignable_types_rank_3 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_4 2: [ OK ] serial.deep_copy_assignable_types_rank_4 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_5 2: [ OK ] serial.deep_copy_assignable_types_rank_5 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_6 2: [ OK ] serial.deep_copy_assignable_types_rank_6 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_7 2: [ OK ] serial.deep_copy_assignable_types_rank_7 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_8 2: [ OK ] serial.deep_copy_assignable_types_rank_8 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_1_half 2: [ OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_2_half 2: [ OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_3_half 2: [ OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_0 2: [ OK ] serial.deep_copy_narrowing_rank_0 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_1 2: [ OK ] serial.deep_copy_narrowing_rank_1 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_2 2: [ OK ] serial.deep_copy_narrowing_rank_2 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_3 2: [ OK ] serial.deep_copy_narrowing_rank_3 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_4 2: [ OK ] serial.deep_copy_narrowing_rank_4 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_5 2: [ OK ] serial.deep_copy_narrowing_rank_5 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_6 2: [ OK ] serial.deep_copy_narrowing_rank_6 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_7 2: [ OK ] serial.deep_copy_narrowing_rank_7 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_8 2: [ OK ] serial.deep_copy_narrowing_rank_8 (0 ms) 2: [ RUN ] serial.deep_copy_alignment 2: [ OK ] serial.deep_copy_alignment (1 ms) 2: [ RUN ] serial.deep_copy_conversion 2: [ OK ] serial.deep_copy_conversion (19 ms) 2: [ RUN ] serial.partitioning_by_args 2: [ OK ] serial.partitioning_by_args (0 ms) 2: [ RUN ] serial.partitioning_by_args_with_structured_bindings 2: [ OK ] serial.partitioning_by_args_with_structured_bindings (0 ms) 2: [ RUN ] serial.partitioning_by_vector 2: [ OK ] serial.partitioning_by_vector (0 ms) 2: [ RUN ] serial.exec_space_thread_safety_range 2: [ OK ] serial.exec_space_thread_safety_range (1068 ms) 2: [ RUN ] serial.exec_space_thread_safety_mdrange 2: [ OK ] serial.exec_space_thread_safety_mdrange (107 ms) 2: [ RUN ] serial.exec_space_thread_safety_team_policy 2: [ OK ] serial.exec_space_thread_safety_team_policy (106 ms) 2: [ RUN ] serial.exec_space_thread_safety_range_reduce 2: [ OK ] serial.exec_space_thread_safety_range_reduce (106 ms) 2: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 2: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (106 ms) 2: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 2: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (106 ms) 2: [ RUN ] serial.exec_space_thread_safety_range_scan 2: [ OK ] serial.exec_space_thread_safety_range_scan (109 ms) 2: [ RUN ] serial.execution_space_as_class_data_member 2: [ OK ] serial.execution_space_as_class_data_member (0 ms) 2: [ RUN ] serial.functor_analysis 2: [ OK ] serial.functor_analysis (0 ms) 2: [ RUN ] serial.when_all_type 2: [ OK ] serial.when_all_type (0 ms) 2: [ RUN ] serial.graph_capture 2: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1113: Skipped 2: The graph backend for Serial does not support capture. 2: [ SKIPPED ] serial.graph_capture (0 ms) 2: [ RUN ] serial.graph_then 2: [ OK ] serial.graph_then (0 ms) 2: [ RUN ] serial.then_host 2: [ OK ] serial.then_host (0 ms) 2: [ RUN ] serial.mixed_then_host_device_nodes 2: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 2: [ RUN ] serial.graph_then_tag 2: [ OK ] serial.graph_then_tag (0 ms) 2: [ RUN ] serial.host_shared_ptr_use_count 2: [ OK ] serial.host_shared_ptr_use_count (0 ms) 2: [ RUN ] serial.host_shared_ptr_get 2: [ OK ] serial.host_shared_ptr_get (0 ms) 2: [ RUN ] serial.host_shared_ptr_dereference_on_device 2: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 2: [ RUN ] serial.host_shared_ptr_special_members_on_device 2: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 2: [ RUN ] serial.host_shared_ptr_tracking 2: [ OK ] serial.host_shared_ptr_tracking (0 ms) 2: [ RUN ] serial.join_backward_compatibility 2: [ OK ] serial.join_backward_compatibility (0 ms) 2: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 2: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2532 ms) 2: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 2: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2097 ms) 2: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 2: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1213 ms) 2: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 2: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1215 ms) 2: [ RUN ] serial.deep_copy_scratch 2: [ OK ] serial.deep_copy_scratch (0 ms) 2: [ RUN ] serial.mathematical_constants_e 2: [ OK ] serial.mathematical_constants_e (0 ms) 2: [ RUN ] serial.mathematical_constants_log2e 2: [ OK ] serial.mathematical_constants_log2e (0 ms) 2: [ RUN ] serial.mathematical_constants_log10e 2: [ OK ] serial.mathematical_constants_log10e (0 ms) 2: [ RUN ] serial.mathematical_constants_pi 2: [ OK ] serial.mathematical_constants_pi (0 ms) 2: [ RUN ] serial.mathematical_constants_inv_pi 2: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 2: [ RUN ] serial.mathematical_constants_inv_sqrtpi 2: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 2: [ RUN ] serial.mathematical_constants_ln2 2: [ OK ] serial.mathematical_constants_ln2 (0 ms) 2: [ RUN ] serial.mathematical_constants_ln10 2: [ OK ] serial.mathematical_constants_ln10 (0 ms) 2: [ RUN ] serial.mathematical_constants_sqrt2 2: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 2: [ RUN ] serial.mathematical_constants_sqrt3 2: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 2: [ RUN ] serial.mathematical_constants_inv_sqrt3 2: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 2: [ RUN ] serial.mathematical_constants_egamma 2: [ OK ] serial.mathematical_constants_egamma (0 ms) 2: [ RUN ] serial.mathematical_constants_phi 2: [ OK ] serial.mathematical_constants_phi (0 ms) 2: [ RUN ] serial.mathematical_functions_trigonometric_functions 2: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 2: [ RUN ] serial.mathematical_functions_hyperbolic_functions 2: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 2: [ RUN ] serial.mathematical_functions_non_standard 2: [ OK ] serial.mathematical_functions_non_standard (0 ms) 2: [ RUN ] serial.mathematical_functions_power_functions 2: [ OK ] serial.mathematical_functions_power_functions (0 ms) 2: [ RUN ] serial.mathematical_functions_fma 2: [ OK ] serial.mathematical_functions_fma (0 ms) 2: [ RUN ] serial.mathematical_functions_fmax_fmin 2: [ OK ] serial.mathematical_functions_fmax_fmin (0 ms) 2: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 2: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 2: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 2: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 2: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 2: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 2: [ RUN ] serial.mathematical_functions_absolute_value 2: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 2: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 2: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 2: [ RUN ] serial.mathematical_functions_remainder_function 2: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 2: [ RUN ] serial.mathematical_functions_isfinite 2: [ OK ] serial.mathematical_functions_isfinite (0 ms) 2: [ RUN ] serial.mathematical_functions_isinf 2: [ OK ] serial.mathematical_functions_isinf (0 ms) 2: [ RUN ] serial.mathematical_functions_isnan 2: [ OK ] serial.mathematical_functions_isnan (0 ms) 2: [ RUN ] serial.mathematical_functions_impl_half_fallback 2: [ OK ] serial.mathematical_functions_impl_half_fallback (0 ms) 2: [ RUN ] serial.mathematical_functions_nextafter_fp16 2: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestMathematicalFunctions.hpp:2013: Skipped 2: no 16-bit floating-point precision support 2: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 (0 ms) 2: [ RUN ] serial.mathematical_functions_exponential_functions 2: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 2: [ RUN ] serial.mathspecialfunc_expint1 2: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 2: [ RUN ] serial.mathspecialfunc_errorfunc 2: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 2: [ RUN ] serial.mathspecialfunc_cbesselj0y0 2: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 2: [ RUN ] serial.mathspecialfunc_cbesselj1y1 2: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 2: [ RUN ] serial.mathspecialfunc_cbesseli0k0 2: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 2: [ RUN ] serial.mathspecialfunc_cbesseli1k1 2: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 2: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 2: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 2: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 2: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 2: [ RUN ] serial.mdrange_5d 2: [ OK ] serial.mdrange_5d (26 ms) 2: [ RUN ] serial.mdrange_6d 2: [ OK ] serial.mdrange_6d (120 ms) 2: [ RUN ] serial.mdrange_2d 2: [ OK ] serial.mdrange_2d (0 ms) 2: [ RUN ] serial.mdrange_array_reduce 2: [ OK ] serial.mdrange_array_reduce (0 ms) 2: [ RUN ] serial.mdrange_3d 2: [ OK ] serial.mdrange_3d (6 ms) 2: [ RUN ] serial.mdrange_neg_idx 2: [ OK ] serial.mdrange_neg_idx (94 ms) 2: [ RUN ] serial.mdrange_4d 2: [ OK ] serial.mdrange_4d (6 ms) 2: [ RUN ] serial.mdrange_scalar 2: [ OK ] serial.mdrange_scalar (0 ms) 2: [ RUN ] serial.mdrange_large_deep_copy 2: [ OK ] serial.mdrange_large_deep_copy (832 ms) 2: [ RUN ] serial.md_range_policy_construction_from_arrays 2: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 2: [ RUN ] serial.policy_get_tile_size 2: [ OK ] serial.policy_get_tile_size (0 ms) 2: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 2: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3026 ms) 2: [ RUN ] serial.mdspan_minimal_functional 2: [ OK ] serial.mdspan_minimal_functional (0 ms) 2: [ RUN ] serial.mdspan_atomic_accessor 2: [ OK ] serial.mdspan_atomic_accessor (0 ms) 2: [ RUN ] serial.view_mdspan_conversion 2: [ OK ] serial.view_mdspan_conversion (0 ms) 2: [ RUN ] serial.view_mdspan_conversion_with_stride 2: [ OK ] serial.view_mdspan_conversion_with_stride (0 ms) 2: [ RUN ] serial.max 2: [ OK ] serial.max (0 ms) 2: [ RUN ] serial.max_within_parfor 2: [ OK ] serial.max_within_parfor (0 ms) 2: [ RUN ] serial.min 2: [ OK ] serial.min (0 ms) 2: [ RUN ] serial.min_within_parfor 2: [ OK ] serial.min_within_parfor (0 ms) 2: [ RUN ] serial.minmax 2: [ OK ] serial.minmax (0 ms) 2: [ RUN ] serial.minmax_within_parfor 2: [ OK ] serial.minmax_within_parfor (0 ms) 2: [ RUN ] serial.clamp 2: [ OK ] serial.clamp (0 ms) 2: [ RUN ] serial.clamp_within_parfor 2: [ OK ] serial.clamp_within_parfor (0 ms) 2: [ RUN ] serial.numeric_traits_infinity 2: [ OK ] serial.numeric_traits_infinity (0 ms) 2: [ RUN ] serial.numeric_traits_epsilon 2: [ OK ] serial.numeric_traits_epsilon (0 ms) 2: [ RUN ] serial.numeric_traits_round_error 2: [ OK ] serial.numeric_traits_round_error (0 ms) 2: [ RUN ] serial.numeric_traits_norm_min 2: [ OK ] serial.numeric_traits_norm_min (0 ms) 2: [ RUN ] serial.numeric_traits_denorm_min 2: [ OK ] serial.numeric_traits_denorm_min (0 ms) 2: [ RUN ] serial.numeric_traits_finite_min_max 2: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 2: [ RUN ] serial.numeric_traits_digits 2: [ OK ] serial.numeric_traits_digits (0 ms) 2: [ RUN ] serial.numeric_traits_digits10 2: [ OK ] serial.numeric_traits_digits10 (0 ms) 2: [ RUN ] serial.numeric_traits_max_digits10 2: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 2: [ RUN ] serial.numeric_traits_radix 2: [ OK ] serial.numeric_traits_radix (0 ms) 2: [ RUN ] serial.numeric_traits_min_max_exponent 2: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 2: [ RUN ] serial.numeric_traits_min_max_exponent10 2: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 2: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 2: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 2: [ RUN ] serial.numeric_traits_sfinae_friendly 2: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 2: [ RUN ] serial.occupancy_control 2: [ OK ] serial.occupancy_control (0 ms) 2: [ RUN ] serial.memory_pool 2: [ OK ] serial.memory_pool (33 ms) 2: [ RUN ] serial.cxx11 2: [ OK ] serial.cxx11 (0 ms) 2: [ RUN ] serial.parallel_scan_range_policy 2: [ OK ] serial.parallel_scan_range_policy (3 ms) 2: [ RUN ] serial.kokkos_printf 2: [ OK ] serial.kokkos_printf (0 ms) 2: [ RUN ] serial.range_for 2: [ OK ] serial.range_for (0 ms) 2: [ RUN ] serial.range_reduce 2: [ OK ] serial.range_reduce (0 ms) 2: [ RUN ] serial.range_dynamic_policy 2: [ OK ] serial.range_dynamic_policy (8 ms) 2: [ RUN ] serial.large_parallel_for_reduce 2: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestRange.hpp:379: Skipped 2: Disabling for host backends 2: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 2: [ RUN ] serial.range_policy_runtime_parameters 2: [ OK ] serial.range_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.range_policy_one_way_convertible_bounds 2: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 2: [ RUN ] serial.range_for_require 2: [ OK ] serial.range_for_require (0 ms) 2: [ RUN ] serial.range_reduce_require 2: [ OK ] serial.range_reduce_require (0 ms) 2: [ RUN ] serial.range_dynamic_policy_require 2: [ OK ] serial.range_dynamic_policy_require (8 ms) 2: [ RUN ] serial.reducers_int 2: [ OK ] serial.reducers_int (1 ms) 2: [ RUN ] serial.reducers_double 2: [ OK ] serial.reducers_double (1 ms) 2: [ RUN ] serial.reducers_complex_double 2: [ OK ] serial.reducers_complex_double (0 ms) 2: [ RUN ] serial.reducers_struct 2: [ OK ] serial.reducers_struct (0 ms) 2: [ RUN ] serial.reducers_half_t 2: [ OK ] serial.reducers_half_t (0 ms) 2: [ RUN ] serial.reducers_bhalf_t 2: [ OK ] serial.reducers_bhalf_t (0 ms) 2: [ RUN ] serial.reducers_int8_t 2: [ OK ] serial.reducers_int8_t (0 ms) 2: [ RUN ] serial.reducers_int16_t 2: [ OK ] serial.reducers_int16_t (0 ms) 2: [ RUN ] serial.reducers_point_t 2: [ OK ] serial.reducers_point_t (0 ms) 2: [ RUN ] serial.reducers_bool 2: [ OK ] serial.reducers_bool (0 ms) 2: [ RUN ] serial.int64_t_reduce 2: [ OK ] serial.int64_t_reduce (134 ms) 2: [ RUN ] serial.double_reduce 2: [ OK ] serial.double_reduce (277 ms) 2: [ RUN ] serial.int64_t_reduce_dynamic 2: [ OK ] serial.int64_t_reduce_dynamic (850 ms) 2: [ RUN ] serial.double_reduce_dynamic 2: [ OK ] serial.double_reduce_dynamic (926 ms) 2: [ RUN ] serial.int64_t_reduce_dynamic_view 2: [ OK ] serial.int64_t_reduce_dynamic_view (187 ms) 2: [ RUN ] serial.int_combined_reduce 2: [ OK ] serial.int_combined_reduce (0 ms) 2: [ RUN ] serial.mdrange_combined_reduce 2: [ OK ] serial.mdrange_combined_reduce (0 ms) 2: [ RUN ] serial.int_combined_reduce_mixed 2: [ OK ] serial.int_combined_reduce_mixed (0 ms) 2: [ RUN ] serial.reduction_with_large_iteration_count 2: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestReduce.hpp:663: Skipped 2: Disabling for host backends 2: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 2: [ RUN ] serial.reduction_identity_min_max_floating_point_types 2: [ OK ] serial.reduction_identity_min_max_floating_point_types (0 ms) 2: [ RUN ] serial.reduction_deduction 2: [ OK ] serial.reduction_deduction (0 ms) 2: [ RUN ] serial.reduce_device_view_range_policy 2: [ OK ] serial.reduce_device_view_range_policy (5 ms) 2: [ RUN ] serial.reduce_device_view_mdrange_policy 2: [ OK ] serial.reduce_device_view_mdrange_policy (2624 ms) 2: [ RUN ] serial.reduce_device_view_team_policy 2: [ OK ] serial.reduce_device_view_team_policy (466 ms) 2: [ RUN ] serial.impl_shared_alloc 2: [ OK ] serial.impl_shared_alloc (3 ms) 2: [ RUN ] serial.mdspan_space_aware_accessor 2: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 2: [ RUN ] serial.kokkos_swap 2: [ OK ] serial.kokkos_swap (0 ms) 2: [----------] 218 tests from serial (18564 ms total) 2: 2: [----------] 17 tests from serial_graph 2: [ RUN ] serial_graph.submit_once 2: [ OK ] serial_graph.submit_once (0 ms) 2: [ RUN ] serial_graph.submit_once_rvalue 2: [ OK ] serial_graph.submit_once_rvalue (0 ms) 2: [ RUN ] serial_graph.instantiate_and_submit_once 2: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 2: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 2: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 2: [ RUN ] serial_graph.create_graph_no_closure_with_exec 2: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 2: [ RUN ] serial_graph.create_graph_no_arg 2: [ OK ] serial_graph.create_graph_no_arg (0 ms) 2: [ RUN ] serial_graph.submit_six 2: [ OK ] serial_graph.submit_six (0 ms) 2: [ RUN ] serial_graph.when_all_cycle 2: [ OK ] serial_graph.when_all_cycle (0 ms) 2: [ RUN ] serial_graph.repeat_chain 2: [ OK ] serial_graph.repeat_chain (0 ms) 2: [ RUN ] serial_graph.zero_work_reduce 2: [ OK ] serial_graph.zero_work_reduce (0 ms) 2: [ RUN ] serial_graph.empty_graph 2: [ OK ] serial_graph.empty_graph (0 ms) 2: [ RUN ] serial_graph.force_global_launch 2: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:444: Skipped 2: This execution space does not support global launch. 2: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 2: [ RUN ] serial_graph.sized_functor_launch 2: [ OK ] serial_graph.sized_functor_launch (0 ms) 2: [ RUN ] serial_graph.empty_graph_default_host_exec 2: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 2: [ RUN ] serial_graph.node_lifetime 2: [ OK ] serial_graph.node_lifetime (0 ms) 2: [ RUN ] serial_graph.diamond 2: [ OK ] serial_graph.diamond (0 ms) 2: [ RUN ] serial_graph.end_of_submit_control_flow 2: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 2: [----------] 17 tests from serial_graph (0 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 247 tests from 4 test suites ran. (18600 ms total) 2: [ PASSED ] 239 tests. 2: [ SKIPPED ] 8 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 2: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 2: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 2: [ SKIPPED ] serial.graph_capture 2: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 2: [ SKIPPED ] serial.large_parallel_for_reduce 2: [ SKIPPED ] serial.reduction_with_large_iteration_count 2: [ SKIPPED ] serial_graph.force_global_launch 2/51 Test #2: Kokkos_CoreUnitTest_Serial1 ................................ Passed 18.61 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial2 3: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 3: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 3: Test timeout computed to be: 1500 3: [==========] Running 145 tests from 2 test suites. 3: [----------] Global test environment set-up. 3: [----------] 9 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 3: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 3: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 3: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 3: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 3: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (36 ms) 3: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 3: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (30 ms) 3: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 3: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 3: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 3: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (6 ms) 3: [----------] 9 tests from serial_DeathTest (74 ms total) 3: 3: [----------] 136 tests from serial 3: [ RUN ] serial.team_for 3: [ OK ] serial.team_for (0 ms) 3: [ RUN ] serial.team_reduce 3: [ OK ] serial.team_reduce (0 ms) 3: [ RUN ] serial.team_reduce_large 3: [ OK ] serial.team_reduce_large (384 ms) 3: [ RUN ] serial.team_parallel_single 3: [ OK ] serial.team_parallel_single (9 ms) 3: [ RUN ] serial.large_team_scratch_size 3: [ OK ] serial.large_team_scratch_size (0 ms) 3: [ RUN ] serial.team_broadcast_long 3: [ OK ] serial.team_broadcast_long (0 ms) 3: [ RUN ] serial.team_broadcast_long_wrapper 3: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 3: [ RUN ] serial.team_broadcast_char 3: [ OK ] serial.team_broadcast_char (0 ms) 3: [ RUN ] serial.team_broadcast_float 3: [ OK ] serial.team_broadcast_float (0 ms) 3: [ RUN ] serial.team_broadcast_double 3: [ OK ] serial.team_broadcast_double (0 ms) 3: [ RUN ] serial.team_broadcast_int_ptr 3: [ OK ] serial.team_broadcast_int_ptr (0 ms) 3: [ RUN ] serial.team_single_thread_int_ptr 3: [ OK ] serial.team_single_thread_int_ptr (0 ms) 3: [ RUN ] serial.team_single_team_int_ptr 3: [ OK ] serial.team_single_team_int_ptr (0 ms) 3: [ RUN ] serial.team_handle_by_value 3: [ OK ] serial.team_handle_by_value (0 ms) 3: [ RUN ] serial.team_vector 3: [ OK ] serial.team_vector (4 ms) 3: [ RUN ] serial.triple_nested_parallelism 3: [ OK ] serial.triple_nested_parallelism (511 ms) 3: [ RUN ] serial.parallel_scan_with_reducers 3: [ OK ] serial.parallel_scan_with_reducers (58 ms) 3: [ RUN ] serial.team_thread_range_combined_reducers 3: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 3: [ RUN ] serial.thread_vector_range_combined_reducers 3: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 3: [ RUN ] serial.team_vector_range_combined_reducers 3: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 3: [ RUN ] serial.TeamThreadMDRangeParallelFor 3: [ OK ] serial.TeamThreadMDRangeParallelFor (3 ms) 3: [ RUN ] serial.ThreadVectorMDRangeParallelFor 3: [ OK ] serial.ThreadVectorMDRangeParallelFor (2 ms) 3: [ RUN ] serial.TeamVectorMDRangeParallelFor 3: [ OK ] serial.TeamVectorMDRangeParallelFor (2 ms) 3: [ RUN ] serial.TeamThreadMDRangeParallelReduce 3: [ OK ] serial.TeamThreadMDRangeParallelReduce (8 ms) 3: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 3: [ OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms) 3: [ RUN ] serial.TeamVectorMDRangeParallelReduce 3: [ OK ] serial.TeamVectorMDRangeParallelReduce (8 ms) 3: [ RUN ] serial.team_policy_runtime_parameters 3: [ OK ] serial.team_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.team_reduction_scan 3: [ OK ] serial.team_reduction_scan (33 ms) 3: [ RUN ] serial.team_long_reduce 3: [ OK ] serial.team_long_reduce (88 ms) 3: [ RUN ] serial.team_double_reduce 3: [ OK ] serial.team_double_reduce (38 ms) 3: [ RUN ] serial.team_long_array_reduce 3: [ OK ] serial.team_long_array_reduce (91 ms) 3: [ RUN ] serial.team_double_array_reduce 3: [ OK ] serial.team_double_array_reduce (67 ms) 3: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 3: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 3: [ RUN ] serial.repeated_team_reduce 3: [ OK ] serial.repeated_team_reduce (4254 ms) 3: [ RUN ] serial.nested_team_reduce_functor_as_reducer 3: [ OK ] serial.nested_team_reduce_functor_as_reducer (0 ms) 3: [ RUN ] serial.team_scan 3: [ OK ] serial.team_scan (101 ms) 3: [ RUN ] serial.team_scan_ret_val 3: [ OK ] serial.team_scan_ret_val (85 ms) 3: [ RUN ] serial.team_shared_request 3: [ OK ] serial.team_shared_request (28 ms) 3: [ RUN ] serial.team_scratch_request 3: [ OK ] serial.team_scratch_request (2 ms) 3: [ RUN ] serial.team_lambda_shared_request 3: [ OK ] serial.team_lambda_shared_request (28 ms) 3: [ RUN ] serial.scratch_align 3: [ OK ] serial.scratch_align (0 ms) 3: [ RUN ] serial.shmem_size 3: [ OK ] serial.shmem_size (0 ms) 3: [ RUN ] serial.multi_level_scratch 3: [ OK ] serial.multi_level_scratch (2 ms) 3: [ RUN ] serial.team_scratch_memory_index_parallel_for 3: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 3: [ RUN ] serial.team_policy_max_recommended 3: [ OK ] serial.team_policy_max_recommended (1 ms) 3: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 3: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 3: [ RUN ] serial.team_teamvector_range 3: [ OK ] serial.team_teamvector_range (1 ms) 3: [ RUN ] serial.unique_token_global 3: [ OK ] serial.unique_token_global (0 ms) 3: [ RUN ] serial.unique_token_instance 3: [ OK ] serial.unique_token_instance (0 ms) 3: [ RUN ] serial.unique_token_team_acquire 3: [ OK ] serial.unique_token_team_acquire (0 ms) 3: [ RUN ] serial.view_api_a 3: [ OK ] serial.view_api_a (3 ms) 3: [ RUN ] serial.view_layout_left_with_stride 3: [ OK ] serial.view_layout_left_with_stride (0 ms) 3: [ RUN ] serial.view_layout_right_with_stride 3: [ OK ] serial.view_layout_right_with_stride (0 ms) 3: [ RUN ] serial.view_api_b 3: [ OK ] serial.view_api_b (0 ms) 3: [ RUN ] serial.view_api_c 3: [ OK ] serial.view_api_c (0 ms) 3: [ RUN ] serial.view_api_d 3: [ OK ] serial.view_api_d (0 ms) 3: [ RUN ] serial.view_remap 3: [ OK ] serial.view_remap (0 ms) 3: [ RUN ] serial.view_mirror_nonconst 3: [ OK ] serial.view_mirror_nonconst (0 ms) 3: [ RUN ] serial.view_stride_method 3: [ OK ] serial.view_stride_method (0 ms) 3: [ RUN ] serial.anonymous_space 3: [ OK ] serial.anonymous_space (0 ms) 3: [ RUN ] serial.view_overload_resolution 3: [ OK ] serial.view_overload_resolution (0 ms) 3: [ RUN ] serial.view_allocation_large_rank 3: [ OK ] serial.view_allocation_large_rank (4240 ms) 3: [ RUN ] serial.view_shmem_size_on_device 3: [ OK ] serial.view_shmem_size_on_device (0 ms) 3: [ RUN ] serial.view_is_assignable 3: [ OK ] serial.view_is_assignable (0 ms) 3: [ RUN ] serial.view_bad_alloc 3: [ OK ] serial.view_bad_alloc (2 ms) 3: [ RUN ] serial.view_copy_tests 3: [ OK ] serial.view_copy_tests (3 ms) 3: [ RUN ] serial.view_copy_tests_rank_0 3: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 3: [ RUN ] serial.view_copy_degenerated 3: [ OK ] serial.view_copy_degenerated (0 ms) 3: [ RUN ] serial.view_fill_tests_layout_right 3: [ OK ] serial.view_fill_tests_layout_right (2906 ms) 3: [ RUN ] serial.view_fill_tests_layout_left 3: [ OK ] serial.view_fill_tests_layout_left (3285 ms) 3: [ RUN ] serial.vcp_empty_traits 3: [ OK ] serial.vcp_empty_traits (0 ms) 3: [ RUN ] serial.is_view_label 3: [ OK ] serial.is_view_label (0 ms) 3: [ RUN ] serial.vcp_label_base_traits 3: [ OK ] serial.vcp_label_base_traits (0 ms) 3: [ RUN ] serial.vcp_label_traits 3: [ OK ] serial.vcp_label_traits (0 ms) 3: [ RUN ] serial.view_alloc_can_perfect_forward_label 3: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 3: [ RUN ] serial.vcp_label_copy_constructor 3: [ OK ] serial.vcp_label_copy_constructor (0 ms) 3: [ RUN ] serial.vcp_pointer_add_property 3: [ OK ] serial.vcp_pointer_add_property (0 ms) 3: [ RUN ] serial.view_empty_runtime_unmanaged 3: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 3: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 3: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (34 ms) 3: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 3: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (33 ms) 3: [ RUN ] serial.view_mapping 3: [ OK ] serial.view_mapping (60 ms) 3: [ RUN ] serial.view_mapping_operator 3: [ OK ] serial.view_mapping_operator (3 ms) 3: [ RUN ] serial.static_extent 3: [ OK ] serial.static_extent (0 ms) 3: [ RUN ] serial.view_mapping_atomic 3: [ OK ] serial.view_mapping_atomic (0 ms) 3: [ RUN ] serial.view_mapping_class_value 3: [ OK ] serial.view_mapping_class_value (0 ms) 3: [ RUN ] serial.view_mapping_assignable 3: [ OK ] serial.view_mapping_assignable (0 ms) 3: [ RUN ] serial.view_mapping_trivially_copyable 3: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] serial.view_mapping_subview 3: [ OK ] serial.view_mapping_subview (0 ms) 3: [ RUN ] serial.view_nested_view 3: [ OK ] serial.view_nested_view (0 ms) 3: [ RUN ] serial.view_of_views_default 3: [ OK ] serial.view_of_views_default (0 ms) 3: [ RUN ] serial.view_of_views_without_initializing 3: [ OK ] serial.view_of_views_without_initializing (0 ms) 3: [ RUN ] serial.test_view_of_views_sequential_host_init 3: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 3: [ RUN ] serial.append_formatted_multidimensional_index 3: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 3: [ RUN ] serial.view_resize 3: [ OK ] serial.view_resize (3 ms) 3: [ RUN ] serial.view_realloc 3: [ OK ] serial.view_realloc (0 ms) 3: [ RUN ] serial.workgraph_fib 3: [ OK ] serial.workgraph_fib (120 ms) 3: [ RUN ] serial.resize_realloc_no_init 3: [ OK ] serial.resize_realloc_no_init (1 ms) 3: [ RUN ] serial.resize_realloc_no_alloc 3: [ OK ] serial.resize_realloc_no_alloc (0 ms) 3: [ RUN ] serial.realloc_exec_space 3: [ OK ] serial.realloc_exec_space (0 ms) 3: [ RUN ] serial.view_alloc 3: [ OK ] serial.view_alloc (0 ms) 3: [ RUN ] serial.view_alloc_exec_space 3: [ OK ] serial.view_alloc_exec_space (0 ms) 3: [ RUN ] serial.view_alloc_int 3: [ OK ] serial.view_alloc_int (0 ms) 3: [ RUN ] serial.view_alloc_exec_space_int 3: [ OK ] serial.view_alloc_exec_space_int (0 ms) 3: [ RUN ] serial.deep_copy_zero_memset 3: [ OK ] serial.deep_copy_zero_memset (0 ms) 3: [ RUN ] serial.resize_exec_space 3: [ OK ] serial.resize_exec_space (0 ms) 3: [ RUN ] serial.view_allocation_int 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 3: skipping since the fence checked for isn't necessary 3: [ SKIPPED ] serial.view_allocation_int (0 ms) 3: [ RUN ] serial.view_allocation_exec_space_int 3: [ OK ] serial.view_allocation_exec_space_int (0 ms) 3: [ RUN ] serial.view_not_default_constructible 3: [ OK ] serial.view_not_default_constructible (0 ms) 3: [ RUN ] serial.view_subview_auto_1d_left 3: [ OK ] serial.view_subview_auto_1d_left (0 ms) 3: [ RUN ] serial.view_subview_auto_1d_right 3: [ OK ] serial.view_subview_auto_1d_right (0 ms) 3: [ RUN ] serial.view_subview_auto_1d_stride 3: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 3: [ RUN ] serial.view_subview_assign_strided 3: [ OK ] serial.view_subview_assign_strided (0 ms) 3: [ RUN ] serial.view_subview_left_0 3: [ OK ] serial.view_subview_left_0 (0 ms) 3: [ RUN ] serial.view_subview_left_1 3: [ OK ] serial.view_subview_left_1 (0 ms) 3: [ RUN ] serial.view_subview_left_2 3: [ OK ] serial.view_subview_left_2 (0 ms) 3: [ RUN ] serial.view_subview_left_3 3: [ OK ] serial.view_subview_left_3 (0 ms) 3: [ RUN ] serial.view_subview_right_0 3: [ OK ] serial.view_subview_right_0 (0 ms) 3: [ RUN ] serial.view_subview_right_1 3: [ OK ] serial.view_subview_right_1 (0 ms) 3: [ RUN ] serial.view_subview_right_3 3: [ OK ] serial.view_subview_right_3 (0 ms) 3: [ RUN ] serial.view_static_tests 3: [ OK ] serial.view_static_tests (0 ms) 3: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 3: [ OK ] serial.view_subview_layoutleft_to_layoutleft (1 ms) 3: [ RUN ] serial.view_subview_layoutright_to_layoutright 3: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 3: [ RUN ] serial.view_subview_1d_assign 3: [ OK ] serial.view_subview_1d_assign (0 ms) 3: [ RUN ] serial.view_subview_1d_assign_atomic 3: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 3: [ RUN ] serial.view_subview_1d_assign_randomaccess 3: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 3: [ RUN ] serial.view_subview_2d_from_3d 3: [ OK ] serial.view_subview_2d_from_3d (2 ms) 3: [ RUN ] serial.view_subview_2d_from_3d_atomic 3: [ OK ] serial.view_subview_2d_from_3d_atomic (2 ms) 3: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 3: [ OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_left 3: [ OK ] serial.view_subview_3d_from_5d_left (41 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 3: [ OK ] serial.view_subview_3d_from_5d_left_atomic (42 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 3: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (41 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_right 3: [ OK ] serial.view_subview_3d_from_5d_right (127 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 3: [ OK ] serial.view_subview_3d_from_5d_right_atomic (126 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 3: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (126 ms) 3: [ RUN ] serial.view_test_unmanaged_subview_reset 3: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 3: [ RUN ] serial.view_subview_memory_traits_construction 3: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 3: [----------] 136 tests from serial (17045 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 145 tests from 2 test suites ran. (17120 ms total) 3: [ PASSED ] 138 tests. 3: [ SKIPPED ] 7 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 3: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 3: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 3: [ SKIPPED ] serial.view_allocation_int 3/51 Test #3: Kokkos_CoreUnitTest_Serial2 ................................ Passed 17.13 sec test 4 Start 4: Kokkos_CoreUnitTest_Default 4: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Default 4: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 4: Test timeout computed to be: 1500 4: [==========] Running 59 tests from 41 test suites. 4: [----------] Global test environment set-up. 4: [----------] 19 tests from defaultdevicetype 4: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 4: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 4: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 4: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 4: [ RUN ] defaultdevicetype.shared_space 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSharedSpace.cpp:105: Skipped 4: Skipping as host and device are the same space 4: [ SKIPPED ] defaultdevicetype.shared_space (0 ms) 4: [ RUN ] defaultdevicetype.shared_host_pinned_space 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSharedHostPinnedSpace.cpp:65: Skipped 4: Skipping as host and device are the same space 4: [ SKIPPED ] defaultdevicetype.shared_host_pinned_space (0 ms) 4: [ RUN ] defaultdevicetype.compiler_macros 4: [ OK ] defaultdevicetype.compiler_macros (0 ms) 4: [ RUN ] defaultdevicetype.half_conversion 4: [ OK ] defaultdevicetype.half_conversion (0 ms) 4: [ RUN ] defaultdevicetype.bhalf_conversion 4: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 4: [ RUN ] defaultdevicetype.half_operators 4: [ OK ] defaultdevicetype.half_operators (0 ms) 4: [ RUN ] defaultdevicetype.bhalf_operators 4: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 4: [ RUN ] defaultdevicetype.host_space_access 4: [ OK ] defaultdevicetype.host_space_access (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_a1 4: [ OK ] defaultdevicetype.reduce_instantiation_a1 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_b1 4: [ OK ] defaultdevicetype.reduce_instantiation_b1 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_c1 4: [ OK ] defaultdevicetype.reduce_instantiation_c1 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_a2 4: [ OK ] defaultdevicetype.reduce_instantiation_a2 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_b2 4: [ OK ] defaultdevicetype.reduce_instantiation_b2 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_c2 4: [ OK ] defaultdevicetype.reduce_instantiation_c2 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_a3 4: [ OK ] defaultdevicetype.reduce_instantiation_a3 (0 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_b3 4: [ OK ] defaultdevicetype.reduce_instantiation_b3 (1 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_c3 4: [ OK ] defaultdevicetype.reduce_instantiation_c3 (0 ms) 4: [----------] 19 tests from defaultdevicetype (7 ms total) 4: 4: [----------] 1 test from kokkosresize 4: [ RUN ] kokkosresize.host_space_access 4: [ OK ] kokkosresize.host_space_access (5 ms) 4: [----------] 1 test from kokkosresize (5 ms total) 4: 4: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> > 4: [ RUN ] TestViewAPI/0.sizes 4: [ OK ] TestViewAPI/0.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/0 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> > 4: [ RUN ] TestViewAPI/1.sizes 4: [ OK ] TestViewAPI/1.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/1 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> > 4: [ RUN ] TestViewAPI/2.sizes 4: [ OK ] TestViewAPI/2.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/2 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> > 4: [ RUN ] TestViewAPI/3.sizes 4: [ OK ] TestViewAPI/3.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/3 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 4: [ RUN ] TestViewAPI/4.sizes 4: [ OK ] TestViewAPI/4.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/4 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 4: [ RUN ] TestViewAPI/5.sizes 4: [ OK ] TestViewAPI/5.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/5 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 4: [ RUN ] TestViewAPI/6.sizes 4: [ OK ] TestViewAPI/6.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/6 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 4: [ RUN ] TestViewAPI/7.sizes 4: [ OK ] TestViewAPI/7.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/7 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 4: [ RUN ] TestViewAPI/8.sizes 4: [ OK ] TestViewAPI/8.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/8 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 4: [ RUN ] TestViewAPI/9.sizes 4: [ OK ] TestViewAPI/9.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/9 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> > 4: [ RUN ] TestViewAPI/10.sizes 4: [ OK ] TestViewAPI/10.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/10 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> > 4: [ RUN ] TestViewAPI/11.sizes 4: [ OK ] TestViewAPI/11.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/11 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> > 4: [ RUN ] TestViewAPI/12.sizes 4: [ OK ] TestViewAPI/12.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/12 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> > 4: [ RUN ] TestViewAPI/13.sizes 4: [ OK ] TestViewAPI/13.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/13 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 4: [ RUN ] TestViewAPI/14.sizes 4: [ OK ] TestViewAPI/14.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/14 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 4: [ RUN ] TestViewAPI/15.sizes 4: [ OK ] TestViewAPI/15.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/15 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 4: [ RUN ] TestViewAPI/16.sizes 4: [ OK ] TestViewAPI/16.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/16 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 4: [ RUN ] TestViewAPI/17.sizes 4: [ OK ] TestViewAPI/17.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/17 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 4: [ RUN ] TestViewAPI/18.sizes 4: [ OK ] TestViewAPI/18.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/18 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 4: [ RUN ] TestViewAPI/19.sizes 4: [ OK ] TestViewAPI/19.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/19 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> > 4: [ RUN ] TestViewAPI/20.sizes 4: [ OK ] TestViewAPI/20.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/20 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> > 4: [ RUN ] TestViewAPI/21.sizes 4: [ OK ] TestViewAPI/21.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/21 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> > 4: [ RUN ] TestViewAPI/22.sizes 4: [ OK ] TestViewAPI/22.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/22 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> > 4: [ RUN ] TestViewAPI/23.sizes 4: [ OK ] TestViewAPI/23.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/23 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 4: [ RUN ] TestViewAPI/24.sizes 4: [ OK ] TestViewAPI/24.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/24 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 4: [ RUN ] TestViewAPI/25.sizes 4: [ OK ] TestViewAPI/25.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/25 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 4: [ RUN ] TestViewAPI/26.sizes 4: [ OK ] TestViewAPI/26.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/26 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 4: [ RUN ] TestViewAPI/27.sizes 4: [ OK ] TestViewAPI/27.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/27 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 4: [ RUN ] TestViewAPI/28.sizes 4: [ OK ] TestViewAPI/28.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/28 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 4: [ RUN ] TestViewAPI/29.sizes 4: [ OK ] TestViewAPI/29.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/29 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> > 4: [ RUN ] TestViewAPI/30.sizes 4: [ OK ] TestViewAPI/30.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/30 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> > 4: [ RUN ] TestViewAPI/31.sizes 4: [ OK ] TestViewAPI/31.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/31 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> > 4: [ RUN ] TestViewAPI/32.sizes 4: [ OK ] TestViewAPI/32.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/32 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> > 4: [ RUN ] TestViewAPI/33.sizes 4: [ OK ] TestViewAPI/33.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/33 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> > 4: [ RUN ] TestViewAPI/34.sizes 4: [ OK ] TestViewAPI/34.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/34 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> > 4: [ RUN ] TestViewAPI/35.sizes 4: [ OK ] TestViewAPI/35.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/35 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> > 4: [ RUN ] TestViewAPI/36.sizes 4: [ OK ] TestViewAPI/36.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/36 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> > 4: [ RUN ] TestViewAPI/37.sizes 4: [ OK ] TestViewAPI/37.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/37 (0 ms total) 4: 4: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> > 4: [ RUN ] TestViewAPI/38.sizes 4: [ OK ] TestViewAPI/38.sizes (0 ms) 4: [----------] 1 test from TestViewAPI/38 (0 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 59 tests from 41 test suites ran. (13 ms total) 4: [ PASSED ] 57 tests. 4: [ SKIPPED ] 2 tests, listed below: 4: [ SKIPPED ] defaultdevicetype.shared_space 4: [ SKIPPED ] defaultdevicetype.shared_host_pinned_space 4/51 Test #4: Kokkos_CoreUnitTest_Default ................................ Passed 0.02 sec test 5 Start 5: Kokkos_CoreUnitTest_InitializeFinalize 5: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 5: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 5: Test timeout computed to be: 1500 5: [==========] Running 30 tests from 7 test suites. 5: [----------] Global test environment set-up. 5: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (6 ms) 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (9 ms) 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (11 ms) 5: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (27 ms total) 5: 5: [----------] 4 tests from InitializeFinalize_DeathTest 5: [ RUN ] InitializeFinalize_DeathTest.initialize 5: [ OK ] InitializeFinalize_DeathTest.initialize (5 ms) 5: [ RUN ] InitializeFinalize_DeathTest.finalize 5: [ OK ] InitializeFinalize_DeathTest.finalize (5 ms) 5: [ RUN ] InitializeFinalize_DeathTest.is_initialized 5: [ OK ] InitializeFinalize_DeathTest.is_initialized (1 ms) 5: [ RUN ] InitializeFinalize_DeathTest.is_finalized 5: [ OK ] InitializeFinalize_DeathTest.is_finalized (1 ms) 5: [----------] 4 tests from InitializeFinalize_DeathTest (13 ms total) 5: 5: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 5: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 5: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (1 ms) 5: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (1 ms total) 5: 5: [----------] 1 test from Legion_DeathTest 5: [ RUN ] Legion_DeathTest.individual_backend_initialization 5: [ OK ] Legion_DeathTest.individual_backend_initialization (1 ms) 5: [----------] 1 test from Legion_DeathTest (1 ms total) 5: 5: [----------] 2 tests from PushFinalizeHook_DeathTest 5: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 5: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (1 ms) 5: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 5: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1 ms) 5: [----------] 2 tests from PushFinalizeHook_DeathTest (3 ms total) 5: 5: [----------] 6 tests from ScopeGuard_DeathTest 5: [ RUN ] ScopeGuard_DeathTest.create 5: [ OK ] ScopeGuard_DeathTest.create (1 ms) 5: [ RUN ] ScopeGuard_DeathTest.create_argument 5: [ OK ] ScopeGuard_DeathTest.create_argument (1 ms) 5: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 5: [ OK ] ScopeGuard_DeathTest.create_while_initialize (1 ms) 5: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 5: [ OK ] ScopeGuard_DeathTest.create_after_initialize (1 ms) 5: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 5: [ OK ] ScopeGuard_DeathTest.create_after_finalize (1 ms) 5: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 5: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (1 ms) 5: [----------] 6 tests from ScopeGuard_DeathTest (10 ms total) 5: 5: [----------] 13 tests from defaultdevicetype 5: [ RUN ] defaultdevicetype.initialization_settings 5: [ OK ] defaultdevicetype.initialization_settings (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 5: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_device_id 5: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 5: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 5: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_help 5: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 5: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 5: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_num_threads 5: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_device_id 5: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_disable_warnings 5: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_tune_internals 5: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 5: [ RUN ] defaultdevicetype.visible_devices 5: [ OK ] defaultdevicetype.visible_devices (0 ms) 5: [----------] 13 tests from defaultdevicetype (0 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 30 tests from 7 test suites ran. (58 ms total) 5: [ PASSED ] 30 tests. 5/51 Test #5: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 0.06 sec test 6 Start 6: Kokkos_CoreUnitTest_Develop 6: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Develop 6: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 6: Test timeout computed to be: 1500 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from defaultdevicetype 6: [ RUN ] defaultdevicetype.development_test 6: [ OK ] defaultdevicetype.development_test (0 ms) 6: [----------] 1 test from defaultdevicetype (0 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (0 ms total) 6: [ PASSED ] 1 test. 6/51 Test #6: Kokkos_CoreUnitTest_Develop ................................ Passed 0.00 sec test 7 Start 7: Kokkos_CoreUnitTest_KokkosP 7: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 7: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 7: Test timeout computed to be: 1500 7: [==========] Running 31 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 31 tests from kokkosp 7: [ RUN ] kokkosp.test_named_instance_fence 7: [ OK ] kokkosp.test_named_instance_fence (0 ms) 7: [ RUN ] kokkosp.test_unnamed_instance_fence 7: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 7: [ RUN ] kokkosp.test_named_global_fence 7: [ OK ] kokkosp.test_named_global_fence (0 ms) 7: [ RUN ] kokkosp.test_unnamed_global_fence 7: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 7: [ RUN ] kokkosp.test_multiple_default_instances 7: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 7: [ RUN ] kokkosp.test_id_gen 7: [ OK ] kokkosp.test_id_gen (0 ms) 7: [ RUN ] kokkosp.test_kernel_sequence 7: [ OK ] kokkosp.test_kernel_sequence (0 ms) 7: [ RUN ] kokkosp.async_deep_copy 7: [ OK ] kokkosp.async_deep_copy (0 ms) 7: [ RUN ] kokkosp.parallel_for 7: [ OK ] kokkosp.parallel_for (0 ms) 7: [ RUN ] kokkosp.parallel_reduce 7: [ OK ] kokkosp.parallel_reduce (0 ms) 7: [ RUN ] kokkosp.parallel_scan 7: [ OK ] kokkosp.parallel_scan (0 ms) 7: [ RUN ] kokkosp.parallel_scan_no_fence 7: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 7: [ RUN ] kokkosp.parallel_scan_no_fence_view 7: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 7: [ RUN ] kokkosp.regions 7: [ OK ] kokkosp.regions (0 ms) 7: [ RUN ] kokkosp.fences 7: [ OK ] kokkosp.fences (0 ms) 7: [ RUN ] kokkosp.raw_allocation 7: [ OK ] kokkosp.raw_allocation (0 ms) 7: [ RUN ] kokkosp.view 7: [ OK ] kokkosp.view (0 ms) 7: [ RUN ] kokkosp.sections 7: [ OK ] kokkosp.sections (0 ms) 7: [ RUN ] kokkosp.metadata 7: [ OK ] kokkosp.metadata (0 ms) 7: [ RUN ] kokkosp.profile_events 7: [ OK ] kokkosp.profile_events (0 ms) 7: [ RUN ] kokkosp.no_init_kernel 7: [ OK ] kokkosp.no_init_kernel (0 ms) 7: [ RUN ] kokkosp.get_events 7: [ OK ] kokkosp.get_events (0 ms) 7: [ RUN ] kokkosp.kernel_name_parallel_for 7: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 7: [ RUN ] kokkosp.kernel_name_parallel_reduce 7: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 7: [ RUN ] kokkosp.kernel_name_parallel_scan 7: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 7: [ RUN ] kokkosp.kernel_name_internal 7: [ OK ] kokkosp.kernel_name_internal (0 ms) 7: [ RUN ] kokkosp.profiling_section 7: [ OK ] kokkosp.profiling_section (0 ms) 7: [ RUN ] kokkosp.scoped_profile_region 7: [ OK ] kokkosp.scoped_profile_region (0 ms) 7: [ RUN ] kokkosp.create_mirror_no_init 7: [ OK ] kokkosp.create_mirror_no_init (0 ms) 7: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 7: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 7: [ RUN ] kokkosp.create_mirror_view_and_copy 7: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 7: [----------] 31 tests from kokkosp (0 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 31 tests from 1 test suite ran. (0 ms total) 7: [ PASSED ] 31 tests. 7/51 Test #7: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.00 sec test 8 Start 8: Kokkos_CoreUnitTest_ToolIndependence 8: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 8: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 8: Test timeout computed to be: 1500 8/51 Test #8: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.00 sec test 9 Start 9: Kokkos_ProfilingTestLibraryLoadHelp 9: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 9: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 9: Environment variables: 9: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so 9: Test timeout computed to be: 1500 9: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 9: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 9/51 Test #9: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.00 sec test 10 Start 10: Kokkos_ProfilingTestLibraryCmdLineHelp 10: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so" 10: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 10: Test timeout computed to be: 1500 10: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 10/51 Test #10: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.00 sec test 11 Start 11: Kokkos_ProfilingTestLibraryLoad 11: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 11: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 11: Environment variables: 11: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so 11: Test timeout computed to be: 1500 11: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 11: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Serial::kokkosp_declare_metadata:GPU architecture:none::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1914::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.7.99::kokkosp_allocate_data:Host:source:0x55b4aa882bc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55b4aa882d80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55b4aa882e00:Host:source:0x55b4aa882c40: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:0x55b4aa882ec0: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:0x55b4aa882d80:40::kokkosp_deallocate_data:Host:source:0x55b4aa882bc0:40::kokkosp_finalize_library:: 11/51 Test #11: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.00 sec test 12 Start 12: Kokkos_ProfilingTestLibraryCmdLine 12: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so" 12: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 12: Test timeout computed to be: 1500 12: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Serial::kokkosp_declare_metadata:GPU architecture:none::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1914::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.7.99::kokkosp_allocate_data:Host:source:0x55bfbe9debc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55bfbe9ded80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55bfbe9dee00:Host:source:0x55bfbe9dec40: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:0x55bfbe9deec0: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:0x55bfbe9ded80:40::kokkosp_deallocate_data:Host:source:0x55bfbe9debc0:40::kokkosp_finalize_library:: 12/51 Test #12: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.00 sec test 13 Start 13: Kokkos_CoreUnitTest_StackTraceTest 13: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec 13: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 13: Test timeout computed to be: 1500 13: [==========] Running 3 tests from 2 test suites. 13: [----------] Global test environment set-up. 13: [----------] 2 tests from defaultdevicetype_DeathTest 13: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 13: Top of f1 13: Top of f0 13: Top of f0 13: test_f1: 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55f0a8fc4972] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55f0a8f63b00] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x55f0a8f5f826] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xeb) [0x55f0a8f6147b] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55f0a8f9a4b9] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55f0a8f717e0] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55f0a8f72b59] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55f0a8f73498] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55f0a8f83b8d] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55f0a8f9b369] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55f0a8f83713] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55f0a8f619a0] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f6881e2924a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f6881e29305] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55f0a8f5f691] 13: 13: demangled test_f1: 13: [0x55f0a8fc4972] Kokkos::Impl::save_stacktrace() 13: [0x55f0a8f63b00] Test::stacktrace_test_f1(std::ostream&) 13: [0x55f0a8f5f826] Test::test_stacktrace(bool, bool) 13: [0x55f0a8f6147b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 13: [0x55f0a8f9a4b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x55f0a8f717e0] testing::Test::Run() 13: [0x55f0a8f72b59] testing::TestInfo::Run() 13: [0x55f0a8f73498] testing::TestSuite::Run() 13: [0x55f0a8f83b8d] testing::internal::UnitTestImpl::RunAllTests() 13: [0x55f0a8f9b369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 13: [0x55f0a8f83713] testing::UnitTest::Run() 13: [0x55f0a8f619a0] main 13: [0x7f6881e2924a] 13: [0x7f6881e29305] __libc_start_main 13: [0x55f0a8f5f691] _start 13: 13: Top of f3 13: Top of f3 13: Top of f3 13: Top of f3 13: Top of f3 13: Top of f1 13: Top of f0 13: Top of f0 13: StackTrace f3(std::cout, 4) returned: 110 13: test_f3: 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55f0a8fc4972] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55f0a8f63b00] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55f0a8f63cc4] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f9) [0x55f0a8f5faf9] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xeb) [0x55f0a8f6147b] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55f0a8f9a4b9] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55f0a8f717e0] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55f0a8f72b59] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55f0a8f73498] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55f0a8f83b8d] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55f0a8f9b369] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55f0a8f83713] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55f0a8f619a0] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f6881e2924a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f6881e29305] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55f0a8f5f691] 13: 13: demangled test_f3: 13: [0x55f0a8fc4972] Kokkos::Impl::save_stacktrace() 13: [0x55f0a8f63b00] Test::stacktrace_test_f1(std::ostream&) 13: [0x55f0a8f63cc4] Test::stacktrace_test_f3(std::ostream&, int) 13: [0x55f0a8f5faf9] Test::test_stacktrace(bool, bool) 13: [0x55f0a8f6147b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 13: [0x55f0a8f9a4b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x55f0a8f717e0] testing::Test::Run() 13: [0x55f0a8f72b59] testing::TestInfo::Run() 13: [0x55f0a8f73498] testing::TestSuite::Run() 13: [0x55f0a8f83b8d] testing::internal::UnitTestImpl::RunAllTests() 13: [0x55f0a8f9b369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 13: [0x55f0a8f83713] testing::UnitTest::Run() 13: [0x55f0a8f619a0] main 13: [0x7f6881e2924a] 13: [0x7f6881e29305] __libc_start_main 13: [0x55f0a8f5f691] _start 13: 13: Test setting std::terminate handler that prints the last saved stack trace 13: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (3 ms) 13: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 13: Top of f1 13: Top of f0 13: Top of f0 13: test_f1: 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x557b256b8972] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x557b25657b00] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x557b25653826] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe8) [0x557b25655768] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x557b2568e4b9] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x557b256657e0] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x557b25666b59] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x557b25667498] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x557b25677b8d] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x557b2568f369] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x557b25677713] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x557b256559a0] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f7640a0b24a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f7640a0b305] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x557b25653691] 13: 13: demangled test_f1: 13: [0x557b256b8972] Kokkos::Impl::save_stacktrace() 13: [0x557b25657b00] Test::stacktrace_test_f1(std::ostream&) 13: [0x557b25653826] Test::test_stacktrace(bool, bool) 13: [0x557b25655768] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 13: [0x557b2568e4b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x557b256657e0] testing::Test::Run() 13: [0x557b25666b59] testing::TestInfo::Run() 13: [0x557b25667498] testing::TestSuite::Run() 13: [0x557b25677b8d] testing::internal::UnitTestImpl::RunAllTests() 13: [0x557b2568f369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 13: [0x557b25677713] testing::UnitTest::Run() 13: [0x557b256559a0] main 13: [0x7f7640a0b24a] 13: [0x7f7640a0b305] __libc_start_main 13: [0x557b25653691] _start 13: 13: Top of f3 13: Top of f3 13: Top of f3 13: Top of f3 13: Top of f3 13: Top of f1 13: Top of f0 13: Top of f0 13: StackTrace f3(std::cout, 4) returned: 110 13: test_f3: 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x557b256b8972] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x557b25657b00] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x557b25657cc4] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f9) [0x557b25653af9] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe8) [0x557b25655768] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x557b2568e4b9] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x557b256657e0] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x557b25666b59] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x557b25667498] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x557b25677b8d] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x557b2568f369] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x557b25677713] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x557b256559a0] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f7640a0b24a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f7640a0b305] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x557b25653691] 13: 13: demangled test_f3: 13: [0x557b256b8972] Kokkos::Impl::save_stacktrace() 13: [0x557b25657b00] Test::stacktrace_test_f1(std::ostream&) 13: [0x557b25657cc4] Test::stacktrace_test_f3(std::ostream&, int) 13: [0x557b25653af9] Test::test_stacktrace(bool, bool) 13: [0x557b25655768] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 13: [0x557b2568e4b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x557b256657e0] testing::Test::Run() 13: [0x557b25666b59] testing::TestInfo::Run() 13: [0x557b25667498] testing::TestSuite::Run() 13: [0x557b25677b8d] testing::internal::UnitTestImpl::RunAllTests() 13: [0x557b2568f369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 13: [0x557b25677713] testing::UnitTest::Run() 13: [0x557b256559a0] main 13: [0x7f7640a0b24a] 13: [0x7f7640a0b305] __libc_start_main 13: [0x557b25653691] _start 13: 13: Test setting std::terminate handler that prints the last saved stack trace 13: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (2 ms) 13: [----------] 2 tests from defaultdevicetype_DeathTest (6 ms total) 13: 13: [----------] 1 test from defaultdevicetype 13: [ RUN ] defaultdevicetype.stacktrace_normal 13: Top of f1 13: Top of f0 13: Top of f0 13: test_f1: 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55d05e082972] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55d05e021b00] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x55d05e01d826] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55d05e0584b9] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55d05e02f7e0] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55d05e030b59] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55d05e031498] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55d05e041b8d] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55d05e059369] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55d05e041713] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55d05e01f9a0] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f5cab1cd24a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f5cab1cd305] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55d05e01d691] 13: 13: demangled test_f1: 13: [0x55d05e082972] Kokkos::Impl::save_stacktrace() 13: [0x55d05e021b00] Test::stacktrace_test_f1(std::ostream&) 13: [0x55d05e01d826] Test::test_stacktrace(bool, bool) 13: [0x55d05e0584b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x55d05e02f7e0] testing::Test::Run() 13: [0x55d05e030b59] testing::TestInfo::Run() 13: [0x55d05e031498] testing::TestSuite::Run() 13: [0x55d05e041b8d] testing::internal::UnitTestImpl::RunAllTests() 13: [0x55d05e059369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 13: [0x55d05e041713] testing::UnitTest::Run() 13: [0x55d05e01f9a0] main 13: [0x7f5cab1cd24a] 13: [0x7f5cab1cd305] __libc_start_main 13: [0x55d05e01d691] _start 13: 13: Top of f3 13: Top of f3 13: Top of f3 13: Top of f3 13: Top of f3 13: Top of f1 13: Top of f0 13: Top of f0 13: StackTrace f3(std::cout, 4) returned: 110 13: test_f3: 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55d05e082972] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55d05e021b00] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55d05e021cc4] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f9) [0x55d05e01daf9] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55d05e0584b9] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55d05e02f7e0] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55d05e030b59] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55d05e031498] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55d05e041b8d] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55d05e059369] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55d05e041713] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55d05e01f9a0] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f5cab1cd24a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f5cab1cd305] 13: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55d05e01d691] 13: 13: demangled test_f3: 13: [0x55d05e082972] Kokkos::Impl::save_stacktrace() 13: [0x55d05e021b00] Test::stacktrace_test_f1(std::ostream&) 13: [0x55d05e021cc4] Test::stacktrace_test_f3(std::ostream&, int) 13: [0x55d05e01daf9] Test::test_stacktrace(bool, bool) 13: [0x55d05e0584b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x55d05e02f7e0] testing::Test::Run() 13: [0x55d05e030b59] testing::TestInfo::Run() 13: [0x55d05e031498] testing::TestSuite::Run() 13: [0x55d05e041b8d] testing::internal::UnitTestImpl::RunAllTests() 13: [0x55d05e059369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 13: [0x55d05e041713] testing::UnitTest::Run() 13: [0x55d05e01f9a0] main 13: [0x7f5cab1cd24a] 13: [0x7f5cab1cd305] __libc_start_main 13: [0x55d05e01d691] _start 13: 13: Test setting std::terminate handler that prints the last saved stack trace 13: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 13: [----------] 1 test from defaultdevicetype (0 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 3 tests from 2 test suites ran. (7 ms total) 13: [ PASSED ] 3 tests. 13/51 Test #13: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.01 sec test 14 Start 14: Kokkos_IncrementalTest_SERIAL 14: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 14: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 14: Test timeout computed to be: 1500 14: [==========] Running 28 tests from 1 test suite. 14: [----------] Global test environment set-up. 14: [----------] 28 tests from SERIAL 14: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 14: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 14: [ RUN ] SERIAL.IncrTest_01_execspace 14: Host Serial Execution Space: 14: KOKKOS_ENABLE_SERIAL: yes 14: 14: Serial Runtime Configuration: 14: Serial 14: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 14: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 14: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 14: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 14: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 14: [ RUN ] SERIAL.IncrTest_02_AtomicSub 14: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 14: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 14: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 14: [ RUN ] SERIAL.IncrTest_03b_memspace_free 14: [ OK ] SERIAL.IncrTest_03b_memspace_free (28 ms) 14: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 14: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 14: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 14: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 14: [ RUN ] SERIAL.IncrTest_05_reduction 14: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 14: [ RUN ] SERIAL.IncrTest_06_mdrange2D 14: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 14: [ RUN ] SERIAL.IncrTest_06_mdrange3D 14: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 14: [ RUN ] SERIAL.IncrTest_06_mdrange4D 14: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 14: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 14: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 14: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 14: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 14: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 14: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 14: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 14: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 14: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 14: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 14: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 14: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 14: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 14: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (155 ms) 14: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 14: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 14: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 14: [ OK ] SERIAL.IncrTest_12b_TeamScratch (2 ms) 14: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 14: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 14: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 14: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 14: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 14: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 14: [ RUN ] SERIAL.incr_14_MDrangeReduce 14: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 14: [ RUN ] SERIAL.IncrTest_16_parallelscan 14: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 14: [ RUN ] SERIAL.incr_17_atomicView 14: [ OK ] SERIAL.incr_17_atomicView (0 ms) 14: [----------] 28 tests from SERIAL (188 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 28 tests from 1 test suite ran. (188 ms total) 14: [ PASSED ] 28 tests. 14/51 Test #14: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.19 sec test 15 Start 15: Kokkos_CoreUnitTest_CTestDevice 15: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 15: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 15: Test timeout computed to be: 1500 15: [==========] Running 8 tests from 2 test suites. 15: [----------] Global test environment set-up. 15: [----------] 5 tests from ctest_environment_DeathTest 15: [ RUN ] ctest_environment_DeathTest.invalid_rank 15: [ OK ] ctest_environment_DeathTest.invalid_rank (2 ms) 15: [ RUN ] ctest_environment_DeathTest.no_type_str 15: [ OK ] ctest_environment_DeathTest.no_type_str (2 ms) 15: [ RUN ] ctest_environment_DeathTest.missing_type 15: [ OK ] ctest_environment_DeathTest.missing_type (3 ms) 15: [ RUN ] ctest_environment_DeathTest.no_id_str 15: [ OK ] ctest_environment_DeathTest.no_id_str (1 ms) 15: [ RUN ] ctest_environment_DeathTest.invalid_id_str 15: [ OK ] ctest_environment_DeathTest.invalid_id_str (3 ms) 15: [----------] 5 tests from ctest_environment_DeathTest (14 ms total) 15: 15: [----------] 3 tests from ctest_environment 15: [ RUN ] ctest_environment.no_device_type 15: [ OK ] ctest_environment.no_device_type (0 ms) 15: [ RUN ] ctest_environment.no_process_count 15: [ OK ] ctest_environment.no_process_count (0 ms) 15: [ RUN ] ctest_environment.good 15: [ OK ] ctest_environment.good (0 ms) 15: [----------] 3 tests from ctest_environment (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 8 tests from 2 test suites ran. (14 ms total) 15: [ PASSED ] 8 tests. 15/51 Test #15: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.02 sec test 16 Start 16: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 16: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 16: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 16: Test timeout computed to be: 1500 16/51 Test #16: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.00 sec test 17 Start 17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 17: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 17: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 17: Test timeout computed to be: 1500 17: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 17/51 Test #17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.00 sec test 18 Start 18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 18: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 18: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 18: Test timeout computed to be: 1500 18/51 Test #18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.00 sec test 19 Start 19: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 19: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 19: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 19: Environment variables: 19: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 19: Test timeout computed to be: 1500 19/51 Test #19: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.00 sec test 20 Start 20: Kokkos_CoreUnitTest_DeviceAndThreads 20: Test command: /usr/bin/python3.11 "/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/TestDeviceAndThreads.py" "-v" 20: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test 20: Test timeout computed to be: 1500 20: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... skipped 'no device backend enabled' 20: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ok 20: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... skipped 'no device backend enabled' 20: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... skipped 'no host parallel backend enabled' 20: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ok 20: 20: ---------------------------------------------------------------------- 20: Ran 5 tests in 0.015s 20: 20: OK (skipped=3) 20/51 Test #20: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 0.10 sec test 21 Start 21: Kokkos_PerformanceTest_TaskDag 21: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 21: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test 21: Test timeout computed to be: 1500 21/51 Test #21: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.00 sec test 22 Start 22: Kokkos_PerformanceTest_Benchmark 22: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-08-22_T18-30-13.json" 22: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test 22: Test timeout computed to be: 1500 22: 2025-08-22T18:44:55+00:00 22: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 22: Run on (4 X 2000 MHz CPU s) 22: CPU Caches: 22: L1 Data 64 KiB (x4) 22: L1 Instruction 64 KiB (x4) 22: L2 Unified 512 KiB (x4) 22: L3 Unified 16384 KiB (x4) 22: Load Average: 4.71, 7.09, 7.02 22: CPU architecture: none 22: Default Device: Serial 22: GIT_BRANCH: HEAD 22: GIT_CLEAN_STATUS: CLEAN 22: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 22: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 22: GIT_COMMIT_HASH: 44bf7b764 22: GPU architecture: none 22: KOKKOS_COMPILER_CLANG: 1914 22: KOKKOS_ENABLE_ASM: no 22: KOKKOS_ENABLE_CXX17: no 22: KOKKOS_ENABLE_CXX20: yes 22: KOKKOS_ENABLE_CXX23: no 22: KOKKOS_ENABLE_CXX26: no 22: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 22: KOKKOS_ENABLE_HWLOC: no 22: KOKKOS_ENABLE_LIBDL: yes 22: KOKKOS_ENABLE_PRAGMA_IVDEP: no 22: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 22: KOKKOS_ENABLE_PRAGMA_UNROLL: no 22: KOKKOS_ENABLE_PRAGMA_VECTOR: no 22: KOKKOS_ENABLE_SERIAL: yes 22: Kokkos Version: 4.7.99 22: platform: 64bit 22: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Benchmark Time CPU Iterations Count Time normalized 22: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: GramSchmidt<double>/Count:1024/iterations:5/manual_time 0.001 s 0.001 s 5 1024 993.283n 22: GramSchmidt<double>/Count:2048/iterations:5/manual_time 0.002 s 0.002 s 5 2.048k 817.513n 22: GramSchmidt<double>/Count:4096/iterations:5/manual_time 0.003 s 0.004 s 5 4.096k 739.977n 22: GramSchmidt<double>/Count:8192/iterations:5/manual_time 0.006 s 0.007 s 5 8.192k 702.708n 22: GramSchmidt<double>/Count:16384/iterations:5/manual_time 0.011 s 0.014 s 5 16.384k 685.945n 22: GramSchmidt<double>/Count:32768/iterations:5/manual_time 0.023 s 0.028 s 5 32.768k 682.396n 22: GramSchmidt<double>/Count:65536/iterations:5/manual_time 0.046 s 0.058 s 5 65.536k 704.787n 22: GramSchmidt<double>/Count:131072/iterations:5/manual_time 0.101 s 0.140 s 5 131.072k 718.458n 22: GramSchmidt<double>/Count:262144/iterations:5/manual_time 0.196 s 0.270 s 5 262.144k 753.191n 22: GramSchmidt<double>/Count:524288/iterations:5/manual_time 0.416 s 0.544 s 5 524.288k 785.174n 22: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 22: Benchmark Time CPU Iterations FOM: GB/s Max 22: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 22: CustomReduction<double>/N:100000/R:1000/manual_time 0.125 s 0.257 s 5 48.1594/s 11.5 22: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 22: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: OverlapRangePolicy/N:2000/M:10000/R:10 1.60 s 1.59 s 1 0.086944 0.08694 0.383207 0.38064 0.189242 0.189589 22: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 22: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: OverlapMDRangePolicy/N:200/M:10000/R:10 0.152 s 0.152 s 4 8.00253m 7.93894m 0.0385439 0.037717 0.0188441 0.0187995 22: OverlapTeamPolicy/N:20/M:1000000/R:10 1.69 s 1.68 s 1 0.102952 0.102558 0.385144 0.383244 0.191411 0.191114 22: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Benchmark Time CPU Iterations Count Time normalized 22: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 75.498n 22: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 75.707n 22: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 78.0413n 22: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time 0.001 s 0.001 s 5 8.192k 76.1763n 22: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time 0.001 s 0.002 s 5 16.384k 75.827n 22: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time 0.003 s 0.003 s 5 32.768k 76.4514n 22: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time 0.005 s 0.008 s 5 65.536k 77.6028n 22: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time 0.010 s 0.018 s 5 131.072k 77.2098n 22: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time 0.020 s 0.046 s 5 262.144k 78.645n 22: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time 0.040 s 0.110 s 5 524.288k 76.5629n 22: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Benchmark Time CPU Iterations FOM: rate 22: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Malloc/N:1/manual_time 0.158 us 0.348 us 4335203 6.3399M/s 22: Malloc/N:16/manual_time 0.157 us 0.340 us 4521218 6.38287M/s 22: Malloc/N:256/manual_time 0.232 us 0.465 us 3401771 4.31716M/s 22: Malloc/N:4096/manual_time 0.183 us 0.354 us 3858049 5.4786M/s 22: Malloc/N:65536/manual_time 0.126 us 0.347 us 5621815 7.96751M/s 22: Malloc/N:1048576/manual_time 0.125 us 0.347 us 5683989 7.98886M/s 22: Malloc/N:16777216/manual_time 0.126 us 0.348 us 5552761 7.92542M/s 22: Malloc/N:268435456/manual_time 2.42 us 7.77 us 293197 413.82k/s 22: Malloc/N:4294967296/manual_time 2.98 us 14.0 us 231146 335.822k/s 22: MallocFree/N:1/manual_time 0.441 us 0.478 us 1499451 2.26581M/s 22: MallocFree/N:16/manual_time 0.322 us 0.360 us 2170757 3.10776M/s 22: MallocFree/N:256/manual_time 0.457 us 0.494 us 1359411 2.18964M/s 22: MallocFree/N:4096/manual_time 0.321 us 0.360 us 2196923 3.11194M/s 22: MallocFree/N:65536/manual_time 0.325 us 0.360 us 2181341 3.07725M/s 22: MallocFree/N:1048576/manual_time 0.319 us 0.358 us 2174912 3.13338M/s 22: MallocFree/N:16777216/manual_time 0.323 us 0.361 us 2146061 3.09526M/s 22: MallocFree/N:268435456/manual_time 8.17 us 7.92 us 86045 122.359k/s 22: MallocFree/N:4294967296/manual_time 14.7 us 14.3 us 47577 67.8382k/s 22: MallocTouch/N:1/manual_time 0.545 us 0.711 us 1199917 1.83541M/s 22: MallocTouch/N:16/manual_time 0.424 us 0.609 us 1651350 2.35825M/s 22: MallocTouch/N:256/manual_time 0.589 us 0.755 us 1049763 1.69711M/s 22: MallocTouch/N:4096/manual_time 0.441 us 0.611 us 1582918 2.26892M/s 22: MallocTouch/N:65536/manual_time 0.475 us 0.691 us 1477237 2.10733M/s 22: MallocTouch/N:1048576/manual_time 5.20 us 5.42 us 133465 192.31k/s 22: MallocTouch/N:16777216/manual_time 99.7 us 100 us 7037 10.0287k/s 22: MallocTouch/N:268435456/manual_time 79013 us 92538 us 9 12.6562/s 22: MallocTouch/N:4294967296/manual_time 1392877 us 1541892 us 1 0.717939/s 22: MallocTouchFree/N:1/manual_time 0.683 us 0.721 us 966420 1.46456M/s 22: MallocTouchFree/N:16/manual_time 0.585 us 0.623 us 1211180 1.70999M/s 22: MallocTouchFree/N:256/manual_time 0.732 us 0.770 us 923791 1.3652M/s 22: MallocTouchFree/N:4096/manual_time 0.588 us 0.627 us 1190163 1.69977M/s 22: MallocTouchFree/N:65536/manual_time 0.670 us 0.709 us 1055045 1.49227M/s 22: MallocTouchFree/N:1048576/manual_time 5.43 us 5.46 us 127389 184.256k/s 22: MallocTouchFree/N:16777216/manual_time 100 us 100 us 6958 9.96522k/s 22: MallocTouchFree/N:268435456/manual_time 102798 us 102736 us 7 9.72786/s 22: MallocTouchFree/N:4294967296/manual_time 1311263 us 1311091 us 1 0.762623/s 22: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 22: Benchmark Time CPU Iterations FOM: GB/s MB 22: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 22: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.241 s 0.279 s 3 3.31694/s 800 22: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.239 s 0.277 s 3 3.34625/s 800 22: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.241 s 0.280 s 3 3.32175/s 800 22: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.241 s 0.279 s 3 3.32008/s 800 22: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.242 s 0.280 s 3 3.30388/s 800 22: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.241 s 0.279 s 3 3.32562/s 800 22: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.241 s 0.280 s 3 3.3162/s 800 22: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.241 s 0.279 s 3 3.32616/s 800 22: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.238 s 0.276 s 3 3.36219/s 800 22: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.237 s 0.275 s 3 3.37132/s 800 22: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.238 s 0.277 s 3 3.35435/s 800 22: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.239 s 0.277 s 3 3.34888/s 800 22: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.244 s 0.281 s 3 3.28271/s 800 22: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.240 s 0.278 s 3 3.33927/s 800 22: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.251 s 0.297 s 3 3.18544/s 800 22: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.249 s 0.294 s 3 3.20796/s 800 22: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.136 s 0.136 s 11 11.7924/s 1.6k 22: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.062 s 0.062 s 11 25.6071/s 1.6k 22: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.061 s 0.061 s 11 26.2855/s 1.6k 22: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.061 s 0.061 s 11 26.2417/s 1.6k 22: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.061 s 0.061 s 11 26.335/s 1.6k 22: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.099 s 0.099 s 7 8.10684/s 800 22: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.099 s 0.099 s 7 8.10008/s 800 22: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.062 s 0.062 s 11 25.9369/s 1.6k 22: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.062 s 0.062 s 11 25.8432/s 1.6k 22: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.064 s 0.064 s 10 24.8537/s 1.6k 22: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.063 s 0.063 s 11 25.4012/s 1.6k 22: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 1.20 s 1.20 s 1 1.32891/s 1.6k 22: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.896 s 0.896 s 1 1.78597/s 1.6k 22: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.062 s 0.062 s 11 25.6904/s 1.6k 22: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 1.19 s 1.19 s 1 1.34378/s 1.6k 22: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.685 s 0.685 s 1 2.33496/s 1.6k 22: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.061 s 0.061 s 11 26.4099/s 1.6k 22: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.061 s 0.061 s 11 26.3811/s 1.6k 22: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.097 s 0.097 s 11 16.5191/s 1.6k 22: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.061 s 0.061 s 11 26.3253/s 1.6k 22: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 1.15 s 1.15 s 1 1.39546/s 1.6k 22: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 1.28 s 1.28 s 1 1.2452/s 1.6k 22: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 1.15 s 1.15 s 1 1.39267/s 1.6k 22: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 1.37 s 1.37 s 1 1.16819/s 1.6k 22: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.061 s 0.061 s 12 26.4192/s 1.6k 22: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.061 s 0.061 s 11 26.3941/s 1.6k 22: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 1.53 s 1.53 s 1 1.0426/s 1.6k 22: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 1.54 s 1.54 s 1 1.04073/s 1.6k 22: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.061 s 0.061 s 12 26.4124/s 1.6k 22: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.061 s 0.061 s 12 26.3895/s 1.6k 22: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 1.06 s 1.06 s 1 1.51319/s 1.6k 22: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.802 s 0.802 s 1 1.99467/s 1.6k 22: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.062 s 0.062 s 11 25.9608/s 1.6k 22: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.061 s 0.061 s 11 26.2166/s 1.6k 22: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 1.01 s 1.01 s 1 1.5852/s 1.6k 22: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.743 s 0.743 s 1 2.15356/s 1.6k 22: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.103 s 0.103 s 7 15.5874/s 1.6k 22: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.103 s 0.103 s 7 15.595/s 1.6k 22: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.100 s 0.100 s 7 15.9755/s 1.6k 22: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.100 s 0.100 s 7 16.0267/s 1.6k 22: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.068 s 0.068 s 10 11.6878/s 800 22: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time 0.069 s 0.069 s 9 11.6608/s 800 22: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.067 s 0.067 s 10 11.87/s 800 22: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time 0.067 s 0.067 s 10 11.9196/s 800 22: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.067 s 0.067 s 10 11.8909/s 800 22: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.067 s 0.067 s 10 11.9384/s 800 22: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.067 s 0.067 s 10 11.9023/s 800 22: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.069 s 0.069 s 10 11.6569/s 800 22: ViewFill_Rank1Strided/N:10/manual_time 0.069 s 0.069 s 10 5.83491/s 400 22: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.068 s 0.068 s 10 11.6889/s 800 22: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.068 s 0.068 s 10 11.706/s 800 22: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.068 s 0.068 s 10 11.7021/s 800 22: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.068 s 0.068 s 10 11.6916/s 800 22: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.069 s 0.069 s 10 11.5881/s 800 22: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.068 s 0.068 s 10 11.6947/s 800 22: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.069 s 0.069 s 10 11.6641/s 800 22: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.071 s 0.071 s 10 11.2722/s 800 22: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.070 s 0.070 s 10 11.4873/s 800 22: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.070 s 0.070 s 10 11.4647/s 800 22: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time 0.070 s 0.070 s 10 11.4675/s 800 22: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time 0.070 s 0.070 s 10 11.4075/s 800 22: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.076 s 0.075 s 10 21.1877/s 1.6k 22: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.035 s 0.035 s 10 45.2794/s 1.6k 22: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.036 s 0.036 s 10 44.6652/s 1.6k 22: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.035 s 0.035 s 10 45.5109/s 1.6k 22: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.040 s 0.040 s 10 40.4027/s 1.6k 22: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.036 s 0.036 s 10 43.9622/s 1.6k 22: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.027 s 0.027 s 10 58.466/s 1.6k 22: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.027 s 0.027 s 10 58.7464/s 1.6k 22: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.029 s 0.029 s 10 54.8668/s 1.6k 22: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.027 s 0.027 s 10 58.3555/s 1.6k 22: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.036 s 0.036 s 10 44.5302/s 1.6k 22: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.032 s 0.032 s 10 50.2621/s 1.6k 22: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.039 s 0.039 s 10 41.1319/s 1.6k 22: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.038 s 0.038 s 10 42.3586/s 1.6k 22: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.049 s 0.049 s 10 32.8264/s 1.6k 22: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.046 s 0.046 s 10 34.5101/s 1.6k 22: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.038 s 0.038 s 10 41.6381/s 1.6k 22: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.037 s 0.037 s 10 42.9338/s 1.6k 22: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.043 s 0.043 s 10 37.4608/s 1.6k 22: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.041 s 0.041 s 10 39.3405/s 1.6k 22: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.049 s 0.049 s 10 32.5572/s 1.6k 22: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.047 s 0.047 s 10 33.9089/s 1.6k 22: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.043 s 0.043 s 10 36.9484/s 1.6k 22: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.042 s 0.042 s 10 38.157/s 1.6k 22: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.047 s 0.047 s 10 34.1711/s 1.6k 22: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.062 s 0.062 s 10 25.7412/s 1.6k 22: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.043 s 0.043 s 10 37.57/s 1.6k 22: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.053 s 0.053 s 10 30.2018/s 1.6k 22: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.083 s 0.083 s 10 19.3148/s 1.6k 22: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.060 s 0.060 s 10 26.6079/s 1.6k 22: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.063 s 0.063 s 10 25.402/s 1.6k 22: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.050 s 0.050 s 10 32.1826/s 1.6k 22: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.275 s 0.304 s 10 5.81481/s 1.6k 22: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.276 s 0.306 s 10 5.7884/s 1.6k 22/51 Test #22: Kokkos_PerformanceTest_Benchmark ........................... Passed 215.31 sec test 23 Start 23: Kokkos_Benchmark_Atomic_MinMax 23: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-08-22_T18-30-13.json" 23: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test 23: Test timeout computed to be: 1500 23: 2025-08-22T18:48:30+00:00 23: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 23: Run on (4 X 2000 MHz CPU s) 23: CPU Caches: 23: L1 Data 64 KiB (x4) 23: L1 Instruction 64 KiB (x4) 23: L2 Unified 512 KiB (x4) 23: L3 Unified 16384 KiB (x4) 23: Load Average: 1.11, 3.97, 5.77 23: CPU architecture: none 23: Default Device: Serial 23: GIT_BRANCH: HEAD 23: GIT_CLEAN_STATUS: CLEAN 23: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 23: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 23: GIT_COMMIT_HASH: 44bf7b764 23: GPU architecture: none 23: KOKKOS_COMPILER_CLANG: 1914 23: KOKKOS_ENABLE_ASM: no 23: KOKKOS_ENABLE_CXX17: no 23: KOKKOS_ENABLE_CXX20: yes 23: KOKKOS_ENABLE_CXX23: no 23: KOKKOS_ENABLE_CXX26: no 23: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 23: KOKKOS_ENABLE_HWLOC: no 23: KOKKOS_ENABLE_LIBDL: yes 23: KOKKOS_ENABLE_PRAGMA_IVDEP: no 23: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 23: KOKKOS_ENABLE_PRAGMA_UNROLL: no 23: KOKKOS_ENABLE_PRAGMA_VECTOR: no 23: KOKKOS_ENABLE_SERIAL: yes 23: Kokkos Version: 4.7.99 23: platform: 64bit 23: ---------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations 23: ---------------------------------------------------------------------------------------------------------------------------------------- 23: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time 0.005 s 0.005 s 10 23: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time 0.005 s 0.005 s 10 23: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 23: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 23: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 23: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 23: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.005 s 0.005 s 10 23: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.005 s 0.005 s 10 23: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.001 s 10 23: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.001 s 10 23: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 23: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 23: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 23: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 23: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 23: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 23: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 23: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 23: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 23/51 Test #23: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 1.27 sec test 24 Start 24: Kokkos_PerformanceTest_ViewFirstTouch 24: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-08-22_T18-30-13.json" 24: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test 24: Test timeout computed to be: 1500 24: 2025-08-22T18:48:32+00:00 24: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 24: Run on (4 X 2000 MHz CPU s) 24: CPU Caches: 24: L1 Data 64 KiB (x4) 24: L1 Instruction 64 KiB (x4) 24: L2 Unified 512 KiB (x4) 24: L3 Unified 16384 KiB (x4) 24: Load Average: 1.11, 3.97, 5.77 24: CPU architecture: none 24: Default Device: Serial 24: GIT_BRANCH: HEAD 24: GIT_CLEAN_STATUS: CLEAN 24: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 24: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 24: GIT_COMMIT_HASH: 44bf7b764 24: GPU architecture: none 24: KOKKOS_COMPILER_CLANG: 1914 24: KOKKOS_ENABLE_ASM: no 24: KOKKOS_ENABLE_CXX17: no 24: KOKKOS_ENABLE_CXX20: yes 24: KOKKOS_ENABLE_CXX23: no 24: KOKKOS_ENABLE_CXX26: no 24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 24: KOKKOS_ENABLE_HWLOC: no 24: KOKKOS_ENABLE_LIBDL: yes 24: KOKKOS_ENABLE_PRAGMA_IVDEP: no 24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 24: KOKKOS_ENABLE_PRAGMA_UNROLL: no 24: KOKKOS_ENABLE_PRAGMA_VECTOR: no 24: KOKKOS_ENABLE_SERIAL: yes 24: Kokkos Version: 4.7.99 24: platform: 64bit 24: ------------------------------------------------------------------------------------------------------------------------------------ 24: Benchmark Time CPU Iterations FOM: GB/s MB 24: ------------------------------------------------------------------------------------------------------------------------------------ 24: ViewFirstTouch_Initialize<double>/N:64/manual_time 0.000 s 0.000 s 1088991 0.799559/s 512u 24: ViewFirstTouch_Initialize<double>/N:512/manual_time 0.000 s 0.000 s 1004846 5.92139/s 4.096m 24: ViewFirstTouch_Initialize<double>/N:4096/manual_time 0.000 s 0.000 s 697455 32.6253/s 0.032768 24: ViewFirstTouch_Initialize<double>/N:32768/manual_time 0.000 s 0.000 s 217617 81.7084/s 0.262144 24: ViewFirstTouch_Initialize<double>/N:262144/manual_time 0.000 s 0.000 s 21608 64.7541/s 2.09715 24: ViewFirstTouch_Initialize<double>/N:2097152/manual_time 0.001 s 0.001 s 675 16.0275/s 16.7772 24: ViewFirstTouch_Initialize<double>/N:16777216/manual_time 0.043 s 0.050 s 16 3.13652/s 134.218 24: ViewFirstTouch_ParallelFor<double>/N:64/manual_time 0.000 s 0.000 s 2121494 3.06632/s 1024u 24: ViewFirstTouch_ParallelFor<double>/N:512/manual_time 0.000 s 0.000 s 1518437 18.26/s 8.192m 24: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time 0.000 s 0.000 s 545047 51.1315/s 0.065536 24: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time 0.000 s 0.000 s 89857 67.3162/s 0.524288 24: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time 0.000 s 0.000 s 11383 68.1879/s 4.1943 24: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time 0.001 s 0.002 s 587 27.9975/s 33.5544 24: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time 0.012 s 0.062 s 57 21.9256/s 268.435 24: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time 0.000 s 0.000 s 2549063 3.73132/s 1024u 24: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time 0.000 s 0.000 s 2282989 26.7477/s 8.192m 24: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time 0.000 s 0.000 s 1081213 100.671/s 0.065536 24: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time 0.000 s 0.000 s 239184 178.964/s 0.524288 24: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time 0.000 s 0.000 s 21920 131.362/s 4.1943 24: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time 0.001 s 0.001 s 680 32.4838/s 33.5544 24: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time 0.012 s 0.012 s 55 21.5422/s 268.435 24: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time 0.000 s 0.000 s 1640973 2.40632/s 1024u 24: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time 0.000 s 0.000 s 1000000 16.2692/s 8.192m 24: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time 0.000 s 0.000 s 632608 59.3963/s 0.065536 24: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time 0.000 s 0.000 s 128184 96.1036/s 0.524288 24: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time 0.000 s 0.000 s 16611 99.4329/s 4.1943 24: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time 0.001 s 0.001 s 567 27.1471/s 33.5544 24: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time 0.011 s 0.011 s 61 23.3883/s 268.435 24/51 Test #24: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 40.48 sec test 25 Start 25: Kokkos_PerformanceTest_Mempool 25: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-08-22_T18-30-13.json" 25: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test 25: Test timeout computed to be: 1500 25: 2025-08-22T18:49:12+00:00 25: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Mempool 25: Run on (4 X 2000 MHz CPU s) 25: CPU Caches: 25: L1 Data 64 KiB (x4) 25: L1 Instruction 64 KiB (x4) 25: L2 Unified 512 KiB (x4) 25: L3 Unified 16384 KiB (x4) 25: Load Average: 1.05, 3.59, 5.57 25: CPU architecture: none 25: Default Device: Serial 25: GIT_BRANCH: HEAD 25: GIT_CLEAN_STATUS: CLEAN 25: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 25: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 25: GIT_COMMIT_HASH: 44bf7b764 25: GPU architecture: none 25: KOKKOS_COMPILER_CLANG: 1914 25: KOKKOS_ENABLE_ASM: no 25: KOKKOS_ENABLE_CXX17: no 25: KOKKOS_ENABLE_CXX20: yes 25: KOKKOS_ENABLE_CXX23: no 25: KOKKOS_ENABLE_CXX26: no 25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 25: KOKKOS_ENABLE_HWLOC: no 25: KOKKOS_ENABLE_LIBDL: yes 25: KOKKOS_ENABLE_PRAGMA_IVDEP: no 25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 25: KOKKOS_ENABLE_PRAGMA_UNROLL: no 25: KOKKOS_ENABLE_PRAGMA_VECTOR: no 25: KOKKOS_ENABLE_SERIAL: yes 25: Kokkos Version: 4.7.99 25: platform: 64bit 25: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: fill ops per second 25: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 1925 15.2717M/s 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: cycle ops per second 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: 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 4908 77.844M/s 25/51 Test #25: Kokkos_PerformanceTest_Mempool ............................. Passed 1.99 sec test 26 Start 26: Kokkos_PerformanceTest_Atomic 26: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-08-22_T18-30-13.json" 26: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test 26: Test timeout computed to be: 1500 26: 2025-08-22T18:49:14+00:00 26: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Atomic 26: Run on (4 X 2000 MHz CPU s) 26: CPU Caches: 26: L1 Data 64 KiB (x4) 26: L1 Instruction 64 KiB (x4) 26: L2 Unified 512 KiB (x4) 26: L3 Unified 16384 KiB (x4) 26: Load Average: 1.05, 3.55, 5.55 26: CPU architecture: none 26: Default Device: Serial 26: GIT_BRANCH: HEAD 26: GIT_CLEAN_STATUS: CLEAN 26: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 26: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 26: GIT_COMMIT_HASH: 44bf7b764 26: GPU architecture: none 26: KOKKOS_COMPILER_CLANG: 1914 26: KOKKOS_ENABLE_ASM: no 26: KOKKOS_ENABLE_CXX17: no 26: KOKKOS_ENABLE_CXX20: yes 26: KOKKOS_ENABLE_CXX23: no 26: KOKKOS_ENABLE_CXX26: no 26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 26: KOKKOS_ENABLE_HWLOC: no 26: KOKKOS_ENABLE_LIBDL: yes 26: KOKKOS_ENABLE_PRAGMA_IVDEP: no 26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 26: KOKKOS_ENABLE_PRAGMA_UNROLL: no 26: KOKKOS_ENABLE_PRAGMA_VECTOR: no 26: KOKKOS_ENABLE_SERIAL: yes 26: Kokkos Version: 4.7.99 26: platform: 64bit 26: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 26: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 26: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 26: Test_Atomic<int>/30000/iterations:10 0.001 s 0.001 s 10 1 4 0.0108836 870u 101u 449.985M 449.985M 449.985M 26: Test_Atomic<long int>/100000/iterations:10 0.005 s 0.004 s 10 1 8 0.0105916 839.89u 149.6u 4.99995G 4.99995G 4.99995G 26: Test_Atomic<long long int>/100000/iterations:10 0.004 s 0.004 s 10 1 8 0.0105929 956.89u 149.8u 4.99995G 4.99995G 4.99995G 26: Test_Atomic<unsigned int>/100000/iterations:10 0.005 s 0.005 s 10 1 4 0.0107801 677.6u 99.8u 704.983M 704.983M 704.983M 26: Test_Atomic<unsigned long int>/100000/iterations:10 0.004 s 0.004 s 10 1 8 0.0106087 927.6u 149.59u 4.99995G 4.99995G 4.99995G 26: Test_Atomic<unsigned long long int>/100000/iterations:10 0.005 s 0.004 s 10 1 8 0.0106416 869.89u 149.6u 4.99995G 4.99995G 4.99995G 26: Test_Atomic<float>/100000/iterations:10 0.006 s 0.006 s 10 1 4 0.010748 3.33147m 895.79u 4.99989G 4.99989G 4.99989G 26: Test_Atomic<double>/100000/iterations:10 0.006 s 0.006 s 10 1 8 0.0106953 3.36908m 895.8u 4.99995G 4.99995G 4.99995G 26/51 Test #26: Kokkos_PerformanceTest_Atomic .............................. Passed 0.36 sec test 27 Start 27: Kokkos_PerformanceTest_Reduction 27: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-08-22_T18-30-13.json" 27: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test 27: Test timeout computed to be: 1500 27: 2025-08-22T18:49:14+00:00 27: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Reduction 27: Run on (4 X 2000 MHz CPU s) 27: CPU Caches: 27: L1 Data 64 KiB (x4) 27: L1 Instruction 64 KiB (x4) 27: L2 Unified 512 KiB (x4) 27: L3 Unified 16384 KiB (x4) 27: Load Average: 1.05, 3.55, 5.55 27: CPU architecture: none 27: Default Device: Serial 27: GIT_BRANCH: HEAD 27: GIT_CLEAN_STATUS: CLEAN 27: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 27: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 27: GIT_COMMIT_HASH: 44bf7b764 27: GPU architecture: none 27: KOKKOS_COMPILER_CLANG: 1914 27: KOKKOS_ENABLE_ASM: no 27: KOKKOS_ENABLE_CXX17: no 27: KOKKOS_ENABLE_CXX20: yes 27: KOKKOS_ENABLE_CXX23: no 27: KOKKOS_ENABLE_CXX26: no 27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 27: KOKKOS_ENABLE_HWLOC: no 27: KOKKOS_ENABLE_LIBDL: yes 27: KOKKOS_ENABLE_PRAGMA_IVDEP: no 27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 27: KOKKOS_ENABLE_PRAGMA_UNROLL: no 27: KOKKOS_ENABLE_PRAGMA_VECTOR: no 27: KOKKOS_ENABLE_SERIAL: yes 27: Kokkos Version: 4.7.99 27: platform: 64bit 27: ---------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations 27: ---------------------------------------------------------------------------------------------------- 27: ReductionCheapScalarResult<double>/10000/iterations:10 9.86 us 9.73 us 10 27: ReductionCheapScalarResult<double>/100000/iterations:10 95.7 us 95.6 us 10 27: ReductionCheapScalarResult<double>/1000000/iterations:10 942 us 942 us 10 27: ReductionCheapScalarResult<double>/10000000/iterations:10 10704 us 10704 us 10 27: ReductionCheapHostResult<double>/10000/iterations:10 9.81 us 9.77 us 10 27: ReductionCheapHostResult<double>/100000/iterations:10 94.3 us 94.3 us 10 27: ReductionCheapHostResult<double>/1000000/iterations:10 941 us 941 us 10 27: ReductionCheapHostResult<double>/10000000/iterations:10 10742 us 10740 us 10 27: ReductionCheapDeviceResult<double>/10000/iterations:10 9.72 us 9.69 us 10 27: ReductionCheapDeviceResult<double>/100000/iterations:10 94.7 us 94.6 us 10 27: ReductionCheapDeviceResult<double>/1000000/iterations:10 940 us 940 us 10 27: ReductionCheapDeviceResult<double>/10000000/iterations:10 10715 us 10713 us 10 27: ReductionExpensive<double>/10000/iterations:10 33968 us 33968 us 10 27: ReductionExpensive<double>/100000/iterations:10 339453 us 339444 us 10 27: ReductionExpensive<double>/1000000/iterations:10 3394557 us 3394490 us 10 27: ReductionExpensive<double>/10000000/iterations:10 33935521 us 33934562 us 10 27/51 Test #27: Kokkos_PerformanceTest_Reduction ........................... Passed 415.38 sec test 28 Start 28: Kokkos_ContainersUnitTest_Serial 28: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 28: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests 28: Test timeout computed to be: 1500 28: [==========] Running 72 tests from 2 test suites. 28: [----------] Global test environment set-up. 28: [----------] 2 tests from serial_DeathTest 28: [ RUN ] serial_DeathTest.dualview_external_view_construction 28: [ OK ] serial_DeathTest.dualview_external_view_construction (5 ms) 28: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 28: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (27 ms) 28: [----------] 2 tests from serial_DeathTest (32 ms total) 28: 28: [----------] 70 tests from serial 28: [ RUN ] serial.bitset 28: [ OK ] serial.bitset (1223 ms) 28: [ RUN ] serial.bitset_default_constructor_no_alloc 28: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 28: [ RUN ] serial.dualview_combination 28: [ OK ] serial.dualview_combination (0 ms) 28: [ RUN ] serial.dualview_alloc 28: [ OK ] serial.dualview_alloc (0 ms) 28: [ RUN ] serial.test_dualview_copy_construction_and_assignment 28: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 28: [ RUN ] serial.dualview_combinations_without_init 28: [ OK ] serial.dualview_combinations_without_init (0 ms) 28: [ RUN ] serial.dualview_deep_copy 28: [ OK ] serial.dualview_deep_copy (0 ms) 28: [ RUN ] serial.dualview_sync_should_fence 28: [ OK ] serial.dualview_sync_should_fence (0 ms) 28: [ RUN ] serial.dualview_realloc 28: [ OK ] serial.dualview_realloc (0 ms) 28: [ RUN ] serial.dualview_resize 28: [ OK ] serial.dualview_resize (0 ms) 28: [ RUN ] serial.dualview_device_correct_kokkos_device 28: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 28: [ RUN ] serial.dualview_host_correct_kokkos_device 28: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 28: [ RUN ] serial.dualview_host_modify_template_device_sync 28: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 28: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 28: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 28: [ RUN ] serial.dualview_device_modify_template_host_sync 28: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 28: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 28: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 28: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 28: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 28: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 28: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 28: [ RUN ] serial.dualview_sequential_host_init 28: [ OK ] serial.dualview_sequential_host_init (0 ms) 28: [ RUN ] serial.dualview_default_constructed 28: [ OK ] serial.dualview_default_constructed (0 ms) 28: [ RUN ] serial.dualview_resize_single_device 28: [ OK ] serial.dualview_resize_single_device (0 ms) 28: [ RUN ] serial.dynamic_view 28: [ OK ] serial.dynamic_view (6 ms) 28: [ RUN ] serial.dyn_rank_view_api_generic 28: [ OK ] serial.dyn_rank_view_api_generic (8 ms) 28: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 28: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 28: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 28: [ OK ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 28: [ RUN ] serial.dyn_rank_view_api_operator_rank67 28: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 28: [ RUN ] serial.dyn_rank_view_ctor_from_members 28: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 28: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 28: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 28: [ RUN ] serial.dyn_rank_view_team_scratch 28: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 28: [ RUN ] serial.view_customization_extra_int_arg 28: [ OK ] serial.view_customization_extra_int_arg (0 ms) 28: [ RUN ] serial.ErrorReporterViaLambda 28: [ OK ] serial.ErrorReporterViaLambda (0 ms) 28: [ RUN ] serial.ErrorReporter 28: [ OK ] serial.ErrorReporter (0 ms) 28: [ RUN ] serial.offsetview_construction 28: [ OK ] serial.offsetview_construction (18 ms) 28: [ RUN ] serial.offsetview_unmanaged_construction 28: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 28: [ RUN ] serial.offsetview_subview 28: [ OK ] serial.offsetview_subview (16 ms) 28: [ RUN ] serial.offsetview_offsets_rank1 28: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 28: [ RUN ] serial.offsetview_offsets_rank2 28: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 28: [ RUN ] serial.offsetview_offsets_rank3 28: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 28: [ RUN ] serial.scatterview 28: [ OK ] serial.scatterview (1675 ms) 28: [ RUN ] serial.scatterview_devicetype 28: [ OK ] serial.scatterview_devicetype (2 ms) 28: [ RUN ] serial.resize_realloc_no_init_dualview 28: [ OK ] serial.resize_realloc_no_init_dualview (1 ms) 28: [ RUN ] serial.resize_realloc_no_alloc_dualview 28: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 28: [ RUN ] serial.resize_exec_space_dualview 28: [ OK ] serial.resize_exec_space_dualview (0 ms) 28: [ RUN ] serial.realloc_exec_space_dualview 28: [ OK ] serial.realloc_exec_space_dualview (0 ms) 28: [ RUN ] serial.resize_realloc_no_init_dynrankview 28: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 28: [ RUN ] serial.resize_exec_space_dynrankview 28: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 28: [ RUN ] serial.realloc_exec_space_dynrankview 28: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 28: [ RUN ] serial.resize_realloc_no_init_scatterview 28: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 28: [ RUN ] serial.resize_realloc_no_alloc_scatterview 28: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 28: [ RUN ] serial.resize_exec_space_scatterview 28: [ OK ] serial.resize_exec_space_scatterview (0 ms) 28: [ RUN ] serial.realloc_exec_space_scatterview 28: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 28: [ RUN ] serial.create_mirror_no_init_dynrankview 28: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 28: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 28: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 28: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 28: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 28: [ RUN ] serial.create_mirror_no_init_offsetview 28: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 28: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 28: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 28: [ RUN ] serial.create_mirror_view_and_copy_offsetview 28: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 28: [ RUN ] serial.create_mirror_no_init_dynamicview 28: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 28: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 28: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 28: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 28: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 28: [ RUN ] serial.UnorderedMap_insert 28: [ OK ] serial.UnorderedMap_insert (6256 ms) 28: [ RUN ] serial.UnorderedMap_failed_insert 28: [ OK ] serial.UnorderedMap_failed_insert (2713 ms) 28: [ RUN ] serial.UnorderedMap_deep_copy 28: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 28: [ RUN ] serial.UnorderedMap_valid_empty 28: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 28: [ RUN ] serial.UnorderedMap_clear_zero_size 28: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 28: [ RUN ] serial.UnorderedMap_consistent_size 28: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 28: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 28: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 28: [ RUN ] serial.UnorderedMap_lambda_capturable 28: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 28: [ RUN ] serial.UnorderedMap_constructor_view_alloc 28: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 28: [ RUN ] serial.UnorderedMap_View_as_value 28: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 28: [----------] 70 tests from serial (11932 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 72 tests from 2 test suites ran. (11965 ms total) 28: [ PASSED ] 72 tests. 28/51 Test #28: Kokkos_ContainersUnitTest_Serial ........................... Passed 12.03 sec test 29 Start 29: Kokkos_UnitTest_Sort 29: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 29: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 29: Test timeout computed to be: 1500 29: [==========] Running 17 tests from 2 test suites. 29: [----------] Global test environment set-up. 29: [----------] 1 test from serial_DeathTest 29: [ RUN ] serial_DeathTest.SortByKeyKeysLargerThanValues 29: [ OK ] serial_DeathTest.SortByKeyKeysLargerThanValues (8 ms) 29: [----------] 1 test from serial_DeathTest (8 ms total) 29: 29: [----------] 16 tests from serial 29: [ RUN ] serial.SortUnsignedValueType 29: [ OK ] serial.SortUnsignedValueType (536 ms) 29: [ RUN ] serial.SortEmptyView 29: [ OK ] serial.SortEmptyView (0 ms) 29: [ RUN ] serial.SortByKeyEmptyView 29: [ OK ] serial.SortByKeyEmptyView (0 ms) 29: [ RUN ] serial.SortByKeyEmptyViewHost 29: [ OK ] serial.SortByKeyEmptyViewHost (0 ms) 29: [ RUN ] serial.SortByKey 29: [ OK ] serial.SortByKey (0 ms) 29: [ RUN ] serial.SortByKeyWithComparator 29: [ OK ] serial.SortByKeyWithComparator (0 ms) 29: [ RUN ] serial.SortByKeyStaticExtents 29: [ OK ] serial.SortByKeyStaticExtents (0 ms) 29: [ RUN ] serial.SortByKeyWithStrides 29: [ OK ] serial.SortByKeyWithStrides (0 ms) 29: [ RUN ] serial.SortWithCustomComparator 29: [ OK ] serial.SortWithCustomComparator (112 ms) 29: [ RUN ] serial.BinSortGenericTests 29: [ OK ] serial.BinSortGenericTests (1275 ms) 29: [ RUN ] serial.BinSortEmptyView 29: [ OK ] serial.BinSortEmptyView (0 ms) 29: [ RUN ] serial.BinSortEmptyKeysView 29: [ OK ] serial.BinSortEmptyKeysView (0 ms) 29: [ RUN ] serial.BinSort_issue_7221 29: [ OK ] serial.BinSort_issue_7221 (0 ms) 29: [ RUN ] serial.BinSortUnsignedKeyLayoutStrideValues 29: [ OK ] serial.BinSortUnsignedKeyLayoutStrideValues (26371 ms) 29: [ RUN ] serial.NestedSort 29: [ OK ] serial.NestedSort (10 ms) 29: [ RUN ] serial.NestedSortByKey 29: [ OK ] serial.NestedSortByKey (64 ms) 29: [----------] 16 tests from serial (28373 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 17 tests from 2 test suites ran. (28381 ms total) 29: [ PASSED ] 17 tests. 29/51 Test #29: Kokkos_UnitTest_Sort ....................................... Passed 28.40 sec test 30 Start 30: Kokkos_UnitTest_Random 30: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Random 30: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 30: Test timeout computed to be: 1500 30: [==========] Running 3 tests from 1 test suite. 30: [----------] Global test environment set-up. 30: [----------] 3 tests from serial 30: [ RUN ] serial.Random_XorShift64 30: Test Seed:1755889010741760219 30: Test Scalar=int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.00762413 -0.000457294 || 0.051031 2048 2418 || 2239.13 2222.06 || -6.32163 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 5.39565e-05 5.20821e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=unsigned int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.00302799 -0.00172773 || 0.051031 2050 2397 || 2228.81 2222.06 || -23.8842 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 -0.0239552 0.000181866 || 0.051031 1e+64 -1e+64 30: Test Scalar=int64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.0135462 0.00142013 || 0.051031 2039 2436 || 2192.36 2222.06 || 19.6318 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.0261567 0.000528743 || 0.051031 1e+64 -1e+64 30: Test Scalar=uint64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.0126213 0.000249675 || 0.051031 2019 2421 || 2250.47 2222.06 || 3.45151 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.0251862 0.000398109 || 0.051031 1e+64 -1e+64 30: Test Scalar=half 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 3.25521e-08 -0.0168703 0.00158196 || 0.051031 2022 2413 || 2260.19 2222.06 || 21.869 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 9.76563e-08 0.0260625 -0.000387491 || 0.051031 1e+64 -1e+64 30: Test Scalar=bhalf 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 3.25521e-08 0.0124898 -0.000170999 || 0.051031 2048 2398 || 2194.65 2222.06 || -2.3639 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 9.76563e-08 -0.000294079 -8.75686e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=float 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 6.51042e-08 0.0202483 0.000373248 || 0.051031 2040 2428 || 2177.96 2222.06 || 5.15978 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 1.95313e-07 -0.0146061 0.000466537 || 0.051031 1e+64 -1e+64 30: Test Scalar=double 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.00952468 0.00168605 || 0.051031 2060 2401 || 2201.1 2222.06 || 23.308 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.00999339 -0.000230697 || 0.051031 1e+64 -1e+64 30: Test Seed:1755889012862162329 30: Test Scalar=int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.00827471 -0.0011232 || 0.051031 2046 2394 || 2240.6 2222.06 || -15.5271 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.0138195 0.000400723 || 0.051031 1e+64 -1e+64 30: Test Scalar=unsigned int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.00945144 0.000760977 || 0.051031 2024 2418 || 2243.26 2222.06 || 10.5197 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 -0.00605858 4.8513e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=int64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.00863485 0.00123371 || 0.051031 2061 2391 || 2241.42 2222.06 || 17.0549 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.0100227 0.000606378 || 0.051031 1e+64 -1e+64 30: Test Scalar=uint64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.00814906 0.00164612 || 0.051031 2040 2397 || 2240.32 2222.06 || 22.756 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 -0.0132095 0.000549705 || 0.051031 1e+64 -1e+64 30: Test Scalar=half 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.0150156 0.000332128 || 0.051031 2046 2412 || 2189.19 2222.06 || 4.59134 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.00445449 0.00014189 || 0.051031 1e+64 -1e+64 30: Test Scalar=bhalf 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.010656 -0.000975161 || 0.051031 2036 2435 || 2245.99 2222.06 || -13.4806 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.0081652 -0.000304026 || 0.051031 1e+64 -1e+64 30: Test Scalar=float 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 3.25521e-08 -0.00611327 -0.00156989 || 0.051031 2022 2411 || 2235.73 2222.06 || -21.7022 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 9.76563e-08 -0.0072455 0.00040708 || 0.051031 1e+64 -1e+64 30: Test Scalar=double 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.0110513 0.00254195 || 0.051031 2045 2397 || 2197.77 2222.06 || 35.1399 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.0142666 -0.000221334 || 0.051031 1e+64 -1e+64 30: [ OK ] serial.Random_XorShift64 (4243 ms) 30: [ RUN ] serial.Random_XorShift1024_0 30: Test Seed:1755889014985469656 30: Test Scalar=int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.0102696 -0.000754498 || 0.051031 2028 2394 || 2221.03 2198.22 || -10.4302 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.003177 1.36899e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=unsigned int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.00344569 -0.000885112 || 0.051031 2035 2396 || 2205.82 2198.22 || -12.2358 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 3.74375e-05 0.000733359 || 0.051031 1e+64 -1e+64 30: Test Scalar=int64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.0117462 -0.000894166 || 0.051031 2003 2377 || 2224.35 2198.22 || -12.3609 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.00105321 -3.13067e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=uint64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.00127553 -0.000263804 || 0.051031 2025 2377 || 2195.42 2198.22 || -3.64682 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.0146886 -0.000140051 || 0.051031 1e+64 -1e+64 30: Test Scalar=half 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.0115092 0.00226479 || 0.051031 2025 2368 || 2173.21 2198.22 || 31.3085 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.000613755 -0.000379253 || 0.051031 1e+64 -1e+64 30: Test Scalar=bhalf 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26926e-05 0.0493873 -0.00190827 || 0.051031 2025 2380 || 2094.77 2198.22 || -26.38 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.27585e-05 -0.016012 0.000521301 || 0.051031 1e+64 -1e+64 30: Test Scalar=float 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.27255e-05 -0.00394133 0.000507318 || 0.051031 2019 2390 || 2206.92 2198.22 || 7.01316 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.28572e-05 0.00508546 -0.000311731 || 0.051031 1e+64 -1e+64 30: Test Scalar=double 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.0101073 -0.000103974 || 0.051031 2023 2392 || 2220.67 2198.22 || -1.43734 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.004281 6.21249e-05 || 0.051031 1e+64 -1e+64 30: Test Seed:1755889017236700083 30: Test Scalar=int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.0222256 -0.000876836 || 0.051031 2015 2414 || 2150.43 2198.22 || -12.1214 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.0115923 -0.000343964 || 0.051031 1e+64 -1e+64 30: Test Scalar=unsigned int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.00195508 -0.000716026 || 0.051031 2023 2369 || 2193.93 2198.22 || -9.89835 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.00831991 -0.00061157 || 0.051031 1e+64 -1e+64 30: Test Scalar=int64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.0206372 0.000871587 || 0.051031 2024 2381 || 2244.54 2198.22 || 12.0488 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.0173965 0.000225878 || 0.051031 1e+64 -1e+64 30: Test Scalar=uint64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.0108973 0.000194114 || 0.051031 2024 2379 || 2222.44 2198.22 || 2.68343 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.0273718 -0.000228077 || 0.051031 1e+64 -1e+64 30: Test Scalar=half 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.00567698 -0.000127043 || 0.051031 2027 2381 || 2210.77 2198.22 || -1.75625 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.0163106 0.000339769 || 0.051031 1e+64 -1e+64 30: Test Scalar=bhalf 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26926e-05 0.022103 -0.00038827 || 0.051031 1995 2376 || 2150.69 2198.22 || -5.36745 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.27585e-05 -0.00931081 8.74985e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=float 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26926e-05 -0.00677557 -0.000342588 || 0.051031 2010 2364 || 2213.22 2198.22 || -4.73594 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.27585e-05 0.00276818 0.000243136 || 0.051031 1e+64 -1e+64 30: Test Scalar=double 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.0106649 -4.95559e-05 || 0.051031 2011 2373 || 2221.92 2198.22 || -0.685061 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.00211408 0.000625416 || 0.051031 1e+64 -1e+64 30: [ OK ] serial.Random_XorShift1024_0 (4503 ms) 30: [ RUN ] serial.Multi_streams 30: [ OK ] serial.Multi_streams (3 ms) 30: [----------] 3 tests from serial (8750 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 3 tests from 1 test suite ran. (8750 ms total) 30: [ PASSED ] 3 tests. 30/51 Test #30: Kokkos_UnitTest_Random ..................................... Passed 8.76 sec test 31 Start 31: Kokkos_AlgorithmsUnitTest_StdSet_A 31: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 31: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 31: Test timeout computed to be: 1500 31: [==========] Running 16 tests from 4 test suites. 31: [----------] Global test environment set-up. 31: [----------] 1 test from std_algorithms_DeathTest 31: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 31: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 31: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 31: 31: [----------] 3 tests from std_algorithms_reducers 31: [ RUN ] std_algorithms_reducers.max_first_loc 31: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 31: [ RUN ] std_algorithms_reducers.min_first_loc 31: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 31: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 31: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 31: [----------] 3 tests from std_algorithms_reducers (0 ms total) 31: 31: [----------] 1 test from std_algorithms 31: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 31: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 31: [----------] 1 test from std_algorithms (0 ms total) 31: 31: [----------] 11 tests from random_access_iterator_test 31: [ RUN ] random_access_iterator_test.constructor 31: [ OK ] random_access_iterator_test.constructor (0 ms) 31: [ RUN ] random_access_iterator_test.constructiblity 31: [ OK ] random_access_iterator_test.constructiblity (0 ms) 31: [ RUN ] random_access_iterator_test.dereference 31: [ OK ] random_access_iterator_test.dereference (0 ms) 31: [ RUN ] random_access_iterator_test.subscript_operator 31: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 31: [ RUN ] random_access_iterator_test.operatorsSet1 31: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 31: [ RUN ] random_access_iterator_test.operatorsSet2 31: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 31: [ RUN ] random_access_iterator_test.operatorsSet3 31: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 31: [ RUN ] random_access_iterator_test.operatorsSet4 31: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 31: [ RUN ] random_access_iterator_test.assignment_operator 31: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 31: [ RUN ] random_access_iterator_test.distance 31: [ OK ] random_access_iterator_test.distance (0 ms) 31: [ RUN ] random_access_iterator_test.traits_helpers 31: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 31: [----------] 11 tests from random_access_iterator_test (0 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 16 tests from 4 test suites ran. (0 ms total) 31: [ PASSED ] 16 tests. 31/51 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.01 sec test 32 Start 32: Kokkos_AlgorithmsUnitTest_StdSet_B 32: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 32: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 32: Test timeout computed to be: 1500 32: [==========] Running 7 tests from 1 test suite. 32: [----------] Global test environment set-up. 32: [----------] 7 tests from std_algorithms_min_max_element_test 32: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 32: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 32: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 32: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 32: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 32: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (0 ms) 32: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 32: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (0 ms) 32: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 32: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (0 ms) 32: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 32: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (0 ms) 32: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 32: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (0 ms) 32: [----------] 7 tests from std_algorithms_min_max_element_test (0 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 7 tests from 1 test suite ran. (0 ms total) 32: [ PASSED ] 7 tests. 32/51 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.01 sec test 33 Start 33: Kokkos_AlgorithmsUnitTest_StdSet_C 33: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 33: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 33: Test timeout computed to be: 1500 33: [==========] Running 13 tests from 10 test suites. 33: [----------] Global test environment set-up. 33: [----------] 1 test from std_algorithms_lexicographical_compare_test 33: [ RUN ] std_algorithms_lexicographical_compare_test.test 33: [ OK ] std_algorithms_lexicographical_compare_test.test (12 ms) 33: [----------] 1 test from std_algorithms_lexicographical_compare_test (12 ms total) 33: 33: [----------] 1 test from std_algorithms_for_each_test 33: [ RUN ] std_algorithms_for_each_test.test 33: [ OK ] std_algorithms_for_each_test.test (25 ms) 33: [----------] 1 test from std_algorithms_for_each_test (25 ms total) 33: 33: [----------] 1 test from std_algorithms_find_test 33: [ RUN ] std_algorithms_find_test.test 33: [ OK ] std_algorithms_find_test.test (14 ms) 33: [----------] 1 test from std_algorithms_find_test (14 ms total) 33: 33: [----------] 4 tests from std_algorithms_non_mod_seq_ops 33: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 33: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (2210 ms) 33: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 33: [ OK ] std_algorithms_non_mod_seq_ops.find_end (186 ms) 33: [ RUN ] std_algorithms_non_mod_seq_ops.search 33: [ OK ] std_algorithms_non_mod_seq_ops.search (172 ms) 33: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 33: [ OK ] std_algorithms_non_mod_seq_ops.search_n (131 ms) 33: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2700 ms total) 33: 33: [----------] 1 test from std_algorithms_count_test 33: [ RUN ] std_algorithms_count_test.test 33: [ OK ] std_algorithms_count_test.test (8 ms) 33: [----------] 1 test from std_algorithms_count_test (8 ms total) 33: 33: [----------] 1 test from std_algorithms_equal_test 33: [ RUN ] std_algorithms_equal_test.test 33: [ OK ] std_algorithms_equal_test.test (4 ms) 33: [----------] 1 test from std_algorithms_equal_test (4 ms total) 33: 33: [----------] 1 test from std_algorithms_all_any_none_of_test 33: [ RUN ] std_algorithms_all_any_none_of_test.test 33: [ OK ] std_algorithms_all_any_none_of_test.test (15 ms) 33: [----------] 1 test from std_algorithms_all_any_none_of_test (15 ms total) 33: 33: [----------] 1 test from std_algorithms_nonmod_seq_ops 33: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 33: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (36 ms) 33: [----------] 1 test from std_algorithms_nonmod_seq_ops (36 ms total) 33: 33: [----------] 1 test from std_algorithms_mismatch_test 33: [ RUN ] std_algorithms_mismatch_test.test 33: [ OK ] std_algorithms_mismatch_test.test (26 ms) 33: [----------] 1 test from std_algorithms_mismatch_test (26 ms total) 33: 33: [----------] 1 test from std_algorithms_mod_seq_ops 33: [ RUN ] std_algorithms_mod_seq_ops.move_backward 33: [ OK ] std_algorithms_mod_seq_ops.move_backward (23 ms) 33: [----------] 1 test from std_algorithms_mod_seq_ops (23 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 13 tests from 10 test suites ran. (2867 ms total) 33: [ PASSED ] 13 tests. 33/51 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.87 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_D 34: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 34: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 34: Test timeout computed to be: 1500 34: [==========] Running 31 tests from 5 test suites. 34: [----------] Global test environment set-up. 34: [----------] 3 tests from std_algorithms_mod_ops_test 34: [ RUN ] std_algorithms_mod_ops_test.move 34: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 34: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 34: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 34: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 34: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 34: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total) 34: 34: [----------] 12 tests from std_algorithms_mod_seq_ops_test 34: [ RUN ] std_algorithms_mod_seq_ops_test.copy 34: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 34: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 34: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 34: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 34: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.fill 34: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 34: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 34: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 34: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.generate 34: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 34: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 34: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 34: [----------] 12 tests from std_algorithms_mod_seq_ops_test (0 ms total) 34: 34: [----------] 4 tests from std_algorithms_replace_ops_test 34: [ RUN ] std_algorithms_replace_ops_test.replace 34: [ OK ] std_algorithms_replace_ops_test.replace (10 ms) 34: [ RUN ] std_algorithms_replace_ops_test.replace_if 34: [ OK ] std_algorithms_replace_ops_test.replace_if (91 ms) 34: [ RUN ] std_algorithms_replace_ops_test.replace_copy 34: [ OK ] std_algorithms_replace_ops_test.replace_copy (17 ms) 34: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 34: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (15 ms) 34: [----------] 4 tests from std_algorithms_replace_ops_test (134 ms total) 34: 34: [----------] 11 tests from std_algorithms_mod_seq_ops 34: [ RUN ] std_algorithms_mod_seq_ops.copy_if 34: [ OK ] std_algorithms_mod_seq_ops.copy_if (16 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.unique 34: [ OK ] std_algorithms_mod_seq_ops.unique (35 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 34: [ OK ] std_algorithms_mod_seq_ops.unique_copy (21 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.remove 34: [ OK ] std_algorithms_mod_seq_ops.remove (10 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.remove_if 34: [ OK ] std_algorithms_mod_seq_ops.remove_if (22 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 34: [ OK ] std_algorithms_mod_seq_ops.remove_copy (94 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 34: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (18 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.rotate 34: [ OK ] std_algorithms_mod_seq_ops.rotate (899 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 34: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (322 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.shift_left 34: [ OK ] std_algorithms_mod_seq_ops.shift_left (901 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.shift_right 34: [ OK ] std_algorithms_mod_seq_ops.shift_right (916 ms) 34: [----------] 11 tests from std_algorithms_mod_seq_ops (3260 ms total) 34: 34: [----------] 1 test from std_algorithms_modseq_test 34: [ RUN ] std_algorithms_modseq_test.reverse 34: [ OK ] std_algorithms_modseq_test.reverse (12 ms) 34: [----------] 1 test from std_algorithms_modseq_test (12 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 31 tests from 5 test suites ran. (3407 ms total) 34: [ PASSED ] 31 tests. 34/51 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 3.41 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_E 35: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 35: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 35: Test timeout computed to be: 1500 35: [==========] Running 29 tests from 7 test suites. 35: [----------] Global test environment set-up. 35: [----------] 2 tests from std_algorithms_sorting_ops_test 35: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 35: [ OK ] std_algorithms_sorting_ops_test.is_sorted (6 ms) 35: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 35: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (3 ms) 35: [----------] 2 tests from std_algorithms_sorting_ops_test (10 ms total) 35: 35: [----------] 4 tests from std_algorithms_partitioning_test 35: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 35: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 35: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 35: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (0 ms) 35: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 35: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 35: [ RUN ] std_algorithms_partitioning_test.partition_point 35: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 35: [----------] 4 tests from std_algorithms_partitioning_test (0 ms total) 35: 35: [----------] 1 test from std_algorithms_partitioning_ops 35: [ RUN ] std_algorithms_partitioning_ops.partition_copy 35: [ OK ] std_algorithms_partitioning_ops.partition_copy (1 ms) 35: [----------] 1 test from std_algorithms_partitioning_ops (1 ms total) 35: 35: [----------] 12 tests from std_algorithms_numerics_test 35: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 35: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (0 ms) 35: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 35: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms) 35: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 35: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms) 35: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 35: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms) 35: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 35: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 35: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 35: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 35: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 35: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 35: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 35: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 35: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 35: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 35: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 35: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 35: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 35: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 35: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 35: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 35: [----------] 12 tests from std_algorithms_numerics_test (1 ms total) 35: 35: [----------] 1 test from std_algorithms_numerics_ops_test 35: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 35: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (41 ms) 35: [----------] 1 test from std_algorithms_numerics_ops_test (41 ms total) 35: 35: [----------] 8 tests from std_algorithms_numeric_ops_test 35: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 35: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (164 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 35: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 35: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (127 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 35: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 35: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (44 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 35: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 35: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (82 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 35: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 35: [----------] 8 tests from std_algorithms_numeric_ops_test (418 ms total) 35: 35: [----------] 1 test from std_algorithms_transform_ops_test 35: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 35: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (9 ms) 35: [----------] 1 test from std_algorithms_transform_ops_test (9 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 29 tests from 7 test suites ran. (483 ms total) 35: [ PASSED ] 29 tests. 35/51 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 0.49 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 36: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 36: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 36: Test timeout computed to be: 1500 36: [==========] Running 12 tests from 7 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from std_algorithms_adjacent_find_team_test 36: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 36: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (711 ms) 36: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 36: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (647 ms) 36: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1359 ms total) 36: 36: [----------] 2 tests from std_algorithms_count_team_test 36: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 36: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (251 ms) 36: [ RUN ] std_algorithms_count_team_test.count_returns_zero 36: [ OK ] std_algorithms_count_team_test.count_returns_zero (238 ms) 36: [----------] 2 tests from std_algorithms_count_team_test (489 ms total) 36: 36: [----------] 1 test from std_algorithms_count_if_team_test 36: [ RUN ] std_algorithms_count_if_team_test.test 36: [ OK ] std_algorithms_count_if_team_test.test (280 ms) 36: [----------] 1 test from std_algorithms_count_if_team_test (280 ms total) 36: 36: [----------] 1 test from std_algorithms_for_each_team_test 36: [ RUN ] std_algorithms_for_each_team_test.test 36: [ OK ] std_algorithms_for_each_team_test.test (544 ms) 36: [----------] 1 test from std_algorithms_for_each_team_test (544 ms total) 36: 36: [----------] 1 test from std_algorithms_for_each_n_team_test 36: [ RUN ] std_algorithms_for_each_n_team_test.test 36: [ OK ] std_algorithms_for_each_n_team_test.test (536 ms) 36: [----------] 1 test from std_algorithms_for_each_n_team_test (536 ms total) 36: 36: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 36: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 36: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (787 ms) 36: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 36: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (766 ms) 36: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 36: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (773 ms) 36: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2326 ms total) 36: 36: [----------] 2 tests from std_algorithms_mismatch_team_test 36: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 36: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (782 ms) 36: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 36: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (995 ms) 36: [----------] 2 tests from std_algorithms_mismatch_team_test (1778 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 12 tests from 7 test suites ran. (7315 ms total) 36: [ PASSED ] 12 tests. 36/51 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 7.32 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 37: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 37: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 37: Test timeout computed to be: 1500 37: [==========] Running 8 tests from 4 test suites. 37: [----------] Global test environment set-up. 37: [----------] 2 tests from std_algorithms_equal_team_test 37: [ RUN ] std_algorithms_equal_team_test.views_are_equal 37: [ OK ] std_algorithms_equal_team_test.views_are_equal (1205 ms) 37: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 37: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1427 ms) 37: [----------] 2 tests from std_algorithms_equal_team_test (2632 ms total) 37: 37: [----------] 2 tests from std_algorithms_search_team_test 37: [ RUN ] std_algorithms_search_team_test.sequences_exist 37: [ OK ] std_algorithms_search_team_test.sequences_exist (511 ms) 37: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 37: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (519 ms) 37: [----------] 2 tests from std_algorithms_search_team_test (1031 ms total) 37: 37: [----------] 2 tests from std_algorithms_find_end_team_test 37: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 37: [ OK ] std_algorithms_find_end_team_test.sequences_exist (571 ms) 37: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 37: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (633 ms) 37: [----------] 2 tests from std_algorithms_find_end_team_test (1205 ms total) 37: 37: [----------] 2 tests from std_algorithms_find_first_of_team_test 37: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 37: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (721 ms) 37: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 37: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (950 ms) 37: [----------] 2 tests from std_algorithms_find_first_of_team_test (1672 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 8 tests from 4 test suites ran. (6542 ms total) 37: [ PASSED ] 8 tests. 37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 6.55 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 38: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 38: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 38: Test timeout computed to be: 1500 38: [==========] Running 11 tests from 7 test suites. 38: [----------] Global test environment set-up. 38: [----------] 2 tests from std_algorithms_find_team_test 38: [ RUN ] std_algorithms_find_team_test.searched_values_exist 38: [ OK ] std_algorithms_find_team_test.searched_values_exist (283 ms) 38: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 38: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (265 ms) 38: [----------] 2 tests from std_algorithms_find_team_test (548 ms total) 38: 38: [----------] 2 tests from std_algorithms_find_if_team_test 38: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 38: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (259 ms) 38: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 38: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (250 ms) 38: [----------] 2 tests from std_algorithms_find_if_team_test (510 ms total) 38: 38: [----------] 2 tests from std_algorithms_find_if_not_team_test 38: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 38: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (260 ms) 38: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 38: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (242 ms) 38: [----------] 2 tests from std_algorithms_find_if_not_team_test (503 ms total) 38: 38: [----------] 1 test from std_algorithms_all_of_team_test 38: [ RUN ] std_algorithms_all_of_team_test.test 38: [ OK ] std_algorithms_all_of_team_test.test (257 ms) 38: [----------] 1 test from std_algorithms_all_of_team_test (257 ms total) 38: 38: [----------] 1 test from std_algorithms_any_of_team_test 38: [ RUN ] std_algorithms_any_of_team_test.test 38: [ OK ] std_algorithms_any_of_team_test.test (251 ms) 38: [----------] 1 test from std_algorithms_any_of_team_test (252 ms total) 38: 38: [----------] 1 test from std_algorithms_none_of_team_test 38: [ RUN ] std_algorithms_none_of_team_test.test 38: [ OK ] std_algorithms_none_of_team_test.test (248 ms) 38: [----------] 1 test from std_algorithms_none_of_team_test (248 ms total) 38: 38: [----------] 2 tests from std_algorithms_search_n_team_test 38: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 38: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (401 ms) 38: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 38: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (270 ms) 38: [----------] 2 tests from std_algorithms_search_n_team_test (672 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 11 tests from 7 test suites ran. (2993 ms total) 38: [ PASSED ] 11 tests. 38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 3.00 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 39: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 39: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 39: Test timeout computed to be: 1500 39: [==========] Running 3 tests from 3 test suites. 39: [----------] Global test environment set-up. 39: [----------] 1 test from std_algorithms_min_element_team_test 39: [ RUN ] std_algorithms_min_element_team_test.test 39: [ OK ] std_algorithms_min_element_team_test.test (565 ms) 39: [----------] 1 test from std_algorithms_min_element_team_test (565 ms total) 39: 39: [----------] 1 test from std_algorithms_max_element_team_test 39: [ RUN ] std_algorithms_max_element_team_test.test 39: [ OK ] std_algorithms_max_element_team_test.test (545 ms) 39: [----------] 1 test from std_algorithms_max_element_team_test (545 ms total) 39: 39: [----------] 1 test from std_algorithms_minmax_element_team_test 39: [ RUN ] std_algorithms_minmax_element_team_test.test 39: [ OK ] std_algorithms_minmax_element_team_test.test (600 ms) 39: [----------] 1 test from std_algorithms_minmax_element_team_test (601 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 3 tests from 3 test suites ran. (1711 ms total) 39: [ PASSED ] 3 tests. 39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 1.72 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 40: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 40: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 40: Test timeout computed to be: 1500 40: [==========] Running 6 tests from 6 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_fill_team_test 40: [ RUN ] std_algorithms_fill_team_test.test 40: [ OK ] std_algorithms_fill_team_test.test (374 ms) 40: [----------] 1 test from std_algorithms_fill_team_test (374 ms total) 40: 40: [----------] 1 test from std_algorithms_fill_n_team_test 40: [ RUN ] std_algorithms_fill_n_team_test.test 40: [ OK ] std_algorithms_fill_n_team_test.test (56 ms) 40: [----------] 1 test from std_algorithms_fill_n_team_test (56 ms total) 40: 40: [----------] 1 test from std_algorithms_replace_team_test 40: [ RUN ] std_algorithms_replace_team_test.test 40: [ OK ] std_algorithms_replace_team_test.test (633 ms) 40: [----------] 1 test from std_algorithms_replace_team_test (634 ms total) 40: 40: [----------] 1 test from std_algorithms_replace_if_team_test 40: [ RUN ] std_algorithms_replace_if_team_test.test 40: [ OK ] std_algorithms_replace_if_team_test.test (498 ms) 40: [----------] 1 test from std_algorithms_replace_if_team_test (498 ms total) 40: 40: [----------] 1 test from std_algorithms_replace_copy_team_test 40: [ RUN ] std_algorithms_replace_copy_team_test.test 40: [ OK ] std_algorithms_replace_copy_team_test.test (496 ms) 40: [----------] 1 test from std_algorithms_replace_copy_team_test (496 ms total) 40: 40: [----------] 1 test from std_algorithms_replace_copy_if_team_test 40: [ RUN ] std_algorithms_replace_copy_if_team_test.test 40: [ OK ] std_algorithms_replace_copy_if_team_test.test (434 ms) 40: [----------] 1 test from std_algorithms_replace_copy_if_team_test (434 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 6 tests from 6 test suites ran. (2495 ms total) 40: [ PASSED ] 6 tests. 40/51 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.51 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 41: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 41: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 41: Test timeout computed to be: 1500 41: [==========] Running 4 tests from 4 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_reverse_team_test 41: [ RUN ] std_algorithms_reverse_team_test.test 41: [ OK ] std_algorithms_reverse_team_test.test (380 ms) 41: [----------] 1 test from std_algorithms_reverse_team_test (380 ms total) 41: 41: [----------] 1 test from std_algorithms_reverse_copy_team_test 41: [ RUN ] std_algorithms_reverse_copy_team_test.test 41: [ OK ] std_algorithms_reverse_copy_team_test.test (368 ms) 41: [----------] 1 test from std_algorithms_reverse_copy_team_test (368 ms total) 41: 41: [----------] 1 test from std_algorithms_rotate_team_test 41: [ RUN ] std_algorithms_rotate_team_test.test 41: [ OK ] std_algorithms_rotate_team_test.test (247 ms) 41: [----------] 1 test from std_algorithms_rotate_team_test (247 ms total) 41: 41: [----------] 1 test from std_algorithms_rotate_copy_team_test 41: [ RUN ] std_algorithms_rotate_copy_team_test.test 41: [ OK ] std_algorithms_rotate_copy_team_test.test (252 ms) 41: [----------] 1 test from std_algorithms_rotate_copy_team_test (252 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 4 tests from 4 test suites ran. (1250 ms total) 41: [ PASSED ] 4 tests. 41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.26 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 42: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 42: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 42: Test timeout computed to be: 1500 42: [==========] Running 4 tests from 4 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_move_team_test 42: [ RUN ] std_algorithms_move_team_test.test 42: [ OK ] std_algorithms_move_team_test.test (611 ms) 42: [----------] 1 test from std_algorithms_move_team_test (611 ms total) 42: 42: [----------] 1 test from std_algorithms_move_backward_team_test 42: [ RUN ] std_algorithms_move_backward_team_test.test 42: [ OK ] std_algorithms_move_backward_team_test.test (663 ms) 42: [----------] 1 test from std_algorithms_move_backward_team_test (663 ms total) 42: 42: [----------] 1 test from std_algorithms_shift_left_team_test 42: [ RUN ] std_algorithms_shift_left_team_test.test 42: [ OK ] std_algorithms_shift_left_team_test.test (1068 ms) 42: [----------] 1 test from std_algorithms_shift_left_team_test (1068 ms total) 42: 42: [----------] 1 test from std_algorithms_shift_right_team_test 42: [ RUN ] std_algorithms_shift_right_team_test.test 42: [ OK ] std_algorithms_shift_right_team_test.test (1071 ms) 42: [----------] 1 test from std_algorithms_shift_right_team_test (1071 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 4 tests from 4 test suites ran. (3415 ms total) 42: [ PASSED ] 4 tests. 42/51 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 3.43 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 43: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 43: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 43: Test timeout computed to be: 1500 43: [==========] Running 9 tests from 9 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_copy_team_test 43: [ RUN ] std_algorithms_copy_team_test.test 43: [ OK ] std_algorithms_copy_team_test.test (782 ms) 43: [----------] 1 test from std_algorithms_copy_team_test (782 ms total) 43: 43: [----------] 1 test from std_algorithms_copy_n_team_test 43: [ RUN ] std_algorithms_copy_n_team_test.test 43: [ OK ] std_algorithms_copy_n_team_test.test (64 ms) 43: [----------] 1 test from std_algorithms_copy_n_team_test (64 ms total) 43: 43: [----------] 1 test from std_algorithms_copy_backward_team_test 43: [ RUN ] std_algorithms_copy_backward_team_test.test 43: [ OK ] std_algorithms_copy_backward_team_test.test (642 ms) 43: [----------] 1 test from std_algorithms_copy_backward_team_test (642 ms total) 43: 43: [----------] 1 test from std_algorithms_copy_if_team_test 43: [ RUN ] std_algorithms_copy_if_team_test.test 43: [ OK ] std_algorithms_copy_if_team_test.test (509 ms) 43: [----------] 1 test from std_algorithms_copy_if_team_test (509 ms total) 43: 43: [----------] 1 test from std_algorithms_unique_copy_team_test 43: [ RUN ] std_algorithms_unique_copy_team_test.test 43: [ OK ] std_algorithms_unique_copy_team_test.test (637 ms) 43: [----------] 1 test from std_algorithms_unique_copy_team_test (637 ms total) 43: 43: [----------] 1 test from std_algorithms_remove_team_test 43: [ RUN ] std_algorithms_remove_team_test.test 43: [ OK ] std_algorithms_remove_team_test.test (470 ms) 43: [----------] 1 test from std_algorithms_remove_team_test (470 ms total) 43: 43: [----------] 1 test from std_algorithms_remove_if_team_test 43: [ RUN ] std_algorithms_remove_if_team_test.test 43: [ OK ] std_algorithms_remove_if_team_test.test (435 ms) 43: [----------] 1 test from std_algorithms_remove_if_team_test (435 ms total) 43: 43: [----------] 1 test from std_algorithms_remove_copy_team_test 43: [ RUN ] std_algorithms_remove_copy_team_test.test 43: [ OK ] std_algorithms_remove_copy_team_test.test (506 ms) 43: [----------] 1 test from std_algorithms_remove_copy_team_test (506 ms total) 43: 43: [----------] 1 test from std_algorithms_remove_copy_if_team_test 43: [ RUN ] std_algorithms_remove_copy_if_team_test.test 43: [ OK ] std_algorithms_remove_copy_if_team_test.test (404 ms) 43: [----------] 1 test from std_algorithms_remove_copy_if_team_test (404 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 9 tests from 9 test suites ran. (4454 ms total) 43: [ PASSED ] 9 tests. 43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 4.46 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 44: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 44: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 44: Test timeout computed to be: 1500 44: [==========] Running 4 tests from 4 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_unique_team_test 44: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 44: [ OK ] std_algorithms_unique_team_test.test_default_predicate (676 ms) 44: [----------] 1 test from std_algorithms_unique_team_test (676 ms total) 44: 44: [----------] 1 test from std_algorithms_adjacent_difference_team_test 44: [ RUN ] std_algorithms_adjacent_difference_team_test.test 44: [ OK ] std_algorithms_adjacent_difference_team_test.test (811 ms) 44: [----------] 1 test from std_algorithms_adjacent_difference_team_test (811 ms total) 44: 44: [----------] 1 test from std_algorithms_reduce_team_test 44: [ RUN ] std_algorithms_reduce_team_test.test 44: [ OK ] std_algorithms_reduce_team_test.test (718 ms) 44: [----------] 1 test from std_algorithms_reduce_team_test (718 ms total) 44: 44: [----------] 1 test from std_algorithms_transform_reduce_team_test 44: [ RUN ] std_algorithms_transform_reduce_team_test.test 44: [ OK ] std_algorithms_transform_reduce_team_test.test (1553 ms) 44: [----------] 1 test from std_algorithms_transform_reduce_team_test (1553 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 4 tests from 4 test suites ran. (3759 ms total) 44: [ PASSED ] 4 tests. 44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 3.77 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 45: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 45: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 45: Test timeout computed to be: 1500 45: [==========] Running 18 tests from 5 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_is_sorted_team_test 45: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 45: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (529 ms) 45: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 45: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (378 ms) 45: [----------] 2 tests from std_algorithms_is_sorted_team_test (908 ms total) 45: 45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 45: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 45: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (4 ms) 45: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 45: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (1 ms) 45: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 45: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (399 ms) 45: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 45: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (499 ms) 45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (904 ms total) 45: 45: [----------] 4 tests from std_algorithms_is_partitioned_team_test 45: [ RUN ] std_algorithms_is_partitioned_team_test.empty 45: [ OK ] std_algorithms_is_partitioned_team_test.empty (0 ms) 45: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 45: [ OK ] std_algorithms_is_partitioned_team_test.all_true (250 ms) 45: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 45: [ OK ] std_algorithms_is_partitioned_team_test.all_false (271 ms) 45: [ RUN ] std_algorithms_is_partitioned_team_test.random 45: [ OK ] std_algorithms_is_partitioned_team_test.random (207 ms) 45: [----------] 4 tests from std_algorithms_is_partitioned_team_test (729 ms total) 45: 45: [----------] 4 tests from std_algorithms_partition_copy_team_test 45: [ RUN ] std_algorithms_partition_copy_team_test.empty 45: [ OK ] std_algorithms_partition_copy_team_test.empty (0 ms) 45: [ RUN ] std_algorithms_partition_copy_team_test.all_true 45: [ OK ] std_algorithms_partition_copy_team_test.all_true (562 ms) 45: [ RUN ] std_algorithms_partition_copy_team_test.all_false 45: [ OK ] std_algorithms_partition_copy_team_test.all_false (548 ms) 45: [ RUN ] std_algorithms_partition_copy_team_test.random 45: [ OK ] std_algorithms_partition_copy_team_test.random (470 ms) 45: [----------] 4 tests from std_algorithms_partition_copy_team_test (1582 ms total) 45: 45: [----------] 4 tests from std_algorithms_partition_point_team_test 45: [ RUN ] std_algorithms_partition_point_team_test.empty 45: [ OK ] std_algorithms_partition_point_team_test.empty (0 ms) 45: [ RUN ] std_algorithms_partition_point_team_test.all_true 45: [ OK ] std_algorithms_partition_point_team_test.all_true (239 ms) 45: [ RUN ] std_algorithms_partition_point_team_test.all_false 45: [ OK ] std_algorithms_partition_point_team_test.all_false (254 ms) 45: [ RUN ] std_algorithms_partition_point_team_test.random 45: [ OK ] std_algorithms_partition_point_team_test.random (183 ms) 45: [----------] 4 tests from std_algorithms_partition_point_team_test (678 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 18 tests from 5 test suites ran. (4804 ms total) 45: [ PASSED ] 18 tests. 45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.81 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 46: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 46: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 46: Test timeout computed to be: 1500 46: [==========] Running 5 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_transform_team_test 46: [ RUN ] std_algorithms_transform_team_test.test_unary_op 46: [ OK ] std_algorithms_transform_team_test.test_unary_op (923 ms) 46: [ RUN ] std_algorithms_transform_team_test.test_binary_op 46: [ OK ] std_algorithms_transform_team_test.test_binary_op (1005 ms) 46: [----------] 2 tests from std_algorithms_transform_team_test (1929 ms total) 46: 46: [----------] 1 test from std_algorithms_generate_team_test 46: [ RUN ] std_algorithms_generate_team_test.test_unary_op 46: [ OK ] std_algorithms_generate_team_test.test_unary_op (2420 ms) 46: [----------] 1 test from std_algorithms_generate_team_test (2421 ms total) 46: 46: [----------] 1 test from std_algorithms_generate_n_team_test 46: [ RUN ] std_algorithms_generate_n_team_test.test 46: [ OK ] std_algorithms_generate_n_team_test.test (55 ms) 46: [----------] 1 test from std_algorithms_generate_n_team_test (55 ms total) 46: 46: [----------] 1 test from std_algorithms_swap_ranges_team_test 46: [ RUN ] std_algorithms_swap_ranges_team_test.test 46: [ OK ] std_algorithms_swap_ranges_team_test.test (1103 ms) 46: [----------] 1 test from std_algorithms_swap_ranges_team_test (1103 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 5 tests from 4 test suites ran. (5509 ms total) 46: [ PASSED ] 5 tests. 46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 5.52 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 47: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 47: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 47: Test timeout computed to be: 1500 47: [==========] Running 2 tests from 2 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_exclusive_scan_team_test 47: [ RUN ] std_algorithms_exclusive_scan_team_test.test 47: [ OK ] std_algorithms_exclusive_scan_team_test.test (1895 ms) 47: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1896 ms total) 47: 47: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 47: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 47: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (891 ms) 47: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (891 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 2 tests from 2 test suites ran. (2787 ms total) 47: [ PASSED ] 2 tests. 47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.80 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 48: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 48: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests 48: Test timeout computed to be: 1500 48: [==========] Running 2 tests from 2 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_inclusive_scan_team_test 48: [ RUN ] std_algorithms_inclusive_scan_team_test.test 48: [ OK ] std_algorithms_inclusive_scan_team_test.test (2866 ms) 48: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2866 ms total) 48: 48: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 48: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 48: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1900 ms) 48: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1900 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 2 tests from 2 test suites ran. (4767 ms total) 48: [ PASSED ] 2 tests. 48/51 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 4.78 sec test 49 Start 49: Kokkos_PerformanceTest_InclusiveScan 49: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-08-22_T18-30-13.json" 49: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test 49: Test timeout computed to be: 1500 49: 2025-08-22T18:57:58+00:00 49: Running /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 49: Run on (4 X 2000 MHz CPU s) 49: CPU Caches: 49: L1 Data 64 KiB (x4) 49: L1 Instruction 64 KiB (x4) 49: L2 Unified 512 KiB (x4) 49: L3 Unified 16384 KiB (x4) 49: Load Average: 1.03, 1.46, 3.59 49: CPU architecture: none 49: Default Device: Serial 49: GIT_BRANCH: HEAD 49: GIT_CLEAN_STATUS: CLEAN 49: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 49: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 49: GIT_COMMIT_HASH: 44bf7b764 49: GPU architecture: none 49: KOKKOS_COMPILER_CLANG: 1914 49: KOKKOS_ENABLE_ASM: no 49: KOKKOS_ENABLE_CXX17: no 49: KOKKOS_ENABLE_CXX20: yes 49: KOKKOS_ENABLE_CXX23: no 49: KOKKOS_ENABLE_CXX26: no 49: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 49: KOKKOS_ENABLE_HWLOC: no 49: KOKKOS_ENABLE_LIBDL: yes 49: KOKKOS_ENABLE_PRAGMA_IVDEP: no 49: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 49: KOKKOS_ENABLE_PRAGMA_UNROLL: no 49: KOKKOS_ENABLE_PRAGMA_VECTOR: no 49: KOKKOS_ENABLE_SERIAL: yes 49: Kokkos Version: 4.7.99 49: platform: 64bit 49: ---------------------------------------------------------------------------------------------------------------------------------------------- 49: Benchmark Time CPU Iterations FOM: GB/s MB Passed 49: ---------------------------------------------------------------------------------------------------------------------------------------------- 49: BM_inclusive_scan<std::uint64_t>/100000000/manual_time 0.262 s 0.261 s 3 6.1137/s 1.6k 1 49: BM_inclusive_scan<std::int64_t>/100000000/manual_time 0.263 s 0.262 s 3 6.08099/s 1.6k 1 49: BM_inclusive_scan<double>/100000000/manual_time 0.337 s 0.337 s 2 4.74527/s 1.6k 1 49: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time 0.261 s 0.261 s 3 6.13716/s 1.6k 1 49: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time 0.260 s 0.260 s 3 6.16279/s 1.6k 1 49: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time 0.338 s 0.338 s 2 4.73063/s 1.6k 1 49: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time 0.331 s 0.331 s 2 4.83861/s 1.6k 1 49: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time 0.332 s 0.332 s 2 4.82379/s 1.6k 1 49: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time 0.278 s 0.278 s 3 5.75226/s 1.6k 1 49/51 Test #49: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 26.44 sec test 50 Start 50: Kokkos_UnitTest_SIMD 50: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/simd/unit_tests/Kokkos_UnitTest_SIMD 50: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/simd/unit_tests 50: Test timeout computed to be: 1500 50: [==========] Running 18 tests from 1 test suite. 50: [----------] Global test environment set-up. 50: [----------] 18 tests from simd 50: [ RUN ] simd.host_math_ops 50: [ OK ] simd.host_math_ops (0 ms) 50: [ RUN ] simd.device_math_ops 50: [ OK ] simd.device_math_ops (0 ms) 50: [ RUN ] simd.host_mask_ops 50: [ OK ] simd.host_mask_ops (0 ms) 50: [ RUN ] simd.device_mask_ops 50: [ OK ] simd.device_mask_ops (0 ms) 50: [ RUN ] simd.host_conversions 50: [ OK ] simd.host_conversions (0 ms) 50: [ RUN ] simd.device_conversions 50: [ OK ] simd.device_conversions (0 ms) 50: [ RUN ] simd.host_shift_ops 50: [ OK ] simd.host_shift_ops (0 ms) 50: [ RUN ] simd.device_shift_ops 50: [ OK ] simd.device_shift_ops (0 ms) 50: [ RUN ] simd.host_condition 50: [ OK ] simd.host_condition (0 ms) 50: [ RUN ] simd.device_condition 50: [ OK ] simd.device_condition (0 ms) 50: [ RUN ] simd.host_gen_ctors 50: [ OK ] simd.host_gen_ctors (0 ms) 50: [ RUN ] simd.device_gen_ctors 50: [ OK ] simd.device_gen_ctors (0 ms) 50: [ RUN ] simd.host_where_expressions 50: [ OK ] simd.host_where_expressions (0 ms) 50: [ RUN ] simd.device_where_expressions 50: [ OK ] simd.device_where_expressions (0 ms) 50: [ RUN ] simd.host_reductions 50: [ OK ] simd.host_reductions (0 ms) 50: [ RUN ] simd.device_reductions 50: [ OK ] simd.device_reductions (0 ms) 50: [ RUN ] simd.host_construction 50: [ OK ] simd.host_construction (0 ms) 50: [ RUN ] simd.device_construction 50: [ OK ] simd.device_construction (0 ms) 50: [----------] 18 tests from simd (1 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 18 tests from 1 test suite ran. (1 ms total) 50: [ PASSED ] 18 tests. 50/51 Test #50: Kokkos_UnitTest_SIMD ....................................... Passed 0.01 sec test 51 Start 51: Kokkos_Example_RelocatableFunction 51: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/example/relocatable_function/Kokkos_example_relocatable_function 51: Working Directory: /var/jenkins/workspace/Kokkos_PR-8351/build/example/relocatable_function 51: Test timeout computed to be: 1500 51: 1.000000e+01 1.174900e-05s (relocatable) vs. 5.100000e-07s (inline) 51: 1.000000e+02 7.000000e-07s (relocatable) vs. 3.300000e-07s (inline) 51: 1.000000e+03 2.420000e-06s (relocatable) vs. 4.500000e-07s (inline) 51: 1.000000e+04 1.524000e-05s (relocatable) vs. 1.700000e-06s (inline) 51: 1.000000e+05 1.495580e-04s (relocatable) vs. 1.456000e-05s (inline) 51: 1.000000e+06 2.139683e-03s (relocatable) vs. 1.402500e-04s (inline) 51: 1.000000e+07 2.113714e-02s (relocatable) vs. 1.347240e-03s (inline) 51: 1.000000e+08 2.114394e-01s (relocatable) vs. 1.299490e-02s (inline) 51/51 Test #51: Kokkos_Example_RelocatableFunction ......................... Passed 0.25 sec 100% tests passed, 0 tests failed out of 51 Label Time Summary: Kokkos = 143.98 sec*proc (42 tests) Total Test time (real) = 845.57 sec Post stage [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 352deb0341edbae256ad7daae6fe0e160db719af52c732e40118ee1521d0ad90 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-8351' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 352deb0341edbae256ad7daae6fe0e160db719af52c732e40118ee1521d0ad90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } Running on CPU_Node_05 in /var/jenkins/workspace/Kokkos_PR-8351 [Pipeline] // node [Pipeline] } [Pipeline] { [Pipeline] // stage [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 496fea78f4a9313921fc4bfa952a4bb2664f16b2 into PR head commit 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Merge succeeded, producing 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Checking out Revision 44bf7b7646d4b8ce89cd90894feeec0c63513e17 (PR-8351) Commit message: "Disable pass-failed warning when using ROCm 6.4" > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8351/.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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 496fea78f4a9313921fc4bfa952a4bb2664f16b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t fceb40d8c4f2b3d28be13ea22b440616f62eae4e -f scripts/docker/Dockerfile.gcc scripts/docker #1 [internal] load build definition from Dockerfile.gcc #1 sha256:2fc614136e96289c7fd6e41bb6eac1e4c696a963b56e0a8739eddd06cb39deb2 #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 #2 DONE 0.3s #3 [internal] load .dockerignore #3 sha256:142a89b142dded0c0601dd572350f34a53d97c622c4244917669dfc5630e312f #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 #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 #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 #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:fbffe9a92a43902077fc133d6ccb59bc3ce9594bc94b07ca992f263bf4a1017d #9 exporting layers done #9 writing image sha256:9d490a3ae82c8dc4de2e4dd58f6593a12b1242d1f238fc79f4c1706c173bad5d done #9 naming to docker.io/library/fceb40d8c4f2b3d28be13ea22b440616f62eae4e:latest done #9 DONE 0.0s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . fceb40d8c4f2b3d28be13ea22b440616f62eae4e . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer CPU_Node_05 seems to be running inside container 5ce19406f59960bc30825ef68d299b8f94a227c7d64e558a85965a769ad3bb21 $ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_PR-8351 --volumes-from 5ce19406f59960bc30825ef68d299b8f94a227c7d64e558a85965a769ad3bb21 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** fceb40d8c4f2b3d28be13ea22b440616f62eae4e cat $ docker top 1ae226d3e210ffe0343cc2dfa0dfdad48ef59712b9a9f3de1c4ddb958b305705 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + 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 -- 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.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-8351/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 -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-8351/tpls/mdspan/include -- 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 -- [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 -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Check if compiler accepts -pthread -- [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 -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8351/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target benchmark Scanning dependencies of target kokkos_gtest [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 1%] Building CXX object _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 [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 1%] Built target AlwaysCheckGit [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o Scanning dependencies of target kokkoscore [ 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/colorprint.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o Scanning dependencies of target impl_git_version [ 3%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 3%] Linking CXX static library libimpl_git_version.a [ 3%] Built target impl_git_version [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 3%] 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%] Linking CXX static library libbenchmark.a [ 4%] Built target benchmark [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 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 core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o Scanning dependencies of target benchmark_main [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 5%] Linking CXX static library libbenchmark_main.a [ 5%] Built target benchmark_main [ 5%] Linking CXX static library libkokkoscore.a [ 5%] Built target kokkoscore Scanning dependencies of target kokkossimd [ 5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o Scanning dependencies of target kokkosalgorithms [ 6%] Linking CXX static library libkokkossimd.a [ 6%] Linking CXX static library libkokkos_gtest.a [ 7%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o 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%] Built target kokkossimd [ 7%] Built target kokkos_gtest [ 7%] Linking CXX static library libkokkosalgorithms.a [ 7%] Built target kokkosalgorithms [ 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_OpenMPInterOp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 8%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility Scanning dependencies of target Kokkos_CoreUnitTest_Serial_ViewSupport [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP_ViewSupport [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.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 Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_BasicView.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 10%] Built target Kokkos_CoreUnitTest_OpenMPInterOp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.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_Serial1.dir/serial/TestSerial_ArrayOps.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_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedAccessor.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedDataHandle.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP_ViewSupport [ 14%] Built target Kokkos_CoreUnitTest_OpenMP_ViewSupport Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_OPENMP [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [ 15%] Built target Kokkos_CoreUnitTest_InitializeFinalize Scanning dependencies of target Kokkos_StackTraceTestExec [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int16.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 18%] Linking CXX executable Kokkos_StackTraceTestExec [ 18%] Built target Kokkos_StackTraceTestExec [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_SERIAL [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 19%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 19%] Built target Kokkos_CoreTestCompileOnly [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 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_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 19%] Built target Kokkos_CoreUnitTest_KokkosP Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 21%] Built target Kokkos_CoreUnitTest_CTestDevice Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 21%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 21%] 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_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 22%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 22%] Built target Kokkos_CoreUnitTest_Develop 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 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 [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.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_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 27%] 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_TeamReductionScan.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.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_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 28%] 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_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp 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 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 34%] Linking CXX executable Kokkos_IncrementalTest_OPENMP [ 34%] Built target Kokkos_IncrementalTest_OPENMP [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.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_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.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%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 35%] Built target Kokkos_IncrementalTest_SERIAL [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.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_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.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_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 40%] Built target Kokkos_CoreUnitTest_Default [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 42%] 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_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 43%] 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_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [ 43%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 43%] Built target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanAtomicAccessor.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanConversion.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 43%] 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%] 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 [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.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_Functional_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_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 [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp 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%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 47%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.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_Sort_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessorAccessViolation.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessor.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 58%] 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_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.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_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.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 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 60%] 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_AnonymousSpace_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 60%] 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_Complex_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 61%] 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 [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_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_Graph_fwd_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 62%] 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_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 63%] 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_Macros_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_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%] 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_MathematicalConstants_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp 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_Parallel_Reduce_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_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_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_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_Pair_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp Scanning dependencies of 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_Abort_hpp.dir/tstHeader.cpp.o [ 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_Abort_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_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_ReductionIdentity_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_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 [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp 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 [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp Scanning dependencies of target Kokkos_PerformanceTest_ViewFirstTouch [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp Scanning dependencies of target Kokkos_PerformanceTest_Benchmark 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_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.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 [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 67%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 67%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 67%] Built target Kokkos_CoreUnitTest_OpenMP Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 67%] Built target Kokkos_CoreUnitTest_Serial1 Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 67%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 67%] Built target Kokkos_PerformanceTest_Reduction [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 67%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 67%] Built target Kokkos_PerformanceTest_TaskDag [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 69%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 69%] Built target Kokkos_PerformanceTest_Mempool 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 core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o [ 69%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 69%] Built target Kokkos_PerformanceTest_ViewFirstTouch 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 core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 71%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 71%] Built target Kokkos_Benchmark_Atomic_MinMax Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP [ 71%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 71%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 71%] Built target Kokkos_PerformanceTest_Atomic [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 71%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 72%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 72%] Built target Kokkos_ContainersTestCompileOnly Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.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_ViewCopy_a6.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.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 [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.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 [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.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 core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.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_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 78%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 78%] Built target Kokkos_PerformanceTest_Benchmark 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%] 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_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.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 [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.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_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 81%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 81%] Built target Kokkos_ContainersUnitTest_Serial Scanning dependencies of target Kokkos_UnitTest_Sort [ 81%] 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_E.dir/TestStdAlgorithmsExclusiveScan.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_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSort.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortByKey.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortCustomComp.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortA.cpp.o [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Vector.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortB.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestNestedSort.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o Scanning dependencies of target Kokkos_UnitTest_Random [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmp/TestRandom.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 84%] Linking CXX executable Kokkos_UnitTest_Sort [ 84%] Built target Kokkos_UnitTest_Sort Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 84%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 84%] Built target Kokkos_ContainersUnitTest_OpenMP Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 87%] Linking CXX executable Kokkos_UnitTest_Random [ 87%] Built target Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.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_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D 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_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 90%] 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_D.dir/TestStdAlgorithmsReplace.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_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 90%] 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_Team_G.dir/TestStdAlgorithmsTeamShiftRight.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_Team_C.dir/TestStdAlgorithmsTeamSearchN.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_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G 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%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.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/TestStdAlgorithmsRemoveCopy.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D Scanning dependencies of target Kokkos_PerformanceTest_InclusiveScan [ 98%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F Scanning dependencies of target Kokkos_UnitTest_SIMD [ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 98%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 98%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o Scanning dependencies of target Kokkos_atomic [ 98%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o Scanning dependencies of target Kokkos_gather [ 98%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o Scanning dependencies of target Kokkos_gups [ 98%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 98%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 98%] Built target Kokkos_PerformanceTest_InclusiveScan Scanning dependencies of target Kokkos_launch_latency [ 98%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M Scanning dependencies of target Kokkos_stream [ 98%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 99%] Linking CXX executable Kokkos_gups [ 99%] Built target Kokkos_gups Scanning dependencies of target Kokkos_view_copy_constructor [ 99%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 99%] Linking CXX executable Kokkos_stream [ 99%] Built target Kokkos_stream Scanning dependencies of target Kokkos_policy_performance [ 99%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 99%] Linking CXX executable Kokkos_launch_latency [ 99%] Built target Kokkos_launch_latency Scanning dependencies of target Kokkos_bytes_and_flops [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [100%] Linking CXX executable Kokkos_atomic [100%] Built target Kokkos_atomic [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [100%] Linking CXX executable Kokkos_view_copy_constructor [100%] Built target Kokkos_view_copy_constructor [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [100%] Linking CXX executable Kokkos_policy_performance [100%] Linking CXX executable Kokkos_gather [100%] Built target Kokkos_gather [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [100%] Built target Kokkos_policy_performance [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [100%] Linking CXX executable Kokkos_bytes_and_flops [100%] Built target Kokkos_bytes_and_flops [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-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Site: 1ae226d3e210 Build name: Linux-c++ Create new tag: 20250822-1913 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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/50 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-8351/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 (6 ms) 2: [ RUN ] openmp.basic_view_atomic_accessor 2: [ OK ] openmp.basic_view_atomic_accessor (2 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 (8 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 (17 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (17 ms total) 2: [ PASSED ] 14 tests. 2/50 Test #2: Kokkos_CoreUnitTest_OpenMP_ViewSupport ..................... Passed 0.06 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 292 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 (4 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (2 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (2 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (3 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-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (13 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-8351/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: [----------] 263 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int8 3: [ OK ] serial.atomic_operations_int8 (0 ms) 3: [ RUN ] serial.atomic_operations_int16 3: [ OK ] serial.atomic_operations_int16 (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (0 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (0 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (0 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (0 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (51 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 (40 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_0 3: [ OK ] serial.deep_copy_assignable_types_rank_0 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1 3: [ OK ] serial.deep_copy_assignable_types_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2 3: [ OK ] serial.deep_copy_assignable_types_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3 3: [ OK ] serial.deep_copy_assignable_types_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_4 3: [ OK ] serial.deep_copy_assignable_types_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_5 3: [ OK ] serial.deep_copy_assignable_types_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_6 3: [ OK ] serial.deep_copy_assignable_types_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_7 3: [ OK ] serial.deep_copy_assignable_types_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_8 3: [ OK ] serial.deep_copy_assignable_types_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1_half 3: [ OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2_half 3: [ OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3_half 3: [ OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_0 3: [ OK ] serial.deep_copy_narrowing_rank_0 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_1 3: [ OK ] serial.deep_copy_narrowing_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_2 3: [ OK ] serial.deep_copy_narrowing_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_3 3: [ OK ] serial.deep_copy_narrowing_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_4 3: [ OK ] serial.deep_copy_narrowing_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_5 3: [ OK ] serial.deep_copy_narrowing_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_6 3: [ OK ] serial.deep_copy_narrowing_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_7 3: [ OK ] serial.deep_copy_narrowing_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_8 3: [ OK ] serial.deep_copy_narrowing_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (9 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (46 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (10 ms) 3: [ RUN ] serial.partitioning_by_args_with_structured_bindings 3: [ OK ] serial.partitioning_by_args_with_structured_bindings (22 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (2 ms) 3: [ RUN ] serial.exec_space_thread_safety_range 3: [ OK ] serial.exec_space_thread_safety_range (1070 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (128 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (121 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (119 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (119 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 (119 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_capture 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1113: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (10 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 (2707 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2329 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1399 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1388 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 (6 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (4 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (1 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_fmax_fmin 3: [ OK ] serial.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (2 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_impl_half_fallback 3: [ OK ] serial.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] serial.mathematical_functions_nextafter_fp16 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestMathematicalFunctions.hpp:2013: Skipped 3: no 16-bit floating-point precision support 3: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (4 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 (24 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 (83 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 (847 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 (3032 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 (36 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-8351/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (6 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (1 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (1 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (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 (236 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (260 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 3: [ OK ] serial.int64_t_reduce_dynamic (816 ms) 3: [ RUN ] serial.double_reduce_dynamic 3: [ OK ] serial.double_reduce_dynamic (1025 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (210 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-8351/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_identity_min_max_floating_point_types 3: [ OK ] serial.reduction_identity_min_max_floating_point_types (1 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (5 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 3: [ OK ] serial.reduce_device_view_mdrange_policy (1990 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (1620 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 (946 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 (19 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 (936 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 (18 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 (722 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 (17 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 (734 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 (18 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 (761 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 (17 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: [----------] 263 tests from serial (24475 ms total) 3: 3: [----------] 17 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/core/unit_test/TestGraph.hpp:250: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:444: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.sized_functor_launch 3: [ OK ] serial_graph.sized_functor_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:658: Skipped 3: test needs at least 4 OpenMP threads 3: [ SKIPPED ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:735: Skipped 3: insufficient number of supported concurrent threads 3: [ SKIPPED ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 292 tests from 4 test suites ran. (24489 ms total) 3: [ PASSED ] 280 tests. 3: [ SKIPPED ] 12 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.graph_capture 3: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.submit_onto_another_execution_space_instance 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3: [ SKIPPED ] serial_graph.diamond 3: [ SKIPPED ] serial_graph.end_of_submit_control_flow 3/50 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 24.52 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 147 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 9 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 (42 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (38 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (6 ms) 4: [----------] 9 tests from serial_DeathTest (87 ms total) 4: 4: [----------] 138 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 (368 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (3 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_broadcast_int_ptr 4: [ OK ] serial.team_broadcast_int_ptr (0 ms) 4: [ RUN ] serial.team_single_thread_int_ptr 4: [ OK ] serial.team_single_thread_int_ptr (0 ms) 4: [ RUN ] serial.team_single_team_int_ptr 4: [ OK ] serial.team_single_team_int_ptr (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (4 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (513 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 (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 (39 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 (93 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 4: [ OK ] serial.repeated_team_reduce (4294 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_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (101 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 (4 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 (3 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (2 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.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 (12 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 (769 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 (7 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (1 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right 4: [ OK ] serial.view_fill_tests_layout_right (4776 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 4: [ OK ] serial.view_fill_tests_layout_left (5167 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 (40 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 (63 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 (4 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (132 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (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-8351/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (326 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (329 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (330 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 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 (316 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: [----------] 138 tests from serial (18843 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 147 tests from 2 test suites ran. (18930 ms total) 4: [ PASSED ] 140 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/50 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 18.94 sec test 5 Start 5: Kokkos_CoreUnitTest_OpenMP 5: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 439 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 20 tests from openmp_DeathTest 5: [ RUN ] openmp_DeathTest.abort_from_host 5: [ OK ] openmp_DeathTest.abort_from_host (4 ms) 5: [ RUN ] openmp_DeathTest.abort_from_device 5: [ OK ] openmp_DeathTest.abort_from_device (3 ms) 5: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (3 ms) 5: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (3 ms) 5: [ RUN ] openmp_DeathTest.policy_invalid_bounds 5: [ OK ] openmp_DeathTest.policy_invalid_bounds (0 ms) 5: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds 5: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (0 ms) 5: [ RUN ] openmp_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (0 ms) 5: [ RUN ] openmp_DeathTest.range_policy_check_sign_changes 5: [ OK ] openmp_DeathTest.range_policy_check_sign_changes (0 ms) 5: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 5: [ RUN ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped 5: skipping since no memory access violation would occur 5: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 5: [ RUN ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped 5: skipping since no memory access violation would occur 5: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 5: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn 5: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms) 5: [ RUN ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment 5: [ OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (40 ms) 5: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment 5: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (39 ms) 5: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped 5: skipping since no memory access violation would occur 5: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms) 5: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_device 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 5: skipping since no memory access violation would occur 5: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 5: [ RUN ] openmp_DeathTest.view_subview_constructor_layout_compatibility 5: [ OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (8 ms) 5: [----------] 20 tests from openmp_DeathTest (102 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-8351/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: [----------] 401 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 (11 ms) 5: [ RUN ] openmp.atomic_operations_complexfloat 5: [ OK ] openmp.atomic_operations_complexfloat (10 ms) 5: [ RUN ] openmp.atomic_operations_double 5: [ OK ] openmp.atomic_operations_double (9 ms) 5: [ RUN ] openmp.atomic_operations_float 5: [ OK ] openmp.atomic_operations_float (10 ms) 5: [ RUN ] openmp.atomic_operations_int8 5: [ OK ] openmp.atomic_operations_int8 (26 ms) 5: [ RUN ] openmp.atomic_operations_int16 5: [ OK ] openmp.atomic_operations_int16 (26 ms) 5: [ RUN ] openmp.atomic_operations_int 5: [ OK ] openmp.atomic_operations_int (24 ms) 5: [ RUN ] openmp.atomic_operations_long 5: [ OK ] openmp.atomic_operations_long (28 ms) 5: [ RUN ] openmp.atomic_operations_longlong 5: [ OK ] openmp.atomic_operations_longlong (27 ms) 5: [ RUN ] openmp.atomic_shared 5: [ OK ] openmp.atomic_shared (0 ms) 5: [ RUN ] openmp.atomic_operations_unsigned 5: [ OK ] openmp.atomic_operations_unsigned (20 ms) 5: [ RUN ] openmp.atomic_operations_unsignedlong 5: [ OK ] openmp.atomic_operations_unsignedlong (19 ms) 5: [ RUN ] openmp.atomics 5: [ OK ] openmp.atomics (20 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 (224 ms) 5: [ RUN ] openmp.atomic_views_nonintegral 5: [ OK ] openmp.atomic_views_nonintegral (64 ms) 5: [ RUN ] openmp.atomic_view_api 5: [ OK ] openmp.atomic_view_api (0 ms) 5: [ RUN ] openmp.bit_manip_countl_zero 5: [ OK ] openmp.bit_manip_countl_zero (0 ms) 5: [ RUN ] openmp.bit_manip_countl_one 5: [ OK ] openmp.bit_manip_countl_one (0 ms) 5: [ RUN ] openmp.bit_manip_countr_zero 5: [ OK ] openmp.bit_manip_countr_zero (0 ms) 5: [ RUN ] openmp.bit_manip_countr_one 5: [ OK ] openmp.bit_manip_countr_one (0 ms) 5: [ RUN ] openmp.bit_manip_popcount 5: [ OK ] openmp.bit_manip_popcount (0 ms) 5: [ RUN ] openmp.bit_manip_has_single_bit 5: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 5: [ RUN ] openmp.bit_manip_bit_floor 5: [ OK ] openmp.bit_manip_bit_floor (0 ms) 5: [ RUN ] openmp.bit_manip_bit_ceil 5: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 5: [ RUN ] openmp.bit_manip_bit_width 5: [ OK ] openmp.bit_manip_bit_width (0 ms) 5: [ RUN ] openmp.bit_manip_rotl 5: [ OK ] openmp.bit_manip_rotl (0 ms) 5: [ RUN ] openmp.bit_manip_rotr 5: [ OK ] openmp.bit_manip_rotr (0 ms) 5: [ RUN ] openmp.bit_manip_byeswap 5: [ OK ] openmp.bit_manip_byeswap (0 ms) 5: [ RUN ] openmp.bit_manip_bit_cast 5: [ OK ] openmp.bit_manip_bit_cast (0 ms) 5: [ RUN ] openmp.test_block_deduction_bug_pr_3103 5: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] openmp.checked_integer_operations_multiply_overflow 5: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] openmp.execution_policy_occupancy_and_hint 5: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] openmp.complex_construction 5: [ OK ] openmp.complex_construction (0 ms) 5: [ RUN ] openmp.complex_basic_math 5: [ OK ] openmp.complex_basic_math (0 ms) 5: [ RUN ] openmp.complex_special_funtions 5: [ OK ] openmp.complex_special_funtions (0 ms) 5: [ RUN ] openmp.complex_io 5: [ OK ] openmp.complex_io (0 ms) 5: [ RUN ] openmp.complex_trivially_copyable 5: [ OK ] openmp.complex_trivially_copyable (0 ms) 5: [ RUN ] openmp.complex_issue_3865 5: [ OK ] openmp.complex_issue_3865 (0 ms) 5: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 5: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] openmp.complex_structured_bindings 5: [ OK ] openmp.complex_structured_bindings (0 ms) 5: [ RUN ] openmp.crs_count_fill 5: [ OK ] openmp.crs_count_fill (2 ms) 5: [ RUN ] openmp.crs_copy_constructor 5: [ OK ] openmp.crs_copy_constructor (11 ms) 5: [ RUN ] openmp.deep_copy_assignable_types_rank_0 5: [ OK ] openmp.deep_copy_assignable_types_rank_0 (0 ms) 5: [ RUN ] openmp.deep_copy_assignable_types_rank_1 5: [ OK ] openmp.deep_copy_assignable_types_rank_1 (0 ms) 5: [ RUN ] openmp.deep_copy_assignable_types_rank_2 5: [ OK ] openmp.deep_copy_assignable_types_rank_2 (0 ms) 5: [ RUN ] openmp.deep_copy_assignable_types_rank_3 5: [ OK ] openmp.deep_copy_assignable_types_rank_3 (0 ms) 5: [ RUN ] openmp.deep_copy_assignable_types_rank_4 5: [ OK ] openmp.deep_copy_assignable_types_rank_4 (0 ms) 5: [ RUN ] openmp.deep_copy_assignable_types_rank_5 5: [ OK ] openmp.deep_copy_assignable_types_rank_5 (0 ms) 5: [ RUN ] openmp.deep_copy_assignable_types_rank_6 5: [ OK ] openmp.deep_copy_assignable_types_rank_6 (0 ms) 5: [ RUN ] openmp.deep_copy_assignable_types_rank_7 5: [ OK ] openmp.deep_copy_assignable_types_rank_7 (0 ms) 5: [ RUN ] openmp.deep_copy_assignable_types_rank_8 5: [ OK ] openmp.deep_copy_assignable_types_rank_8 (0 ms) 5: [ RUN ] openmp.deep_copy_assignable_types_rank_1_half 5: [ OK ] openmp.deep_copy_assignable_types_rank_1_half (0 ms) 5: [ RUN ] openmp.deep_copy_assignable_types_rank_2_half 5: [ OK ] openmp.deep_copy_assignable_types_rank_2_half (0 ms) 5: [ RUN ] openmp.deep_copy_assignable_types_rank_3_half 5: [ OK ] openmp.deep_copy_assignable_types_rank_3_half (0 ms) 5: [ RUN ] openmp.deep_copy_narrowing_rank_0 5: [ OK ] openmp.deep_copy_narrowing_rank_0 (0 ms) 5: [ RUN ] openmp.deep_copy_narrowing_rank_1 5: [ OK ] openmp.deep_copy_narrowing_rank_1 (0 ms) 5: [ RUN ] openmp.deep_copy_narrowing_rank_2 5: [ OK ] openmp.deep_copy_narrowing_rank_2 (0 ms) 5: [ RUN ] openmp.deep_copy_narrowing_rank_3 5: [ OK ] openmp.deep_copy_narrowing_rank_3 (0 ms) 5: [ RUN ] openmp.deep_copy_narrowing_rank_4 5: [ OK ] openmp.deep_copy_narrowing_rank_4 (0 ms) 5: [ RUN ] openmp.deep_copy_narrowing_rank_5 5: [ OK ] openmp.deep_copy_narrowing_rank_5 (0 ms) 5: [ RUN ] openmp.deep_copy_narrowing_rank_6 5: [ OK ] openmp.deep_copy_narrowing_rank_6 (0 ms) 5: [ RUN ] openmp.deep_copy_narrowing_rank_7 5: [ OK ] openmp.deep_copy_narrowing_rank_7 (0 ms) 5: [ RUN ] openmp.deep_copy_narrowing_rank_8 5: [ OK ] openmp.deep_copy_narrowing_rank_8 (0 ms) 5: [ RUN ] openmp.deep_copy_alignment 5: [ OK ] openmp.deep_copy_alignment (5 ms) 5: [ RUN ] openmp.deep_copy_conversion 5: [ OK ] openmp.deep_copy_conversion (31 ms) 5: [ RUN ] openmp.partitioning_by_args 5: [ OK ] openmp.partitioning_by_args (31 ms) 5: [ RUN ] openmp.partitioning_by_args_with_structured_bindings 5: [ OK ] openmp.partitioning_by_args_with_structured_bindings (11 ms) 5: [ RUN ] openmp.partitioning_by_vector 5: [ OK ] openmp.partitioning_by_vector (11 ms) 5: [ RUN ] openmp.exec_space_thread_safety_range 5: [ OK ] openmp.exec_space_thread_safety_range (1081 ms) 5: [ RUN ] openmp.exec_space_thread_safety_mdrange 5: [ OK ] openmp.exec_space_thread_safety_mdrange (264 ms) 5: [ RUN ] openmp.exec_space_thread_safety_team_policy 5: [ OK ] openmp.exec_space_thread_safety_team_policy (287 ms) 5: [ RUN ] openmp.exec_space_thread_safety_range_reduce 5: [ OK ] openmp.exec_space_thread_safety_range_reduce (283 ms) 5: [ RUN ] openmp.exec_space_thread_safety_mdrange_reduce 5: [ OK ] openmp.exec_space_thread_safety_mdrange_reduce (273 ms) 5: [ RUN ] openmp.exec_space_thread_safety_team_policy_reduce 5: [ OK ] openmp.exec_space_thread_safety_team_policy_reduce (283 ms) 5: [ RUN ] openmp.exec_space_thread_safety_range_scan 5: [ OK ] openmp.exec_space_thread_safety_range_scan (315 ms) 5: [ RUN ] openmp.execution_space_as_class_data_member 5: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 5: [ RUN ] openmp.functor_analysis 5: [ OK ] openmp.functor_analysis (0 ms) 5: [ RUN ] openmp.when_all_type 5: [ OK ] openmp.when_all_type (0 ms) 5: [ RUN ] openmp.graph_capture 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1113: Skipped 5: The graph backend for OpenMP does not support capture. 5: [ SKIPPED ] openmp.graph_capture (0 ms) 5: [ RUN ] openmp.graph_then 5: [ OK ] openmp.graph_then (0 ms) 5: [ RUN ] openmp.then_host 5: [ OK ] openmp.then_host (0 ms) 5: [ RUN ] openmp.mixed_then_host_device_nodes 5: [ OK ] openmp.mixed_then_host_device_nodes (0 ms) 5: [ RUN ] openmp.graph_then_tag 5: [ OK ] openmp.graph_then_tag (0 ms) 5: [ RUN ] openmp.host_shared_ptr_use_count 5: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 5: [ RUN ] openmp.host_shared_ptr_get 5: [ OK ] openmp.host_shared_ptr_get (0 ms) 5: [ RUN ] openmp.host_shared_ptr_dereference_on_device 5: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] openmp.host_shared_ptr_special_members_on_device 5: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] openmp.host_shared_ptr_tracking 5: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 5: [ RUN ] openmp.join_backward_compatibility 5: [ OK ] openmp.join_backward_compatibility (0 ms) 5: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft 5: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (1154 ms) 5: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1094 ms) 5: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright 5: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (820 ms) 5: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright 5: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (815 ms) 5: [ RUN ] openmp.deep_copy_scratch 5: [ OK ] openmp.deep_copy_scratch (0 ms) 5: [ RUN ] openmp.mathematical_constants_e 5: [ OK ] openmp.mathematical_constants_e (0 ms) 5: [ RUN ] openmp.mathematical_constants_log2e 5: [ OK ] openmp.mathematical_constants_log2e (0 ms) 5: [ RUN ] openmp.mathematical_constants_log10e 5: [ OK ] openmp.mathematical_constants_log10e (0 ms) 5: [ RUN ] openmp.mathematical_constants_pi 5: [ OK ] openmp.mathematical_constants_pi (0 ms) 5: [ RUN ] openmp.mathematical_constants_inv_pi 5: [ OK ] openmp.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] openmp.mathematical_constants_inv_sqrtpi 5: [ OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] openmp.mathematical_constants_ln2 5: [ OK ] openmp.mathematical_constants_ln2 (0 ms) 5: [ RUN ] openmp.mathematical_constants_ln10 5: [ OK ] openmp.mathematical_constants_ln10 (0 ms) 5: [ RUN ] openmp.mathematical_constants_sqrt2 5: [ OK ] openmp.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] openmp.mathematical_constants_sqrt3 5: [ OK ] openmp.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] openmp.mathematical_constants_inv_sqrt3 5: [ OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] openmp.mathematical_constants_egamma 5: [ OK ] openmp.mathematical_constants_egamma (0 ms) 5: [ RUN ] openmp.mathematical_constants_phi 5: [ OK ] openmp.mathematical_constants_phi (0 ms) 5: [ RUN ] openmp.mathematical_functions_trigonometric_functions 5: [ OK ] openmp.mathematical_functions_trigonometric_functions (3 ms) 5: [ RUN ] openmp.mathematical_functions_hyperbolic_functions 5: [ OK ] openmp.mathematical_functions_hyperbolic_functions (3 ms) 5: [ RUN ] openmp.mathematical_functions_non_standard 5: [ OK ] openmp.mathematical_functions_non_standard (0 ms) 5: [ RUN ] openmp.mathematical_functions_power_functions 5: [ OK ] openmp.mathematical_functions_power_functions (1 ms) 5: [ RUN ] openmp.mathematical_functions_fma 5: [ OK ] openmp.mathematical_functions_fma (0 ms) 5: [ RUN ] openmp.mathematical_functions_fmax_fmin 5: [ OK ] openmp.mathematical_functions_fmax_fmin (0 ms) 5: [ RUN ] openmp.mathematical_functions_error_and_gamma_functions 5: [ OK ] openmp.mathematical_functions_error_and_gamma_functions (2 ms) 5: [ RUN ] openmp.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 5: [ RUN ] openmp.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] openmp.mathematical_functions_floating_point_manipulation_functions (1 ms) 5: [ RUN ] openmp.mathematical_functions_absolute_value 5: [ OK ] openmp.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] openmp.mathematical_functions_floating_point_absolute_value 5: [ OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] openmp.mathematical_functions_remainder_function 5: [ OK ] openmp.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] openmp.mathematical_functions_isfinite 5: [ OK ] openmp.mathematical_functions_isfinite (0 ms) 5: [ RUN ] openmp.mathematical_functions_isinf 5: [ OK ] openmp.mathematical_functions_isinf (0 ms) 5: [ RUN ] openmp.mathematical_functions_isnan 5: [ OK ] openmp.mathematical_functions_isnan (0 ms) 5: [ RUN ] openmp.mathematical_functions_impl_half_fallback 5: [ OK ] openmp.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] openmp.mathematical_functions_nextafter_fp16 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestMathematicalFunctions.hpp:2013: Skipped 5: no 16-bit floating-point precision support 5: [ SKIPPED ] openmp.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] openmp.mathematical_functions_exponential_functions 5: [ OK ] openmp.mathematical_functions_exponential_functions (3 ms) 5: [ RUN ] openmp.mathspecialfunc_expint1 5: [ OK ] openmp.mathspecialfunc_expint1 (0 ms) 5: [ RUN ] openmp.mathspecialfunc_errorfunc 5: [ OK ] openmp.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] openmp.mathspecialfunc_cbesselj0y0 5: [ OK ] openmp.mathspecialfunc_cbesselj0y0 (1 ms) 5: [ RUN ] openmp.mathspecialfunc_cbesselj1y1 5: [ OK ] openmp.mathspecialfunc_cbesselj1y1 (1 ms) 5: [ RUN ] openmp.mathspecialfunc_cbesseli0k0 5: [ OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms) 5: [ RUN ] openmp.mathspecialfunc_cbesseli1k1 5: [ OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms) 5: [ RUN ] openmp.mathspecialfunc_cbesselh1stkind 5: [ OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms) 5: [ RUN ] openmp.mathspecialfunc_cbesselh2ndkind 5: [ OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms) 5: [ RUN ] openmp.mdrange_5d 5: [ OK ] openmp.mdrange_5d (28 ms) 5: [ RUN ] openmp.mdrange_6d 5: [ OK ] openmp.mdrange_6d (77 ms) 5: [ RUN ] openmp.mdrange_2d 5: [ OK ] openmp.mdrange_2d (2 ms) 5: [ RUN ] openmp.mdrange_array_reduce 5: [ OK ] openmp.mdrange_array_reduce (0 ms) 5: [ RUN ] openmp.mdrange_3d 5: [ OK ] openmp.mdrange_3d (12 ms) 5: [ RUN ] openmp.mdrange_neg_idx 5: [ OK ] openmp.mdrange_neg_idx (42 ms) 5: [ RUN ] openmp.mdrange_4d 5: [ OK ] openmp.mdrange_4d (9 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 (574 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 5: [ OK ] openmp.mdrange_parallel_reduce_primitive_types (5097 ms) 5: [ RUN ] openmp.mdspan_minimal_functional 5: [ OK ] openmp.mdspan_minimal_functional (0 ms) 5: [ RUN ] openmp.mdspan_atomic_accessor 5: [ OK ] openmp.mdspan_atomic_accessor (0 ms) 5: [ RUN ] openmp.view_mdspan_conversion 5: [ OK ] openmp.view_mdspan_conversion (0 ms) 5: [ RUN ] openmp.view_mdspan_conversion_with_stride 5: [ OK ] openmp.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] openmp.max 5: [ OK ] openmp.max (0 ms) 5: [ RUN ] openmp.max_within_parfor 5: [ OK ] openmp.max_within_parfor (0 ms) 5: [ RUN ] openmp.min 5: [ OK ] openmp.min (0 ms) 5: [ RUN ] openmp.min_within_parfor 5: [ OK ] openmp.min_within_parfor (0 ms) 5: [ RUN ] openmp.minmax 5: [ OK ] openmp.minmax (0 ms) 5: [ RUN ] openmp.minmax_within_parfor 5: [ OK ] openmp.minmax_within_parfor (0 ms) 5: [ RUN ] openmp.clamp 5: [ OK ] openmp.clamp (0 ms) 5: [ RUN ] openmp.clamp_within_parfor 5: [ OK ] openmp.clamp_within_parfor (0 ms) 5: [ RUN ] openmp.numeric_traits_infinity 5: [ OK ] openmp.numeric_traits_infinity (0 ms) 5: [ RUN ] openmp.numeric_traits_epsilon 5: [ OK ] openmp.numeric_traits_epsilon (0 ms) 5: [ RUN ] openmp.numeric_traits_round_error 5: [ OK ] openmp.numeric_traits_round_error (0 ms) 5: [ RUN ] openmp.numeric_traits_norm_min 5: [ OK ] openmp.numeric_traits_norm_min (0 ms) 5: [ RUN ] openmp.numeric_traits_denorm_min 5: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 5: [ RUN ] openmp.numeric_traits_finite_min_max 5: [ OK ] openmp.numeric_traits_finite_min_max (1 ms) 5: [ RUN ] openmp.numeric_traits_digits 5: [ OK ] openmp.numeric_traits_digits (0 ms) 5: [ RUN ] openmp.numeric_traits_digits10 5: [ OK ] openmp.numeric_traits_digits10 (0 ms) 5: [ RUN ] openmp.numeric_traits_max_digits10 5: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] openmp.numeric_traits_radix 5: [ OK ] openmp.numeric_traits_radix (0 ms) 5: [ RUN ] openmp.numeric_traits_min_max_exponent 5: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] openmp.numeric_traits_min_max_exponent10 5: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 5: [ OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] openmp.numeric_traits_sfinae_friendly 5: [ OK ] openmp.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] openmp.occupancy_control 5: [ OK ] openmp.occupancy_control (0 ms) 5: [ RUN ] openmp.memory_pool 5: [ OK ] openmp.memory_pool (59 ms) 5: [ RUN ] openmp.cxx11 5: [ OK ] openmp.cxx11 (0 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 (1 ms) 5: [ RUN ] openmp.range_reduce 5: [ OK ] openmp.range_reduce (1 ms) 5: [ RUN ] openmp.range_dynamic_policy 5: [ OK ] openmp.range_dynamic_policy (15 ms) 5: [ RUN ] openmp.large_parallel_for_reduce 5: /var/jenkins/workspace/Kokkos_PR-8351/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 (2 ms) 5: [ RUN ] openmp.range_reduce_require 5: [ OK ] openmp.range_reduce_require (0 ms) 5: [ RUN ] openmp.range_dynamic_policy_require 5: [ OK ] openmp.range_dynamic_policy_require (14 ms) 5: [ RUN ] openmp.reducers_int 5: [ OK ] openmp.reducers_int (6 ms) 5: [ RUN ] openmp.reducers_double 5: [ OK ] openmp.reducers_double (6 ms) 5: [ RUN ] openmp.reducers_complex_double 5: [ OK ] openmp.reducers_complex_double (4 ms) 5: [ RUN ] openmp.reducers_struct 5: [ OK ] openmp.reducers_struct (14 ms) 5: [ RUN ] openmp.reducers_half_t 5: [ OK ] openmp.reducers_half_t (6 ms) 5: [ RUN ] openmp.reducers_bhalf_t 5: [ OK ] openmp.reducers_bhalf_t (6 ms) 5: [ RUN ] openmp.reducers_int8_t 5: [ OK ] openmp.reducers_int8_t (5 ms) 5: [ RUN ] openmp.reducers_int16_t 5: [ OK ] openmp.reducers_int16_t (6 ms) 5: [ RUN ] openmp.reducers_point_t 5: [ OK ] openmp.reducers_point_t (6 ms) 5: [ RUN ] openmp.reducers_bool 5: [ OK ] openmp.reducers_bool (0 ms) 5: [ RUN ] openmp.int64_t_reduce 5: [ OK ] openmp.int64_t_reduce (84 ms) 5: [ RUN ] openmp.double_reduce 5: [ OK ] openmp.double_reduce (91 ms) 5: [ RUN ] openmp.int64_t_reduce_dynamic 5: [ OK ] openmp.int64_t_reduce_dynamic (291 ms) 5: [ RUN ] openmp.double_reduce_dynamic 5: [ OK ] openmp.double_reduce_dynamic (378 ms) 5: [ RUN ] openmp.int64_t_reduce_dynamic_view 5: [ OK ] openmp.int64_t_reduce_dynamic_view (63 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 (12 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-8351/core/unit_test/TestReduce.hpp:663: Skipped 5: Disabling for host backends 5: [ SKIPPED ] openmp.reduction_with_large_iteration_count (0 ms) 5: [ RUN ] openmp.reduction_identity_min_max_floating_point_types 5: [ OK ] openmp.reduction_identity_min_max_floating_point_types (0 ms) 5: [ RUN ] openmp.reduction_deduction 5: [ OK ] openmp.reduction_deduction (0 ms) 5: [ RUN ] openmp.reduce_device_view_range_policy 5: [ OK ] openmp.reduce_device_view_range_policy (17 ms) 5: [ RUN ] openmp.reduce_device_view_mdrange_policy 5: [ OK ] openmp.reduce_device_view_mdrange_policy (437 ms) 5: [ RUN ] openmp.reduce_device_view_team_policy 5: [ OK ] openmp.reduce_device_view_team_policy (430 ms) 5: [ RUN ] openmp.impl_shared_alloc 5: [ OK ] openmp.impl_shared_alloc (7 ms) 5: [ RUN ] openmp.mdspan_space_aware_accessor 5: [ OK ] openmp.mdspan_space_aware_accessor (0 ms) 5: [ RUN ] openmp.kokkos_swap 5: [ OK ] openmp.kokkos_swap (0 ms) 5: [ RUN ] openmp.team_for 5: [ OK ] openmp.team_for (187 ms) 5: [ RUN ] openmp.team_reduce 5: [ OK ] openmp.team_reduce (168 ms) 5: [ RUN ] openmp.team_reduce_large 5: [ OK ] openmp.team_reduce_large (389 ms) 5: [ RUN ] openmp.team_parallel_single 5: [ OK ] openmp.team_parallel_single (21842 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 (1046 ms) 5: [ RUN ] openmp.team_broadcast_long_wrapper 5: [ OK ] openmp.team_broadcast_long_wrapper (1033 ms) 5: [ RUN ] openmp.team_broadcast_char 5: [ OK ] openmp.team_broadcast_char (1059 ms) 5: [ RUN ] openmp.team_broadcast_float 5: [ OK ] openmp.team_broadcast_float (1077 ms) 5: [ RUN ] openmp.team_broadcast_double 5: [ OK ] openmp.team_broadcast_double (937 ms) 5: [ RUN ] openmp.team_broadcast_int_ptr 5: [ OK ] openmp.team_broadcast_int_ptr (0 ms) 5: [ RUN ] openmp.team_single_thread_int_ptr 5: [ OK ] openmp.team_single_thread_int_ptr (0 ms) 5: [ RUN ] openmp.team_single_team_int_ptr 5: [ OK ] openmp.team_single_team_int_ptr (0 ms) 5: [ RUN ] openmp.team_handle_by_value 5: [ OK ] openmp.team_handle_by_value (0 ms) 5: [ RUN ] openmp.team_vector 5: [ OK ] openmp.team_vector (3036 ms) 5: [ RUN ] openmp.triple_nested_parallelism 5: [ OK ] openmp.triple_nested_parallelism (263 ms) 5: [ RUN ] openmp.parallel_scan_with_reducers 5: [ OK ] openmp.parallel_scan_with_reducers (50 ms) 5: [ RUN ] openmp.team_thread_range_combined_reducers 5: [ OK ] openmp.team_thread_range_combined_reducers (0 ms) 5: [ RUN ] openmp.thread_vector_range_combined_reducers 5: [ OK ] openmp.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] openmp.team_vector_range_combined_reducers 5: [ OK ] openmp.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] openmp.TeamThreadMDRangeParallelFor 5: [ OK ] openmp.TeamThreadMDRangeParallelFor (6 ms) 5: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 5: [ OK ] openmp.ThreadVectorMDRangeParallelFor (5 ms) 5: [ RUN ] openmp.TeamVectorMDRangeParallelFor 5: [ OK ] openmp.TeamVectorMDRangeParallelFor (6 ms) 5: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 5: [ OK ] openmp.TeamThreadMDRangeParallelReduce (6 ms) 5: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 5: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (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 5: [ OK ] openmp.team_reduction_scan (101471 ms) 5: [ RUN ] openmp.team_long_reduce 5: [ OK ] openmp.team_long_reduce (63 ms) 5: [ RUN ] openmp.team_double_reduce 5: [ OK ] openmp.team_double_reduce (62 ms) 5: [ RUN ] openmp.team_long_array_reduce 5: [ OK ] openmp.team_long_array_reduce (63 ms) 5: [ RUN ] openmp.team_double_array_reduce 5: [ OK ] openmp.team_double_array_reduce (63 ms) 5: [ RUN ] openmp.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] openmp.repeated_team_reduce 5: [ OK ] openmp.repeated_team_reduce (1134 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 (656 ms) 5: [ RUN ] openmp.team_scan_ret_val 5: [ OK ] openmp.team_scan_ret_val (711 ms) 5: [ RUN ] openmp.team_shared_request 5: [ OK ] openmp.team_shared_request (287 ms) 5: [ RUN ] openmp.team_scratch_request 5: [ OK ] openmp.team_scratch_request (408 ms) 5: [ RUN ] openmp.team_lambda_shared_request 5: [ OK ] openmp.team_lambda_shared_request (9 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 (46 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 5: [ OK ] openmp.team_policy_max_recommended (36271 ms) 5: [ RUN ] openmp.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] openmp.team_policy_minmax_scalar_without_plus_equal_k (4 ms) 5: [ RUN ] openmp.team_teamvector_range 5: [ OK ] openmp.team_teamvector_range (1028 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 (18 ms) 5: [ RUN ] openmp.unique_token_team_acquire 5: [ OK ] openmp.unique_token_team_acquire (32 ms) 5: [ RUN ] openmp.view_api_a 5: [ OK ] openmp.view_api_a (6 ms) 5: [ RUN ] openmp.view_layout_left_with_stride 5: [ OK ] openmp.view_layout_left_with_stride (0 ms) 5: [ RUN ] openmp.view_layout_right_with_stride 5: [ OK ] openmp.view_layout_right_with_stride (0 ms) 5: [ RUN ] openmp.view_api_b 5: [ OK ] openmp.view_api_b (1 ms) 5: [ RUN ] openmp.view_api_c 5: [ OK ] openmp.view_api_c (0 ms) 5: [ RUN ] openmp.view_api_d 5: [ OK ] openmp.view_api_d (0 ms) 5: [ RUN ] openmp.view_remap 5: [ OK ] openmp.view_remap (0 ms) 5: [ RUN ] openmp.view_mirror_nonconst 5: [ OK ] openmp.view_mirror_nonconst (0 ms) 5: [ RUN ] openmp.view_stride_method 5: [ OK ] openmp.view_stride_method (0 ms) 5: [ RUN ] openmp.anonymous_space 5: [ OK ] openmp.anonymous_space (0 ms) 5: [ RUN ] openmp.view_overload_resolution 5: [ OK ] openmp.view_overload_resolution (0 ms) 5: [ RUN ] openmp.view_allocation_large_rank 5: [ OK ] openmp.view_allocation_large_rank (813 ms) 5: [ RUN ] openmp.view_shmem_size_on_device 5: [ OK ] openmp.view_shmem_size_on_device (0 ms) 5: [ RUN ] openmp.view_is_assignable 5: [ OK ] openmp.view_is_assignable (0 ms) 5: [ RUN ] openmp.view_bad_alloc 5: [ OK ] openmp.view_bad_alloc (0 ms) 5: [ RUN ] openmp.view_copy_tests 5: [ OK ] openmp.view_copy_tests (6 ms) 5: [ RUN ] openmp.view_copy_tests_rank_0 5: [ OK ] openmp.view_copy_tests_rank_0 (2 ms) 5: [ RUN ] openmp.view_copy_degenerated 5: [ OK ] openmp.view_copy_degenerated (0 ms) 5: [ RUN ] openmp.view_fill_tests_layout_right 5: [ OK ] openmp.view_fill_tests_layout_right (1545 ms) 5: [ RUN ] openmp.view_fill_tests_layout_left 5: [ OK ] openmp.view_fill_tests_layout_left (1713 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 (43 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 (57 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 (5 ms) 5: [ RUN ] openmp.view_realloc 5: [ OK ] openmp.view_realloc (0 ms) 5: [ RUN ] openmp.workgraph_fib 5: [ OK ] openmp.workgraph_fib (823 ms) 5: [ RUN ] openmp.resize_realloc_no_init 5: [ OK ] openmp.resize_realloc_no_init (0 ms) 5: [ RUN ] openmp.resize_realloc_no_alloc 5: [ OK ] openmp.resize_realloc_no_alloc (0 ms) 5: [ RUN ] openmp.realloc_exec_space 5: [ OK ] openmp.realloc_exec_space (0 ms) 5: [ RUN ] openmp.view_alloc 5: [ OK ] openmp.view_alloc (0 ms) 5: [ RUN ] openmp.view_alloc_exec_space 5: [ OK ] openmp.view_alloc_exec_space (0 ms) 5: [ RUN ] openmp.view_alloc_int 5: [ OK ] openmp.view_alloc_int (0 ms) 5: [ RUN ] openmp.view_alloc_exec_space_int 5: [ OK ] openmp.view_alloc_exec_space_int (0 ms) 5: [ RUN ] openmp.deep_copy_zero_memset 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestWithoutInitializing.hpp:221: Skipped 5: skipping since the OpenMP backend doesn't use ZeroMemset 5: [ SKIPPED ] openmp.deep_copy_zero_memset (0 ms) 5: [ RUN ] openmp.resize_exec_space 5: [ OK ] openmp.resize_exec_space (0 ms) 5: [ RUN ] openmp.view_allocation_int 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 5: skipping since the fence checked for isn't necessary 5: [ SKIPPED ] openmp.view_allocation_int (0 ms) 5: [ RUN ] openmp.view_allocation_exec_space_int 5: [ OK ] openmp.view_allocation_exec_space_int (0 ms) 5: [ RUN ] openmp.view_not_default_constructible 5: [ OK ] openmp.view_not_default_constructible (0 ms) 5: [ RUN ] openmp.view_subview_auto_1d_left 5: [ OK ] openmp.view_subview_auto_1d_left (0 ms) 5: [ RUN ] openmp.view_subview_auto_1d_right 5: [ OK ] openmp.view_subview_auto_1d_right (0 ms) 5: [ RUN ] openmp.view_subview_auto_1d_stride 5: [ OK ] openmp.view_subview_auto_1d_stride (0 ms) 5: [ RUN ] openmp.view_subview_assign_strided 5: [ OK ] openmp.view_subview_assign_strided (0 ms) 5: [ RUN ] openmp.view_subview_left_0 5: [ OK ] openmp.view_subview_left_0 (0 ms) 5: [ RUN ] openmp.view_subview_left_1 5: [ OK ] openmp.view_subview_left_1 (0 ms) 5: [ RUN ] openmp.view_subview_left_2 5: [ OK ] openmp.view_subview_left_2 (0 ms) 5: [ RUN ] openmp.view_subview_left_3 5: [ OK ] openmp.view_subview_left_3 (0 ms) 5: [ RUN ] openmp.view_subview_right_0 5: [ OK ] openmp.view_subview_right_0 (0 ms) 5: [ RUN ] openmp.view_subview_right_1 5: [ OK ] openmp.view_subview_right_1 (0 ms) 5: [ RUN ] openmp.view_subview_right_3 5: [ OK ] openmp.view_subview_right_3 (0 ms) 5: [ RUN ] openmp.view_static_tests 5: [ OK ] openmp.view_static_tests (0 ms) 5: [ RUN ] openmp.view_subview_layoutleft_to_layoutleft 5: [ OK ] openmp.view_subview_layoutleft_to_layoutleft (1 ms) 5: [ RUN ] openmp.view_subview_layoutright_to_layoutright 5: [ OK ] openmp.view_subview_layoutright_to_layoutright (0 ms) 5: [ RUN ] openmp.view_subview_1d_assign 5: [ OK ] openmp.view_subview_1d_assign (1 ms) 5: [ RUN ] openmp.view_subview_1d_assign_atomic 5: [ OK ] openmp.view_subview_1d_assign_atomic (1 ms) 5: [ RUN ] openmp.view_subview_1d_assign_randomaccess 5: [ OK ] openmp.view_subview_1d_assign_randomaccess (1 ms) 5: [ RUN ] openmp.view_subview_2d_from_3d 5: [ OK ] openmp.view_subview_2d_from_3d (23 ms) 5: [ RUN ] openmp.view_subview_2d_from_3d_atomic 5: [ OK ] openmp.view_subview_2d_from_3d_atomic (23 ms) 5: [ RUN ] openmp.view_subview_2d_from_3d_randomaccess 5: [ OK ] openmp.view_subview_2d_from_3d_randomaccess (26 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_left 5: [ OK ] openmp.view_subview_3d_from_5d_left (135 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 5: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (134 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (135 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_right 5: [ OK ] openmp.view_subview_3d_from_5d_right (198 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic 5: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (191 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (193 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 (2672 ms) 5: [ RUN ] openmp.task_depend_deprecated 5: [ OK ] openmp.task_depend_deprecated (132 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 (23 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 ] openmp.task_fib_deprecated_multiple (2759 ms) 5: [ RUN ] openmp.task_depend_deprecated_multiple 5: [ OK ] openmp.task_depend_deprecated_multiple (131 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 (11 ms) 5: [ RUN ] openmp.task_multiple_depend_deprecated_multiple 5: [ OK ] openmp.task_multiple_depend_deprecated_multiple (32 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 ] openmp.task_fib_single (2467 ms) 5: [ RUN ] openmp.task_depend_single 5: [ OK ] openmp.task_depend_single (117 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 (9 ms) 5: [ RUN ] openmp.task_multiple_depend_single 5: [ OK ] openmp.task_multiple_depend_single (18 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 ] openmp.task_fib_multiple (1689 ms) 5: [ RUN ] openmp.task_depend_multiple 5: [ OK ] openmp.task_depend_multiple (159 ms) 5: [ RUN ] openmp.task_team_multiple 5: [ OK ] openmp.task_team_multiple (12 ms) 5: [ RUN ] openmp.task_with_mempool_multiple 5: [ OK ] openmp.task_with_mempool_multiple (11 ms) 5: [ RUN ] openmp.task_multiple_depend_multiple 5: [ OK ] openmp.task_multiple_depend_multiple (17 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 (1826 ms) 5: [ RUN ] openmp.task_depend_chase_lev 5: [ OK ] openmp.task_depend_chase_lev (15 ms) 5: [ RUN ] openmp.task_team_chase_lev 5: [ OK ] openmp.task_team_chase_lev (0 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 (27 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: [----------] 401 tests from openmp (206978 ms total) 5: 5: [----------] 17 tests from openmp_graph 5: [ RUN ] openmp_graph.submit_once 5: [ OK ] openmp_graph.submit_once (0 ms) 5: [ RUN ] openmp_graph.submit_once_rvalue 5: [ OK ] openmp_graph.submit_once_rvalue (0 ms) 5: [ RUN ] openmp_graph.instantiate_and_submit_once 5: [ OK ] openmp_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] openmp_graph.submit_onto_another_execution_space_instance 5: [ OK ] openmp_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] openmp_graph.create_graph_no_closure_with_exec 5: [ OK ] openmp_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] openmp_graph.create_graph_no_arg 5: [ OK ] openmp_graph.create_graph_no_arg (0 ms) 5: [ RUN ] openmp_graph.submit_six 5: [ OK ] openmp_graph.submit_six (0 ms) 5: [ RUN ] openmp_graph.when_all_cycle 5: [ OK ] openmp_graph.when_all_cycle (0 ms) 5: [ RUN ] openmp_graph.repeat_chain 5: [ OK ] openmp_graph.repeat_chain (2 ms) 5: [ RUN ] openmp_graph.zero_work_reduce 5: [ OK ] openmp_graph.zero_work_reduce (0 ms) 5: [ RUN ] openmp_graph.empty_graph 5: [ OK ] openmp_graph.empty_graph (0 ms) 5: [ RUN ] openmp_graph.force_global_launch 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:444: Skipped 5: This execution space does not support global launch. 5: [ SKIPPED ] openmp_graph.force_global_launch (0 ms) 5: [ RUN ] openmp_graph.sized_functor_launch 5: [ OK ] openmp_graph.sized_functor_launch (0 ms) 5: [ RUN ] openmp_graph.empty_graph_default_host_exec 5: [ OK ] openmp_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] openmp_graph.node_lifetime 5: [ OK ] openmp_graph.node_lifetime (0 ms) 5: [ RUN ] openmp_graph.diamond 5: [ OK ] openmp_graph.diamond (74 ms) 5: [ RUN ] openmp_graph.end_of_submit_control_flow 5: [ OK ] openmp_graph.end_of_submit_control_flow (115 ms) 5: [----------] 17 tests from openmp_graph (195 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 439 tests from 4 test suites ran. (207276 ms total) 5: [ PASSED ] 423 tests. 5: [ SKIPPED ] 16 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.graph_capture 5: [ SKIPPED ] openmp.mathematical_functions_nextafter_fp16 5: [ SKIPPED ] openmp.large_parallel_for_reduce 5: [ SKIPPED ] openmp.reduction_with_large_iteration_count 5: [ SKIPPED ] openmp.deep_copy_zero_memset 5: [ SKIPPED ] openmp.view_allocation_int 5: [ SKIPPED ] openmp_graph.force_global_launch 5/50 Test #5: Kokkos_CoreUnitTest_OpenMP ................................. Passed 207.29 sec test 6 Start 6: Kokkos_CoreUnitTest_OpenMPInterOp 6: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (0 ms) 6: [----------] 1 test from openmp (0 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (0 ms total) 6: [ PASSED ] 1 test. 6/50 Test #6: Kokkos_CoreUnitTest_OpenMPInterOp .......................... Passed 0.00 sec test 7 Start 7: Kokkos_CoreUnitTest_Default 7: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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 (1 ms) 7: [ RUN ] defaultdevicetype.half_conversion 7: [ OK ] defaultdevicetype.half_conversion (0 ms) 7: [ RUN ] defaultdevicetype.bhalf_conversion 7: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 7: [ RUN ] defaultdevicetype.half_operators 7: [ OK ] defaultdevicetype.half_operators (1 ms) 7: [ RUN ] defaultdevicetype.bhalf_operators 7: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 7: [ RUN ] defaultdevicetype.host_space_access 7: [ OK ] defaultdevicetype.host_space_access (0 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_a1 7: [ OK ] defaultdevicetype.reduce_instantiation_a1 (6 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_b1 7: [ OK ] defaultdevicetype.reduce_instantiation_b1 (15 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_c1 7: [ OK ] defaultdevicetype.reduce_instantiation_c1 (6 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_a2 7: [ OK ] defaultdevicetype.reduce_instantiation_a2 (38 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_b2 7: [ OK ] defaultdevicetype.reduce_instantiation_b2 (26 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_c2 7: [ OK ] defaultdevicetype.reduce_instantiation_c2 (13 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_a3 7: [ OK ] defaultdevicetype.reduce_instantiation_a3 (14 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_b3 7: [ OK ] defaultdevicetype.reduce_instantiation_b3 (26 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_c3 7: [ OK ] defaultdevicetype.reduce_instantiation_c3 (14 ms) 7: [----------] 19 tests from defaultdevicetype (167 ms total) 7: 7: [----------] 1 test from kokkosresize 7: [ RUN ] kokkosresize.host_space_access 7: [ OK ] kokkosresize.host_space_access (11 ms) 7: [----------] 1 test from kokkosresize (11 ms total) 7: 7: [----------] 1 test from TestViewAPI/0, where TypeParam = <type> 7: [ RUN ] TestViewAPI/0.sizes 7: [ OK ] TestViewAPI/0.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/0 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/1, where TypeParam = <type> 7: [ RUN ] TestViewAPI/1.sizes 7: [ OK ] TestViewAPI/1.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/1 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/2, where TypeParam = <type> 7: [ RUN ] TestViewAPI/2.sizes 7: [ OK ] TestViewAPI/2.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/2 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/3, where TypeParam = <type> 7: [ RUN ] TestViewAPI/3.sizes 7: [ OK ] TestViewAPI/3.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/3 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/4, where TypeParam = <type> 7: [ RUN ] TestViewAPI/4.sizes 7: [ OK ] TestViewAPI/4.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/4 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/5, where TypeParam = <type> 7: [ RUN ] TestViewAPI/5.sizes 7: [ OK ] TestViewAPI/5.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/5 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/6, where TypeParam = <type> 7: [ RUN ] TestViewAPI/6.sizes 7: [ OK ] TestViewAPI/6.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/6 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/7, where TypeParam = <type> 7: [ RUN ] TestViewAPI/7.sizes 7: [ OK ] TestViewAPI/7.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/7 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/8, where TypeParam = <type> 7: [ RUN ] TestViewAPI/8.sizes 7: [ OK ] TestViewAPI/8.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/8 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/9, where TypeParam = <type> 7: [ RUN ] TestViewAPI/9.sizes 7: [ OK ] TestViewAPI/9.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/9 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/10, where TypeParam = <type> 7: [ RUN ] TestViewAPI/10.sizes 7: [ OK ] TestViewAPI/10.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/10 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/11, where TypeParam = <type> 7: [ RUN ] TestViewAPI/11.sizes 7: [ OK ] TestViewAPI/11.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/11 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/12, where TypeParam = <type> 7: [ RUN ] TestViewAPI/12.sizes 7: [ OK ] TestViewAPI/12.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/12 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/13, where TypeParam = <type> 7: [ RUN ] TestViewAPI/13.sizes 7: [ OK ] TestViewAPI/13.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/13 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/14, where TypeParam = <type> 7: [ RUN ] TestViewAPI/14.sizes 7: [ OK ] TestViewAPI/14.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/14 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/15, where TypeParam = <type> 7: [ RUN ] TestViewAPI/15.sizes 7: [ OK ] TestViewAPI/15.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/15 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/16, where TypeParam = <type> 7: [ RUN ] TestViewAPI/16.sizes 7: [ OK ] TestViewAPI/16.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/16 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/17, where TypeParam = <type> 7: [ RUN ] TestViewAPI/17.sizes 7: [ OK ] TestViewAPI/17.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/17 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/18, where TypeParam = <type> 7: [ RUN ] TestViewAPI/18.sizes 7: [ OK ] TestViewAPI/18.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/18 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/19, where TypeParam = <type> 7: [ RUN ] TestViewAPI/19.sizes 7: [ OK ] TestViewAPI/19.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/19 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/20, where TypeParam = <type> 7: [ RUN ] TestViewAPI/20.sizes 7: [ OK ] TestViewAPI/20.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/20 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/21, where TypeParam = <type> 7: [ RUN ] TestViewAPI/21.sizes 7: [ OK ] TestViewAPI/21.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/21 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/22, where TypeParam = <type> 7: [ RUN ] TestViewAPI/22.sizes 7: [ OK ] TestViewAPI/22.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/22 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/23, where TypeParam = <type> 7: [ RUN ] TestViewAPI/23.sizes 7: [ OK ] TestViewAPI/23.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/23 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/24, where TypeParam = <type> 7: [ RUN ] TestViewAPI/24.sizes 7: [ OK ] TestViewAPI/24.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/24 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/25, where TypeParam = <type> 7: [ RUN ] TestViewAPI/25.sizes 7: [ OK ] TestViewAPI/25.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/25 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/26, where TypeParam = <type> 7: [ RUN ] TestViewAPI/26.sizes 7: [ OK ] TestViewAPI/26.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/26 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/27, where TypeParam = <type> 7: [ RUN ] TestViewAPI/27.sizes 7: [ OK ] TestViewAPI/27.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/27 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/28, where TypeParam = <type> 7: [ RUN ] TestViewAPI/28.sizes 7: [ OK ] TestViewAPI/28.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/28 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/29, where TypeParam = <type> 7: [ RUN ] TestViewAPI/29.sizes 7: [ OK ] TestViewAPI/29.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/29 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/30, where TypeParam = <type> 7: [ RUN ] TestViewAPI/30.sizes 7: [ OK ] TestViewAPI/30.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/30 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/31, where TypeParam = <type> 7: [ RUN ] TestViewAPI/31.sizes 7: [ OK ] TestViewAPI/31.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/31 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/32, where TypeParam = <type> 7: [ RUN ] TestViewAPI/32.sizes 7: [ OK ] TestViewAPI/32.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/32 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/33, where TypeParam = <type> 7: [ RUN ] TestViewAPI/33.sizes 7: [ OK ] TestViewAPI/33.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/33 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/34, where TypeParam = <type> 7: [ RUN ] TestViewAPI/34.sizes 7: [ OK ] TestViewAPI/34.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/34 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/35, where TypeParam = <type> 7: [ RUN ] TestViewAPI/35.sizes 7: [ OK ] TestViewAPI/35.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/35 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/36, where TypeParam = <type> 7: [ RUN ] TestViewAPI/36.sizes 7: [ OK ] TestViewAPI/36.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/36 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/37, where TypeParam = <type> 7: [ RUN ] TestViewAPI/37.sizes 7: [ OK ] TestViewAPI/37.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/37 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/38, where TypeParam = <type> 7: [ RUN ] TestViewAPI/38.sizes 7: [ OK ] TestViewAPI/38.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/38 (0 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 59 tests from 41 test suites ran. (181 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/50 Test #7: Kokkos_CoreUnitTest_Default ................................ Passed 0.19 sec test 8 Start 8: Kokkos_CoreUnitTest_InitializeFinalize 8: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 8: Test timeout computed to be: 1500 8: [==========] Running 30 tests from 7 test suites. 8: [----------] Global test environment set-up. 8: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 8: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 8: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (7 ms) 8: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 8: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (11 ms) 8: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 8: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (13 ms) 8: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (32 ms total) 8: 8: [----------] 4 tests from InitializeFinalize_DeathTest 8: [ RUN ] InitializeFinalize_DeathTest.initialize 8: [ OK ] InitializeFinalize_DeathTest.initialize (8 ms) 8: [ RUN ] InitializeFinalize_DeathTest.finalize 8: [ OK ] InitializeFinalize_DeathTest.finalize (6 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 (18 ms total) 8: 8: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 8: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 8: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (1 ms) 8: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (1 ms total) 8: 8: [----------] 1 test from Legion_DeathTest 8: [ RUN ] Legion_DeathTest.individual_backend_initialization 8: [ OK ] Legion_DeathTest.individual_backend_initialization (2 ms) 8: [----------] 1 test from Legion_DeathTest (2 ms total) 8: 8: [----------] 2 tests from PushFinalizeHook_DeathTest 8: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 8: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (2 ms) 8: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 8: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (2 ms) 8: [----------] 2 tests from PushFinalizeHook_DeathTest (4 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 (2 ms) 8: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 8: [ OK ] ScopeGuard_DeathTest.create_after_initialize (2 ms) 8: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 8: [ OK ] ScopeGuard_DeathTest.create_after_finalize (2 ms) 8: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 8: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (2 ms) 8: [----------] 6 tests from ScopeGuard_DeathTest (13 ms total) 8: 8: [----------] 13 tests from defaultdevicetype 8: [ RUN ] defaultdevicetype.initialization_settings 8: [ OK ] defaultdevicetype.initialization_settings (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 8: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_device_id 8: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 8: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 8: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_help 8: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 8: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize(). 8: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 8: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_num_threads 8: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_device_id 8: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_disable_warnings 8: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_tune_internals 8: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 8: [ RUN ] defaultdevicetype.visible_devices 8: [ OK ] defaultdevicetype.visible_devices (0 ms) 8: [----------] 13 tests from defaultdevicetype (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 30 tests from 7 test suites ran. (73 ms total) 8: [ PASSED ] 30 tests. 8/50 Test #8: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 0.08 sec test 9 Start 9: Kokkos_CoreUnitTest_Develop 9: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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/50 Test #9: Kokkos_CoreUnitTest_Develop ................................ Passed 0.00 sec test 10 Start 10: Kokkos_CoreUnitTest_KokkosP 10: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (0 ms) 10: [ RUN ] kokkosp.kernel_name_internal 10: [ OK ] kokkosp.kernel_name_internal (0 ms) 10: [ RUN ] kokkosp.profiling_section 10: [ OK ] kokkosp.profiling_section (0 ms) 10: [ RUN ] kokkosp.scoped_profile_region 10: [ OK ] kokkosp.scoped_profile_region (0 ms) 10: [ RUN ] kokkosp.create_mirror_no_init 10: [ OK ] kokkosp.create_mirror_no_init (0 ms) 10: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 10: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 10: [ RUN ] kokkosp.create_mirror_view_and_copy 10: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 10: [----------] 31 tests from kokkosp (3 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 31 tests from 1 test suite ran. (3 ms total) 10: [ PASSED ] 31 tests. 10/50 Test #10: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.01 sec test 11 Start 11: Kokkos_CoreUnitTest_StackTraceTest 11: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55d95119e9a9] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55d95114e4c9] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x55d951147444] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x32f) [0x55d95114951f] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55d95118077e] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x693ef) [0x55d9511723ef] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69702) [0x55d951172702] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69ced) [0x55d951172ced] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55d951175408] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55d9511758dc] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55d951145d16] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7feb6c600083] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55d95114724e] 11: 11: demangled test_f1: 11: [0x55d95119e9a9] Kokkos::Impl::save_stacktrace() 11: [0x55d95114e4c9] Test::stacktrace_test_f1(std::ostream&) 11: [0x55d951147444] Test::test_stacktrace(bool, bool) 11: [0x55d95114951f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 11: [0x55d95118077e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x55d9511723ef] 11: [0x55d951172702] 11: [0x55d951172ced] 11: [0x55d951175408] testing::internal::UnitTestImpl::RunAllTests() 11: [0x55d9511758dc] testing::UnitTest::Run() 11: [0x55d951145d16] main 11: [0x7feb6c600083] __libc_start_main 11: [0x55d95114724e] _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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55d95119e9a9] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55d95114e4c9] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x55d95114e708] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x55d951147d2e] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x32f) [0x55d95114951f] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55d95118077e] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x693ef) [0x55d9511723ef] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69702) [0x55d951172702] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69ced) [0x55d951172ced] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55d951175408] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55d9511758dc] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55d951145d16] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7feb6c600083] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55d95114724e] 11: 11: demangled test_f3: 11: [0x55d95119e9a9] Kokkos::Impl::save_stacktrace() 11: [0x55d95114e4c9] Test::stacktrace_test_f1(std::ostream&) 11: [0x55d95114e708] Test::stacktrace_test_f3(std::ostream&, int) 11: [0x55d951147d2e] Test::test_stacktrace(bool, bool) 11: [0x55d95114951f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 11: [0x55d95118077e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x55d9511723ef] 11: [0x55d951172702] 11: [0x55d951172ced] 11: [0x55d951175408] testing::internal::UnitTestImpl::RunAllTests() 11: [0x55d9511758dc] testing::UnitTest::Run() 11: [0x55d951145d16] main 11: [0x7feb6c600083] __libc_start_main 11: [0x55d95114724e] _start 11: 11: Test setting std::terminate handler that prints the last saved stack trace 11: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (3 ms) 11: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 11: Top of f1 11: Top of f0 11: Top of f0 11: test_f1: 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55ac201ee9a9] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55ac2019e4c9] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x55ac20197444] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x32c) [0x55ac201998bc] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55ac201d077e] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x693ef) [0x55ac201c23ef] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69702) [0x55ac201c2702] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69ced) [0x55ac201c2ced] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55ac201c5408] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55ac201c58dc] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55ac20195d16] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f5aed5db083] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55ac2019724e] 11: 11: demangled test_f1: 11: [0x55ac201ee9a9] Kokkos::Impl::save_stacktrace() 11: [0x55ac2019e4c9] Test::stacktrace_test_f1(std::ostream&) 11: [0x55ac20197444] Test::test_stacktrace(bool, bool) 11: [0x55ac201998bc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 11: [0x55ac201d077e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x55ac201c23ef] 11: [0x55ac201c2702] 11: [0x55ac201c2ced] 11: [0x55ac201c5408] testing::internal::UnitTestImpl::RunAllTests() 11: [0x55ac201c58dc] testing::UnitTest::Run() 11: [0x55ac20195d16] main 11: [0x7f5aed5db083] __libc_start_main 11: [0x55ac2019724e] _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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55ac201ee9a9] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55ac2019e4c9] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x55ac2019e708] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x55ac20197d2e] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x32c) [0x55ac201998bc] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55ac201d077e] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x693ef) [0x55ac201c23ef] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69702) [0x55ac201c2702] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69ced) [0x55ac201c2ced] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55ac201c5408] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55ac201c58dc] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55ac20195d16] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f5aed5db083] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55ac2019724e] 11: 11: demangled test_f3: 11: [0x55ac201ee9a9] Kokkos::Impl::save_stacktrace() 11: [0x55ac2019e4c9] Test::stacktrace_test_f1(std::ostream&) 11: [0x55ac2019e708] Test::stacktrace_test_f3(std::ostream&, int) 11: [0x55ac20197d2e] Test::test_stacktrace(bool, bool) 11: [0x55ac201998bc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 11: [0x55ac201d077e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x55ac201c23ef] 11: [0x55ac201c2702] 11: [0x55ac201c2ced] 11: [0x55ac201c5408] testing::internal::UnitTestImpl::RunAllTests() 11: [0x55ac201c58dc] testing::UnitTest::Run() 11: [0x55ac20195d16] main 11: [0x7f5aed5db083] __libc_start_main 11: [0x55ac2019724e] _start 11: 11: Test setting std::terminate handler that prints the last saved stack trace 11: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (3 ms) 11: [----------] 2 tests from defaultdevicetype_DeathTest (6 ms total) 11: 11: [----------] 1 test from defaultdevicetype 11: [ RUN ] defaultdevicetype.stacktrace_normal 11: Top of f1 11: Top of f0 11: Top of f0 11: test_f1: 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x560a9f5569a9] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x560a9f5064c9] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x560a9f4ff444] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x560a9f53877e] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x693ef) [0x560a9f52a3ef] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69702) [0x560a9f52a702] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69ced) [0x560a9f52aced] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x560a9f52d408] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x560a9f52d8dc] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x560a9f4fdd16] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f104c9c0083] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x560a9f4ff24e] 11: 11: demangled test_f1: 11: [0x560a9f5569a9] Kokkos::Impl::save_stacktrace() 11: [0x560a9f5064c9] Test::stacktrace_test_f1(std::ostream&) 11: [0x560a9f4ff444] Test::test_stacktrace(bool, bool) 11: [0x560a9f53877e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x560a9f52a3ef] 11: [0x560a9f52a702] 11: [0x560a9f52aced] 11: [0x560a9f52d408] testing::internal::UnitTestImpl::RunAllTests() 11: [0x560a9f52d8dc] testing::UnitTest::Run() 11: [0x560a9f4fdd16] main 11: [0x7f104c9c0083] __libc_start_main 11: [0x560a9f4ff24e] _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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x560a9f5569a9] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x560a9f5064c9] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x560a9f506708] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x560a9f4ffd2e] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x560a9f53877e] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x693ef) [0x560a9f52a3ef] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69702) [0x560a9f52a702] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(+0x69ced) [0x560a9f52aced] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x560a9f52d408] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x560a9f52d8dc] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x560a9f4fdd16] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f104c9c0083] 11: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x560a9f4ff24e] 11: 11: demangled test_f3: 11: [0x560a9f5569a9] Kokkos::Impl::save_stacktrace() 11: [0x560a9f5064c9] Test::stacktrace_test_f1(std::ostream&) 11: [0x560a9f506708] Test::stacktrace_test_f3(std::ostream&, int) 11: [0x560a9f4ffd2e] Test::test_stacktrace(bool, bool) 11: [0x560a9f53877e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x560a9f52a3ef] 11: [0x560a9f52a702] 11: [0x560a9f52aced] 11: [0x560a9f52d408] testing::internal::UnitTestImpl::RunAllTests() 11: [0x560a9f52d8dc] testing::UnitTest::Run() 11: [0x560a9f4fdd16] main 11: [0x7f104c9c0083] __libc_start_main 11: [0x560a9f4ff24e] _start 11: 11: Test setting std::terminate handler that prints the last saved stack trace 11: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 11: [----------] 1 test from defaultdevicetype (0 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 3 tests from 2 test suites ran. (7 ms total) 11: [ PASSED ] 3 tests. 11/50 Test #11: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.01 sec test 12 Start 12: Kokkos_IncrementalTest_OPENMP 12: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (27 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 (24 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 (105 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 (169 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 28 tests from 1 test suite ran. (169 ms total) 12: [ PASSED ] 28 tests. 12/50 Test #12: Kokkos_IncrementalTest_OPENMP .............................. Passed 0.17 sec test 13 Start 13: Kokkos_IncrementalTest_SERIAL 13: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (35 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 (159 ms) 13: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 13: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 13: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 13: [ OK ] SERIAL.IncrTest_12b_TeamScratch (2 ms) 13: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 13: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 13: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 13: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 13: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 13: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 13: [ RUN ] SERIAL.incr_14_MDrangeReduce 13: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 13: [ RUN ] SERIAL.IncrTest_16_parallelscan 13: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 13: [ RUN ] SERIAL.incr_17_atomicView 13: [ OK ] SERIAL.incr_17_atomicView (0 ms) 13: [----------] 28 tests from SERIAL (199 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 28 tests from 1 test suite ran. (199 ms total) 13: [ PASSED ] 28 tests. 13/50 Test #13: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.20 sec test 14 Start 14: Kokkos_CoreUnitTest_CTestDevice 14: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (2 ms) 14: [ RUN ] ctest_environment_DeathTest.no_type_str 14: [ OK ] ctest_environment_DeathTest.no_type_str (1 ms) 14: [ RUN ] ctest_environment_DeathTest.missing_type 14: [ OK ] ctest_environment_DeathTest.missing_type (3 ms) 14: [ RUN ] ctest_environment_DeathTest.no_id_str 14: [ OK ] ctest_environment_DeathTest.no_id_str (1 ms) 14: [ RUN ] ctest_environment_DeathTest.invalid_id_str 14: [ OK ] ctest_environment_DeathTest.invalid_id_str (3 ms) 14: [----------] 5 tests from ctest_environment_DeathTest (13 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. (13 ms total) 14: [ PASSED ] 8 tests. 14/50 Test #14: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.02 sec test 15 Start 15: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 15: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 15: Test timeout computed to be: 1500 15/50 Test #15: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.00 sec test 16 Start 16: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 16: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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/50 Test #16: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.00 sec test 17 Start 17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 17: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 17: Test timeout computed to be: 1500 17/50 Test #17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.00 sec test 18 Start 18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 18: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 18: Environment variables: 18: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 18: Test timeout computed to be: 1500 18/50 Test #18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.00 sec test 19 Start 19: Kokkos_PerformanceTest_TaskDag 19: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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.0127719 0.0127719 19: "taskdag: tasks per second (max, avg)" 1017.86 1017.86 19/50 Test #19: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.02 sec test 20 Start 20: Kokkos_PerformanceTest_Benchmark 20: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-08-22_T18-58-34.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-08-22T19:17:39+00:00 20: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 20: Run on (4 X 2000 MHz CPU s) 20: CPU Caches: 20: L1 Data 64 KiB (x4) 20: L1 Instruction 64 KiB (x4) 20: L2 Unified 512 KiB (x4) 20: L3 Unified 16384 KiB (x4) 20: Load Average: 7.73, 7.13, 6.34 20: CPU architecture: none 20: Default Device: OpenMP 20: GIT_BRANCH: HEAD 20: GIT_CLEAN_STATUS: CLEAN 20: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 20: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 20: GIT_COMMIT_HASH: 44bf7b764 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.7.99 20: platform: 64bit 20: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: Benchmark Time CPU Iterations Count Time normalized 20: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: GramSchmidt<double>/Count:1024/iterations:5/manual_time 0.052 s 0.022 s 5 1024 51.2388u 20: GramSchmidt<double>/Count:2048/iterations:5/manual_time 0.051 s 0.022 s 5 2.048k 24.1447u 20: GramSchmidt<double>/Count:4096/iterations:5/manual_time 0.053 s 0.023 s 5 4.096k 12.7156u 20: GramSchmidt<double>/Count:8192/iterations:5/manual_time 0.056 s 0.024 s 5 8.192k 6.91325u 20: GramSchmidt<double>/Count:16384/iterations:5/manual_time 0.058 s 0.026 s 5 16.384k 3.59682u 20: GramSchmidt<double>/Count:32768/iterations:5/manual_time 0.062 s 0.029 s 5 32.768k 1.89396u 20: GramSchmidt<double>/Count:65536/iterations:5/manual_time 0.072 s 0.036 s 5 65.536k 1.14463u 20: GramSchmidt<double>/Count:131072/iterations:5/manual_time 0.086 s 0.053 s 5 131.072k 639.244n 20: GramSchmidt<double>/Count:262144/iterations:5/manual_time 0.123 s 0.084 s 5 262.144k 475.068n 20: GramSchmidt<double>/Count:524288/iterations:5/manual_time 0.205 s 0.146 s 5 524.288k 373.171n 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 20: Benchmark Time CPU Iterations FOM: GB/s Max 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 20: CustomReduction<double>/N:100000/R:1000/manual_time 4.61 s 4.93 s 1 0.0375672/s 11.5 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.698 s 0.341 s 2 0.027404 0.0925847 0.0986293 0.213303 0.0489522 0.0486943 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.172 s 0.084 s 9 4.30838m 0.0483474 9.79932m 0.0479556 5.05744m 4.86634m 20: OverlapTeamPolicy/N:20/M:1000000/R:10 0.781 s 0.382 s 2 0.0467434 0.0851311 0.114225 0.209529 0.0564532 0.0585522 20: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: Benchmark Time CPU Iterations Count Time normalized 20: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 63.4766n 20: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 39.145n 20: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 29.4797n 20: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 19.8741n 20: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 17.4858n 20: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time 0.001 s 0.000 s 5 32.768k 15.5501n 20: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time 0.001 s 0.001 s 5 65.536k 14.3235n 20: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time 0.002 s 0.002 s 5 131.072k 14.3305n 20: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time 0.004 s 0.011 s 5 262.144k 14.6344n 20: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time 0.008 s 0.026 s 5 524.288k 14.8513n 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: Benchmark Time CPU Iterations FOM: rate 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 20: Malloc/N:1/manual_time 0.230 us 0.374 us 3277424 4.34824M/s 20: Malloc/N:16/manual_time 0.232 us 0.377 us 2921103 4.3167M/s 20: Malloc/N:256/manual_time 0.206 us 0.351 us 3323099 4.85407M/s 20: Malloc/N:4096/manual_time 0.170 us 0.318 us 4093288 5.89138M/s 20: Malloc/N:65536/manual_time 0.142 us 0.336 us 4897992 7.0217M/s 20: Malloc/N:1048576/manual_time 0.145 us 0.334 us 4986385 6.90465M/s 20: Malloc/N:16777216/manual_time 0.138 us 0.321 us 5087677 7.2559M/s 20: Malloc/N:268435456/manual_time 3.35 us 8.46 us 205419 298.266k/s 20: Malloc/N:4294967296/manual_time 3.22 us 14.0 us 219648 310.215k/s 20: MallocFree/N:1/manual_time 0.378 us 0.417 us 1751189 2.6456M/s 20: MallocFree/N:16/manual_time 0.384 us 0.423 us 1809574 2.60698M/s 20: MallocFree/N:256/manual_time 0.344 us 0.383 us 2067640 2.90508M/s 20: MallocFree/N:4096/manual_time 0.298 us 0.337 us 2384475 3.3571M/s 20: MallocFree/N:65536/manual_time 0.318 us 0.357 us 2203532 3.14947M/s 20: MallocFree/N:1048576/manual_time 0.310 us 0.349 us 2293141 3.22654M/s 20: MallocFree/N:16777216/manual_time 0.306 us 0.345 us 2268097 3.268M/s 20: MallocFree/N:268435456/manual_time 8.86 us 8.43 us 77201 112.888k/s 20: MallocFree/N:4294967296/manual_time 14.2 us 13.9 us 49169 70.2311k/s 20: MallocTouch/N:1/manual_time 43.8 us 18.5 us 15745 22.8372k/s 20: MallocTouch/N:16/manual_time 44.7 us 19.0 us 15569 22.3917k/s 20: MallocTouch/N:256/manual_time 44.3 us 18.8 us 15420 22.5983k/s 20: MallocTouch/N:4096/manual_time 44.6 us 18.8 us 15822 22.3991k/s 20: MallocTouch/N:65536/manual_time 44.7 us 18.9 us 15957 22.3465k/s 20: MallocTouch/N:1048576/manual_time 46.1 us 19.3 us 15278 21.7127k/s 20: MallocTouch/N:16777216/manual_time 66.8 us 28.1 us 10577 14.9738k/s 20: MallocTouch/N:268435456/manual_time 41702 us 37484 us 17 23.9797/s 20: MallocTouch/N:4294967296/manual_time 652462 us 500857 us 1 1.53266/s 20: MallocTouchFree/N:1/manual_time 45.1 us 18.9 us 15129 22.1593k/s 20: MallocTouchFree/N:16/manual_time 46.4 us 19.1 us 15504 21.5612k/s 20: MallocTouchFree/N:256/manual_time 44.6 us 18.9 us 15494 22.4209k/s 20: MallocTouchFree/N:4096/manual_time 44.9 us 18.9 us 15954 22.2803k/s 20: MallocTouchFree/N:65536/manual_time 45.2 us 19.2 us 15512 22.1037k/s 20: MallocTouchFree/N:1048576/manual_time 46.3 us 19.3 us 15016 21.6024k/s 20: MallocTouchFree/N:16777216/manual_time 67.2 us 29.0 us 10735 14.8883k/s 20: MallocTouchFree/N:268435456/manual_time 59594 us 38175 us 12 16.7803/s 20: MallocTouchFree/N:4294967296/manual_time 830681 us 500338 us 1 1.20383/s 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 20: Benchmark Time CPU Iterations FOM: GB/s MB 20: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 20: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.121 s 0.097 s 6 6.62621/s 800 20: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.121 s 0.097 s 6 6.60664/s 800 20: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.120 s 0.097 s 6 6.66085/s 800 20: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.121 s 0.096 s 6 6.59353/s 800 20: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.121 s 0.097 s 6 6.61612/s 800 20: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.120 s 0.098 s 6 6.65396/s 800 20: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.119 s 0.097 s 6 6.70068/s 800 20: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.121 s 0.098 s 6 6.62717/s 800 20: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.120 s 0.095 s 6 6.65431/s 800 20: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.121 s 0.097 s 6 6.63169/s 800 20: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.121 s 0.098 s 6 6.60776/s 800 20: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.121 s 0.096 s 6 6.60399/s 800 20: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.121 s 0.095 s 6 6.59568/s 800 20: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.121 s 0.096 s 6 6.60955/s 800 20: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.121 s 0.097 s 6 6.6049/s 800 20: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.121 s 0.097 s 6 6.60449/s 800 20: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.036 s 0.017 s 19 44.3301/s 1.6k 20: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.037 s 0.017 s 19 43.5161/s 1.6k 20: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.036 s 0.017 s 19 44.4056/s 1.6k 20: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.075 s 0.023 s 19 21.3167/s 1.6k 20: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.036 s 0.017 s 19 44.3117/s 1.6k 20: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.033 s 0.016 s 21 24.0798/s 800 20: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.033 s 0.016 s 21 24.4396/s 800 20: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.036 s 0.017 s 19 44.4295/s 1.6k 20: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.036 s 0.017 s 20 44.144/s 1.6k 20: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.036 s 0.017 s 19 44.0662/s 1.6k 20: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.036 s 0.017 s 19 44.2713/s 1.6k 20: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.346 s 0.171 s 2 4.62505/s 1.6k 20: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.299 s 0.145 s 2 5.34406/s 1.6k 20: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.036 s 0.017 s 20 44.5935/s 1.6k 20: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.344 s 0.171 s 2 4.64663/s 1.6k 20: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.227 s 0.112 s 3 7.03336/s 1.6k 20: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.037 s 0.018 s 19 43.5554/s 1.6k 20: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.037 s 0.018 s 19 42.6937/s 1.6k 20: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.037 s 0.018 s 19 43.2984/s 1.6k 20: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.036 s 0.017 s 19 44.8366/s 1.6k 20: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.513 s 0.173 s 3 3.12105/s 1.6k 20: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.287 s 0.131 s 2 5.56553/s 1.6k 20: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.267 s 0.131 s 3 5.99544/s 1.6k 20: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.294 s 0.145 s 2 5.43911/s 1.6k 20: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.036 s 0.017 s 20 44.8416/s 1.6k 20: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.036 s 0.017 s 19 44.1424/s 1.6k 20: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.280 s 0.138 s 2 5.71417/s 1.6k 20: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.323 s 0.161 s 2 4.95781/s 1.6k 20: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.036 s 0.017 s 19 44.7103/s 1.6k 20: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.036 s 0.017 s 19 44.7177/s 1.6k 20: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.449 s 0.224 s 2 3.56127/s 1.6k 20: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.409 s 0.201 s 2 3.91564/s 1.6k 20: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.036 s 0.017 s 20 44.5802/s 1.6k 20: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.036 s 0.017 s 19 43.9921/s 1.6k 20: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.501 s 0.249 s 2 3.194/s 1.6k 20: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.377 s 0.188 s 2 4.24163/s 1.6k 20: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.038 s 0.017 s 18 42.3461/s 1.6k 20: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.040 s 0.017 s 19 39.6598/s 1.6k 20: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.076 s 0.020 s 17 21.1556/s 1.6k 20: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.040 s 0.017 s 17 40.2925/s 1.6k 20: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.022 s 0.011 s 28 36.7858/s 800 20: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time 0.022 s 0.011 s 32 36.9489/s 800 20: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.026 s 0.011 s 32 30.5433/s 800 20: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time 0.023 s 0.011 s 32 34.1397/s 800 20: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.022 s 0.011 s 32 37.0373/s 800 20: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.022 s 0.011 s 32 37.1296/s 800 20: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.022 s 0.011 s 32 36.8628/s 800 20: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.022 s 0.011 s 32 36.9963/s 800 20: ViewFill_Rank1Strided/N:10/manual_time 0.022 s 0.011 s 32 18.5873/s 400 20: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.022 s 0.011 s 32 37.0849/s 800 20: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.022 s 0.011 s 33 37.0924/s 800 20: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.022 s 0.011 s 32 36.351/s 800 20: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.022 s 0.011 s 32 37.194/s 800 20: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.022 s 0.011 s 32 36.7897/s 800 20: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.022 s 0.011 s 32 36.7752/s 800 20: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.022 s 0.011 s 32 36.6944/s 800 20: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.023 s 0.011 s 32 34.2742/s 800 20: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.022 s 0.011 s 32 36.9821/s 800 20: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.022 s 0.011 s 32 37.0425/s 800 20: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time 0.024 s 0.012 s 29 32.849/s 800 20: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time 0.024 s 0.012 s 29 33.0215/s 800 20: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.016 s 0.008 s 10 97.3216/s 1.6k 20: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.016 s 0.008 s 10 98.1155/s 1.6k 20: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.017 s 0.008 s 10 94.6652/s 1.6k 20: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.030 s 0.010 s 10 53.3911/s 1.6k 20: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.037 s 0.012 s 10 42.6693/s 1.6k 20: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.024 s 0.012 s 10 67.8975/s 1.6k 20: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.012 s 0.006 s 10 131.576/s 1.6k 20: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.013 s 0.006 s 10 122.194/s 1.6k 20: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.014 s 0.007 s 10 115.841/s 1.6k 20: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.013 s 0.007 s 10 118.899/s 1.6k 20: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.016 s 0.008 s 10 100.573/s 1.6k 20: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.022 s 0.010 s 10 73.4358/s 1.6k 20: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.024 s 0.012 s 10 67.4302/s 1.6k 20: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.024 s 0.012 s 10 67.9428/s 1.6k 20: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.024 s 0.011 s 10 67.7475/s 1.6k 20: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.024 s 0.011 s 10 67.1705/s 1.6k 20: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.023 s 0.010 s 10 70.9142/s 1.6k 20: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.022 s 0.011 s 10 73.7264/s 1.6k 20: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.023 s 0.011 s 10 70.2016/s 1.6k 20: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.021 s 0.010 s 10 74.6194/s 1.6k 20: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.024 s 0.012 s 10 67.3798/s 1.6k 20: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.023 s 0.011 s 10 68.3297/s 1.6k 20: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.022 s 0.011 s 10 71.7525/s 1.6k 20: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.022 s 0.011 s 10 74.0866/s 1.6k 20: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.021 s 0.010 s 10 76.2636/s 1.6k 20: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.028 s 0.014 s 10 58.0283/s 1.6k 20: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.018 s 0.009 s 10 89.3339/s 1.6k 20: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.030 s 0.014 s 10 53.3018/s 1.6k 20: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.027 s 0.014 s 10 58.286/s 1.6k 20: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.025 s 0.012 s 10 64.9761/s 1.6k 20: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.026 s 0.012 s 10 61.6422/s 1.6k 20: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.032 s 0.015 s 10 50.6865/s 1.6k 20: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.130 s 0.097 s 10 12.3383/s 1.6k 20: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.130 s 0.097 s 10 12.339/s 1.6k 20/50 Test #20: Kokkos_PerformanceTest_Benchmark ........................... Passed 217.03 sec test 21 Start 21: Kokkos_Benchmark_Atomic_MinMax 21: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-08-22_T18-58-34.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-08-22T19:21:16+00:00 21: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 21: Run on (4 X 2000 MHz CPU s) 21: CPU Caches: 21: L1 Data 64 KiB (x4) 21: L1 Instruction 64 KiB (x4) 21: L2 Unified 512 KiB (x4) 21: L3 Unified 16384 KiB (x4) 21: Load Average: 6.12, 6.43, 6.20 21: CPU architecture: none 21: Default Device: OpenMP 21: GIT_BRANCH: HEAD 21: GIT_CLEAN_STATUS: CLEAN 21: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 21: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 21: GIT_COMMIT_HASH: 44bf7b764 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.7.99 21: platform: 64bit 21: ---------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations 21: ---------------------------------------------------------------------------------------------------------------------------------------- 21: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 21: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 21: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 21: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 21: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 21: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 21: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 21: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 21: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 21: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 21: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 21: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time 0.003 s 0.001 s 10 21: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time 0.003 s 0.001 s 10 21: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 21: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 21: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time 0.003 s 0.001 s 10 21: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time 0.003 s 0.001 s 10 21/50 Test #21: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.81 sec test 22 Start 22: Kokkos_PerformanceTest_ViewFirstTouch 22: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-08-22_T18-58-34.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-08-22T19:21:17+00:00 22: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 22: Run on (4 X 2000 MHz CPU s) 22: CPU Caches: 22: L1 Data 64 KiB (x4) 22: L1 Instruction 64 KiB (x4) 22: L2 Unified 512 KiB (x4) 22: L3 Unified 16384 KiB (x4) 22: Load Average: 6.12, 6.43, 6.20 22: CPU architecture: none 22: Default Device: OpenMP 22: GIT_BRANCH: HEAD 22: GIT_CLEAN_STATUS: CLEAN 22: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 22: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 22: GIT_COMMIT_HASH: 44bf7b764 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.7.99 22: platform: 64bit 22: ------------------------------------------------------------------------------------------------------------------------------------ 22: Benchmark Time CPU Iterations FOM: GB/s MB 22: ------------------------------------------------------------------------------------------------------------------------------------ 22: ViewFirstTouch_Initialize<double>/N:64/manual_time 0.000 s 0.000 s 1165470 0.84995/s 512u 22: ViewFirstTouch_Initialize<double>/N:512/manual_time 0.000 s 0.000 s 1083350 6.34225/s 4.096m 22: ViewFirstTouch_Initialize<double>/N:4096/manual_time 0.000 s 0.000 s 740699 34.6414/s 0.032768 22: ViewFirstTouch_Initialize<double>/N:32768/manual_time 0.000 s 0.000 s 10000 5.08405/s 0.262144 22: ViewFirstTouch_Initialize<double>/N:262144/manual_time 0.000 s 0.000 s 12129 34.9574/s 2.09715 22: ViewFirstTouch_Initialize<double>/N:2097152/manual_time 0.000 s 0.000 s 5838 140.851/s 16.7772 22: ViewFirstTouch_Initialize<double>/N:16777216/manual_time 0.021 s 0.022 s 33 6.29675/s 134.218 22: ViewFirstTouch_ParallelFor<double>/N:64/manual_time 0.000 s 0.000 s 16046 0.023174/s 1024u 22: ViewFirstTouch_ParallelFor<double>/N:512/manual_time 0.000 s 0.000 s 15256 0.179778/s 8.192m 22: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time 0.000 s 0.000 s 13322 1.19633/s 0.065536 22: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time 0.000 s 0.000 s 12533 9.38014/s 0.524288 22: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time 0.000 s 0.000 s 7434 44.3352/s 4.1943 22: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time 0.000 s 0.000 s 1828 87.116/s 33.5544 22: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time 0.005 s 0.024 s 100 53.4923/s 268.435 22: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time 0.000 s 0.000 s 2557382 3.72189/s 1024u 22: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time 0.000 s 0.000 s 2320288 27.0256/s 8.192m 22: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time 0.000 s 0.000 s 1140437 105.845/s 0.065536 22: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time 0.000 s 0.000 s 14020 10.6324/s 0.524288 22: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time 0.000 s 0.000 s 11917 72.0377/s 4.1943 22: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 5728 282.338/s 33.5544 22: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time 0.004 s 0.002 s 181 69.8221/s 268.435 22: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time 0.000 s 0.000 s 15668 0.0221291/s 1024u 22: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time 0.000 s 0.000 s 15452 0.179301/s 8.192m 22: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time 0.000 s 0.000 s 14896 1.3977/s 0.065536 22: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time 0.000 s 0.000 s 10000 10.361/s 0.524288 22: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time 0.000 s 0.000 s 11859 69.2201/s 4.1943 22: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 4941 240.694/s 33.5544 22: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time 0.004 s 0.002 s 187 71.7462/s 268.435 22/50 Test #22: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 33.55 sec test 23 Start 23: Kokkos_PerformanceTest_Mempool 23: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-08-22_T18-58-34.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-08-22T19:21:50+00:00 23: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Mempool 23: Run on (4 X 2000 MHz CPU s) 23: CPU Caches: 23: L1 Data 64 KiB (x4) 23: L1 Instruction 64 KiB (x4) 23: L2 Unified 512 KiB (x4) 23: L3 Unified 16384 KiB (x4) 23: Load Average: 5.50, 6.22, 6.14 23: CPU architecture: none 23: Default Device: OpenMP 23: GIT_BRANCH: HEAD 23: GIT_CLEAN_STATUS: CLEAN 23: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 23: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 23: GIT_COMMIT_HASH: 44bf7b764 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.7.99 23: platform: 64bit 23: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations FOM: fill ops per second 23: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 23: 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 1254 9.59929M/s 23: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations FOM: cycle ops per second 23: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 23: 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 2430 39.5745M/s 23/50 Test #23: Kokkos_PerformanceTest_Mempool ............................. Passed 1.87 sec test 24 Start 24: Kokkos_PerformanceTest_Atomic 24: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-08-22_T18-58-34.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-08-22T19:21:52+00:00 24: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Atomic 24: Run on (4 X 2000 MHz CPU s) 24: CPU Caches: 24: L1 Data 64 KiB (x4) 24: L1 Instruction 64 KiB (x4) 24: L2 Unified 512 KiB (x4) 24: L3 Unified 16384 KiB (x4) 24: Load Average: 5.50, 6.22, 6.14 24: CPU architecture: none 24: Default Device: OpenMP 24: GIT_BRANCH: HEAD 24: GIT_CLEAN_STATUS: CLEAN 24: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 24: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 24: GIT_COMMIT_HASH: 44bf7b764 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.7.99 24: platform: 64bit 24: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 24: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 24: Test_Atomic<int>/30000/iterations:10 0.015 s 0.008 s 10 1 4 0.210497 0.0232382 304.333u 449.985M 150.276M 449.985M 24: Test_Atomic<long int>/100000/iterations:10 0.048 s 0.023 s 10 1 8 0.199227 0.0182827 300.4u 4.99995G 2.26815G 4.99995G 24: Test_Atomic<long long int>/100000/iterations:10 0.047 s 0.023 s 10 1 8 0.196408 0.0243686 300.9u 4.99995G 1.72925G 4.99995G 24: Test_Atomic<unsigned int>/100000/iterations:10 0.047 s 0.023 s 10 1 4 0.21281 0.0225464 300.6u 704.983M 1079.39M 704.983M 24: Test_Atomic<unsigned long int>/100000/iterations:10 0.049 s 0.024 s 10 1 8 0.209903 0.0192549 300.2u 4.99995G 2.41043G 4.99995G 24: Test_Atomic<unsigned long long int>/100000/iterations:10 0.048 s 0.024 s 10 1 8 0.217354 0.016795 599u 4.99995G 1.96668G 4.99995G 24: Test_Atomic<float>/100000/iterations:10 0.043 s 0.020 s 10 0 4 0.166653 0.0239731 896.69u 4.99994G 2.07877G 4.99989G 24: Test_Atomic<double>/100000/iterations:10 0.048 s 0.022 s 10 1 8 0.199337 0.021136 951.49u 4.99995G 1.81807G 4.99995G 24/50 Test #24: Kokkos_PerformanceTest_Atomic .............................. Passed 3.47 sec test 25 Start 25: Kokkos_PerformanceTest_Reduction 25: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-08-22_T18-58-34.json" 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: 2025-08-22T19:21:56+00:00 25: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Reduction 25: Run on (4 X 2000 MHz CPU s) 25: CPU Caches: 25: L1 Data 64 KiB (x4) 25: L1 Instruction 64 KiB (x4) 25: L2 Unified 512 KiB (x4) 25: L3 Unified 16384 KiB (x4) 25: Load Average: 5.70, 6.25, 6.15 25: CPU architecture: none 25: Default Device: OpenMP 25: GIT_BRANCH: HEAD 25: GIT_CLEAN_STATUS: CLEAN 25: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 25: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 25: GIT_COMMIT_HASH: 44bf7b764 25: GPU architecture: none 25: KOKKOS_COMPILER_GNU: 840 25: KOKKOS_ENABLE_ASM: yes 25: KOKKOS_ENABLE_CXX17: yes 25: KOKKOS_ENABLE_CXX20: no 25: KOKKOS_ENABLE_CXX23: no 25: KOKKOS_ENABLE_CXX26: no 25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 25: KOKKOS_ENABLE_HWLOC: no 25: KOKKOS_ENABLE_LIBDL: 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 8 x 1 ] 25: Kokkos Version: 4.7.99 25: platform: 64bit 25: ---------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations 25: ---------------------------------------------------------------------------------------------------- 25: ReductionCheapScalarResult<double>/10000/iterations:10 52.8 us 22.1 us 10 25: ReductionCheapScalarResult<double>/100000/iterations:10 71.5 us 32.4 us 10 25: ReductionCheapScalarResult<double>/1000000/iterations:10 290 us 142 us 10 25: ReductionCheapScalarResult<double>/10000000/iterations:10 2997 us 1415 us 10 25: ReductionCheapHostResult<double>/10000/iterations:10 50.8 us 23.3 us 10 25: ReductionCheapHostResult<double>/100000/iterations:10 73.0 us 35.3 us 10 25: ReductionCheapHostResult<double>/1000000/iterations:10 302 us 143 us 10 25: ReductionCheapHostResult<double>/10000000/iterations:10 2921 us 1395 us 10 25: ReductionCheapDeviceResult<double>/10000/iterations:10 58.2 us 21.9 us 10 25: ReductionCheapDeviceResult<double>/100000/iterations:10 67.7 us 31.8 us 10 25: ReductionCheapDeviceResult<double>/1000000/iterations:10 297 us 140 us 10 25: ReductionCheapDeviceResult<double>/10000000/iterations:10 3005 us 1409 us 10 25: ReductionExpensive<double>/10000/iterations:10 8867 us 4370 us 10 25: ReductionExpensive<double>/100000/iterations:10 86274 us 42708 us 10 25: ReductionExpensive<double>/1000000/iterations:10 872551 us 431638 us 10 25: ReductionExpensive<double>/10000000/iterations:10 8653712 us 4289546 us 10 25/50 Test #25: Kokkos_PerformanceTest_Reduction ........................... Passed 106.13 sec test 26 Start 26: Kokkos_ContainersUnitTest_Serial 26: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 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 75 tests from 2 test suites. 26: [----------] Global test environment set-up. 26: [----------] 2 tests from serial_DeathTest 26: [ RUN ] serial_DeathTest.dualview_external_view_construction 26: [ OK ] serial_DeathTest.dualview_external_view_construction (3 ms) 26: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 26: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (36 ms) 26: [----------] 2 tests from serial_DeathTest (39 ms total) 26: 26: [----------] 73 tests from serial 26: [ RUN ] serial.bitset 26: [ OK ] serial.bitset (1155 ms) 26: [ RUN ] serial.bitset_default_constructor_no_alloc 26: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 26: [ RUN ] serial.dualview_combination 26: [ OK ] serial.dualview_combination (0 ms) 26: [ RUN ] serial.dualview_alloc 26: [ OK ] serial.dualview_alloc (0 ms) 26: [ RUN ] serial.test_dualview_copy_construction_and_assignment 26: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 26: [ RUN ] serial.dualview_combinations_without_init 26: [ OK ] serial.dualview_combinations_without_init (0 ms) 26: [ RUN ] serial.dualview_deep_copy 26: [ OK ] serial.dualview_deep_copy (0 ms) 26: [ RUN ] serial.dualview_sync_should_fence 26: [ OK ] serial.dualview_sync_should_fence (0 ms) 26: [ RUN ] serial.dualview_realloc 26: [ OK ] serial.dualview_realloc (0 ms) 26: [ RUN ] serial.dualview_resize 26: [ OK ] serial.dualview_resize (0 ms) 26: [ RUN ] serial.dualview_device_correct_kokkos_device 26: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 26: [ RUN ] serial.dualview_host_correct_kokkos_device 26: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 26: [ RUN ] serial.dualview_host_modify_template_device_sync 26: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 26: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 26: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 26: [ RUN ] serial.dualview_device_modify_template_host_sync 26: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 26: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 26: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 26: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 26: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 26: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 26: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 26: [ RUN ] serial.dualview_sequential_host_init 26: [ OK ] serial.dualview_sequential_host_init (0 ms) 26: [ RUN ] serial.dualview_default_constructed 26: [ OK ] serial.dualview_default_constructed (0 ms) 26: [ RUN ] serial.dualview_resize_single_device 26: [ OK ] serial.dualview_resize_single_device (0 ms) 26: [ RUN ] serial.dynamic_view 26: [ OK ] serial.dynamic_view (9 ms) 26: [ RUN ] serial.dyn_rank_view_api_generic 26: [ OK ] serial.dyn_rank_view_api_generic (7 ms) 26: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 26: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 26: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 26: /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 26: skipping since not default execution space 26: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 26: [ RUN ] serial.dyn_rank_view_api_operator_rank67 26: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 26: [ RUN ] serial.dyn_rank_view_ctor_from_members 26: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 26: [ RUN ] serial.dyn_rank_view_team_scratch 26: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 26: [ RUN ] serial.ErrorReporterViaLambda 26: [ OK ] serial.ErrorReporterViaLambda (0 ms) 26: [ RUN ] serial.ErrorReporter 26: [ OK ] serial.ErrorReporter (0 ms) 26: [ RUN ] serial.offsetview_construction 26: [ OK ] serial.offsetview_construction (26 ms) 26: [ RUN ] serial.offsetview_unmanaged_construction 26: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 26: [ RUN ] serial.offsetview_subview 26: [ OK ] serial.offsetview_subview (16 ms) 26: [ RUN ] serial.offsetview_offsets_rank1 26: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 26: [ RUN ] serial.offsetview_offsets_rank2 26: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 26: [ RUN ] serial.offsetview_offsets_rank3 26: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 26: [ RUN ] serial.scatterview 26: [ OK ] serial.scatterview (1693 ms) 26: [ RUN ] serial.scatterview_devicetype 26: [ OK ] serial.scatterview_devicetype (0 ms) 26: [ RUN ] serial.staticcrsgraph 26: [ OK ] serial.staticcrsgraph (14 ms) 26: [ RUN ] serial.resize_realloc_no_init_dualview 26: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 26: [ RUN ] serial.resize_realloc_no_alloc_dualview 26: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 26: [ RUN ] serial.resize_exec_space_dualview 26: [ OK ] serial.resize_exec_space_dualview (0 ms) 26: [ RUN ] serial.realloc_exec_space_dualview 26: [ OK ] serial.realloc_exec_space_dualview (0 ms) 26: [ RUN ] serial.resize_realloc_no_init_dynrankview 26: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 26: [ RUN ] serial.resize_exec_space_dynrankview 26: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 26: [ RUN ] serial.realloc_exec_space_dynrankview 26: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 26: [ RUN ] serial.resize_realloc_no_init_scatterview 26: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 26: [ RUN ] serial.resize_realloc_no_alloc_scatterview 26: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 26: [ RUN ] serial.resize_exec_space_scatterview 26: [ OK ] serial.resize_exec_space_scatterview (0 ms) 26: [ RUN ] serial.realloc_exec_space_scatterview 26: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 26: [ RUN ] serial.create_mirror_no_init_dynrankview 26: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 26: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 26: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 26: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 26: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 26: [ RUN ] serial.create_mirror_no_init_offsetview 26: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 26: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 26: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 26: [ RUN ] serial.create_mirror_view_and_copy_offsetview 26: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 26: [ RUN ] serial.create_mirror_no_init_dynamicview 26: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 26: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 26: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 26: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 26: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 26: [ RUN ] serial.UnorderedMap_insert 26: [ OK ] serial.UnorderedMap_insert (9577 ms) 26: [ RUN ] serial.UnorderedMap_failed_insert 26: [ OK ] serial.UnorderedMap_failed_insert (3802 ms) 26: [ RUN ] serial.UnorderedMap_deep_copy 26: [ OK ] serial.UnorderedMap_deep_copy (4 ms) 26: [ RUN ] serial.UnorderedMap_valid_empty 26: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 26: [ RUN ] serial.UnorderedMap_clear_zero_size 26: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 26: [ RUN ] serial.UnorderedMap_consistent_size 26: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 26: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 26: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 26: [ RUN ] serial.UnorderedMap_lambda_capturable 26: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 26: [ RUN ] serial.UnorderedMap_constructor_view_alloc 26: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 26: [ RUN ] serial.UnorderedMap_View_as_value 26: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 26: [ RUN ] serial.vector_combination 26: [ OK ] serial.vector_combination (0 ms) 26: [ RUN ] serial.vector_insert 26: [ OK ] serial.vector_insert (0 ms) 26: [ RUN ] serial.vector_push_back_default_exec 26: [ OK ] serial.vector_push_back_default_exec (0 ms) 26: [ RUN ] serial.viewctorprop_embedded_dim 26: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 26: [----------] 73 tests from serial (16314 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 75 tests from 2 test suites ran. (16354 ms total) 26: [ PASSED ] 74 tests. 26: [ SKIPPED ] 1 test, listed below: 26: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 26/50 Test #26: Kokkos_ContainersUnitTest_Serial ........................... Passed 16.41 sec test 27 Start 27: Kokkos_ContainersUnitTest_OpenMP 27: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 27: Test timeout computed to be: 1500 27: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 27: Detected: 4 cores per node. 27: Detected: 1 MPI_ranks per node. 27: Requested: 8 threads per process. 27: [==========] Running 75 tests from 2 test suites. 27: [----------] Global test environment set-up. 27: [----------] 2 tests from openmp_DeathTest 27: [ RUN ] openmp_DeathTest.dualview_external_view_construction 27: [ OK ] openmp_DeathTest.dualview_external_view_construction (3 ms) 27: [ RUN ] openmp_DeathTest.offsetview_unmanaged_construction 27: [ OK ] openmp_DeathTest.offsetview_unmanaged_construction (34 ms) 27: [----------] 2 tests from openmp_DeathTest (38 ms total) 27: 27: [----------] 73 tests from openmp 27: [ RUN ] openmp.bitset 27: [ OK ] openmp.bitset (316 ms) 27: [ RUN ] openmp.bitset_default_constructor_no_alloc 27: [ OK ] openmp.bitset_default_constructor_no_alloc (0 ms) 27: [ RUN ] openmp.dualview_combination 27: [ OK ] openmp.dualview_combination (0 ms) 27: [ RUN ] openmp.dualview_alloc 27: [ OK ] openmp.dualview_alloc (0 ms) 27: [ RUN ] openmp.test_dualview_copy_construction_and_assignment 27: [ OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms) 27: [ RUN ] openmp.dualview_combinations_without_init 27: [ OK ] openmp.dualview_combinations_without_init (0 ms) 27: [ RUN ] openmp.dualview_deep_copy 27: [ OK ] openmp.dualview_deep_copy (0 ms) 27: [ RUN ] openmp.dualview_sync_should_fence 27: [ OK ] openmp.dualview_sync_should_fence (0 ms) 27: [ RUN ] openmp.dualview_realloc 27: [ OK ] openmp.dualview_realloc (0 ms) 27: [ RUN ] openmp.dualview_resize 27: [ OK ] openmp.dualview_resize (0 ms) 27: [ RUN ] openmp.dualview_device_correct_kokkos_device 27: [ OK ] openmp.dualview_device_correct_kokkos_device (0 ms) 27: [ RUN ] openmp.dualview_host_correct_kokkos_device 27: [ OK ] openmp.dualview_host_correct_kokkos_device (0 ms) 27: [ RUN ] openmp.dualview_host_modify_template_device_sync 27: [ OK ] openmp.dualview_host_modify_template_device_sync (0 ms) 27: [ RUN ] openmp.dualview_host_modify_template_device_execspace_sync 27: [ OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms) 27: [ RUN ] openmp.dualview_device_modify_template_host_sync 27: [ OK ] openmp.dualview_device_modify_template_host_sync (0 ms) 27: [ RUN ] openmp.dualview_device_modify_template_host_execspace_sync 27: [ OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms) 27: [ RUN ] openmp.dualview_template_views_return_correct_executionspace_views 27: [ OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms) 27: [ RUN ] openmp.dualview_template_views_return_correct_views_from_const_dual_view 27: [ OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 27: [ RUN ] openmp.dualview_sequential_host_init 27: [ OK ] openmp.dualview_sequential_host_init (0 ms) 27: [ RUN ] openmp.dualview_default_constructed 27: [ OK ] openmp.dualview_default_constructed (0 ms) 27: [ RUN ] openmp.dualview_resize_single_device 27: [ OK ] openmp.dualview_resize_single_device (0 ms) 27: [ RUN ] openmp.dynamic_view 27: [ OK ] openmp.dynamic_view (17 ms) 27: [ RUN ] openmp.dyn_rank_view_api_generic 27: [ OK ] openmp.dyn_rank_view_api_generic (7 ms) 27: [ RUN ] openmp.dyn_rank_view_api_operator_rank12345 27: [ OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms) 27: [ RUN ] openmp.dyn_rank_view_check_fence_resize_realloc 27: [ OK ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms) 27: [ RUN ] openmp.dyn_rank_view_api_operator_rank67 27: [ OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms) 27: [ RUN ] openmp.dyn_rank_view_ctor_from_members 27: [ OK ] openmp.dyn_rank_view_ctor_from_members (0 ms) 27: [ RUN ] openmp.dyn_rank_view_team_scratch 27: [ OK ] openmp.dyn_rank_view_team_scratch (0 ms) 27: [ RUN ] openmp.ErrorReporterViaLambda 27: [ OK ] openmp.ErrorReporterViaLambda (0 ms) 27: [ RUN ] openmp.ErrorReporter 27: [ OK ] openmp.ErrorReporter (0 ms) 27: [ RUN ] openmp.offsetview_construction 27: [ OK ] openmp.offsetview_construction (9 ms) 27: [ RUN ] openmp.offsetview_unmanaged_construction 27: [ OK ] openmp.offsetview_unmanaged_construction (0 ms) 27: [ RUN ] openmp.offsetview_subview 27: [ OK ] openmp.offsetview_subview (11 ms) 27: [ RUN ] openmp.offsetview_offsets_rank1 27: [ OK ] openmp.offsetview_offsets_rank1 (0 ms) 27: [ RUN ] openmp.offsetview_offsets_rank2 27: [ OK ] openmp.offsetview_offsets_rank2 (0 ms) 27: [ RUN ] openmp.offsetview_offsets_rank3 27: [ OK ] openmp.offsetview_offsets_rank3 (0 ms) 27: [ RUN ] openmp.scatterview 27: [ OK ] openmp.scatterview (1623 ms) 27: [ RUN ] openmp.scatterview_devicetype 27: [ OK ] openmp.scatterview_devicetype (15 ms) 27: [ RUN ] openmp.staticcrsgraph 27: [ OK ] openmp.staticcrsgraph (10 ms) 27: [ RUN ] openmp.resize_realloc_no_init_dualview 27: [ OK ] openmp.resize_realloc_no_init_dualview (0 ms) 27: [ RUN ] openmp.resize_realloc_no_alloc_dualview 27: [ OK ] openmp.resize_realloc_no_alloc_dualview (0 ms) 27: [ RUN ] openmp.resize_exec_space_dualview 27: [ OK ] openmp.resize_exec_space_dualview (0 ms) 27: [ RUN ] openmp.realloc_exec_space_dualview 27: [ OK ] openmp.realloc_exec_space_dualview (0 ms) 27: [ RUN ] openmp.resize_realloc_no_init_dynrankview 27: [ OK ] openmp.resize_realloc_no_init_dynrankview (0 ms) 27: [ RUN ] openmp.resize_exec_space_dynrankview 27: [ OK ] openmp.resize_exec_space_dynrankview (0 ms) 27: [ RUN ] openmp.realloc_exec_space_dynrankview 27: [ OK ] openmp.realloc_exec_space_dynrankview (0 ms) 27: [ RUN ] openmp.resize_realloc_no_init_scatterview 27: [ OK ] openmp.resize_realloc_no_init_scatterview (0 ms) 27: [ RUN ] openmp.resize_realloc_no_alloc_scatterview 27: [ OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms) 27: [ RUN ] openmp.resize_exec_space_scatterview 27: [ OK ] openmp.resize_exec_space_scatterview (0 ms) 27: [ RUN ] openmp.realloc_exec_space_scatterview 27: [ OK ] openmp.realloc_exec_space_scatterview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_dynrankview 27: [ OK ] openmp.create_mirror_no_init_dynrankview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_dynrankview_viewctor 27: [ OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms) 27: [ RUN ] openmp.create_mirror_view_and_copy_dynrankview 27: [ OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_offsetview 27: [ OK ] openmp.create_mirror_no_init_offsetview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_offsetview_view_ctor 27: [ OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms) 27: [ RUN ] openmp.create_mirror_view_and_copy_offsetview 27: [ OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_dynamicview 27: [ OK ] openmp.create_mirror_no_init_dynamicview (0 ms) 27: [ RUN ] openmp.create_mirror_view_and_copy_dynamicview 27: [ OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_dynamicview_view_ctor 27: [ OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms) 27: [ RUN ] openmp.UnorderedMap_insert 27: [ OK ] openmp.UnorderedMap_insert (5456 ms) 27: [ RUN ] openmp.UnorderedMap_failed_insert 27: [ OK ] openmp.UnorderedMap_failed_insert (4794 ms) 27: [ RUN ] openmp.UnorderedMap_deep_copy 27: [ OK ] openmp.UnorderedMap_deep_copy (7 ms) 27: [ RUN ] openmp.UnorderedMap_valid_empty 27: [ OK ] openmp.UnorderedMap_valid_empty (0 ms) 27: [ RUN ] openmp.UnorderedMap_clear_zero_size 27: [ OK ] openmp.UnorderedMap_clear_zero_size (0 ms) 27: [ RUN ] openmp.UnorderedMap_consistent_size 27: [ OK ] openmp.UnorderedMap_consistent_size (0 ms) 27: [ RUN ] openmp.UnorderedMap_shallow_copyable_on_device 27: [ OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms) 27: [ RUN ] openmp.UnorderedMap_lambda_capturable 27: [ OK ] openmp.UnorderedMap_lambda_capturable (0 ms) 27: [ RUN ] openmp.UnorderedMap_constructor_view_alloc 27: [ OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms) 27: [ RUN ] openmp.UnorderedMap_View_as_value 27: [ OK ] openmp.UnorderedMap_View_as_value (0 ms) 27: [ RUN ] openmp.vector_combination 27: [ OK ] openmp.vector_combination (0 ms) 27: [ RUN ] openmp.vector_insert 27: [ OK ] openmp.vector_insert (0 ms) 27: [ RUN ] openmp.vector_push_back_default_exec 27: [ OK ] openmp.vector_push_back_default_exec (0 ms) 27: [ RUN ] openmp.viewctorprop_embedded_dim 27: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 27: [----------] 73 tests from openmp (12279 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 75 tests from 2 test suites ran. (12318 ms total) 27: [ PASSED ] 75 tests. 27/50 Test #27: Kokkos_ContainersUnitTest_OpenMP ........................... Passed 12.39 sec test 28 Start 28: Kokkos_ContainersPerformanceTest_OpenMP 28: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 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 5 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 5 tests from TEST_CATEGORY 28: [ RUN ] TEST_CATEGORY.dynrankview_perf 28: OpenMP 28: DynRankView vs View: Initialization Only 28: View time (init only): 0.00935649 28: View sum computation time: 0.00935649 28: Strided View time (init only): 0.00573081 28: View Rank7 time (init only): 0.00915005 28: DynRankView time (init only): 0.00940293 28: DynRankView sum computation time: 0.00670016 28: Ratio of View to DynRankView time: 0.995061 28: Ratio of View to DynRankView sum computation time: 1.00118 28: Ratio of View to View Rank7 time: 1.02256 28: Ratio of StrideView to DynRankView time: 0.60947 28: Ratio of DynRankView to View Rank7 time: 1.02764 28: [ OK ] TEST_CATEGORY.dynrankview_perf (152 ms) 28: [ RUN ] TEST_CATEGORY.global_2_local 28: OpenMP 28: size, create, generate, fill, find 28: 256, 0.00014373, 6.262e-05, 8.6009e-05, 0.00429864 28: 512, 0.000107089, 4.8439e-05, 0.000117649, 0.00435266 28: 1024, 9.244e-05, 4.5259e-05, 0.000189029, 0.00468922 28: 2048, 9.4959e-05, 4.699e-05, 0.000290648, 0.00487686 28: 4096, 0.000183039, 3.2429e-05, 0.000519327, 0.00538071 28: 8192, 0.000243588, 3.2529e-05, 0.000969803, 0.00788401 28: 16384, 0.000314278, 3.4429e-05, 0.00185254, 0.0140919 28: 32768, 0.000485685, 6.379e-05, 0.0037935, 0.0313467 28: 65536, 0.000874003, 5.466e-05, 0.00845385, 0.0767712 28: 131072, 0.0011547, 9.354e-05, 0.0162431, 0.174937 28: 262144, 0.00201796, 0.000131899, 0.0333066, 0.258339 28: 524288, 0.00358491, 0.000473317, 0.0643235, 0.819955 28: 1048576, 0.00642394, 0.000394867, 0.135014, 3.15858 28: 2097152, 0.0121888, 0.000760105, 0.272732, 7.72598 28: 4194304, 0.0208864, 0.00141948, 0.571259, 16.2892 28: [ OK ] TEST_CATEGORY.global_2_local (29760 ms) 28: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 28: skipping test 28: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 28: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 28: skipping test 28: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 28: [ RUN ] TEST_CATEGORY.scatter_view 28: ScatterView data-duplicated test: 28: num_threads 8 28: hand-coded test took 0.11012 seconds 28: test took 0.107955 seconds 28: num_threads 8 28: hand-coded test took 0.109088 seconds 28: test took 0.109619 seconds 28: num_threads 8 28: hand-coded test took 0.108914 seconds 28: test took 0.109168 seconds 28: num_threads 8 28: hand-coded test took 0.11079 seconds 28: test took 0.110066 seconds 28: num_threads 8 28: hand-coded test took 0.109993 seconds 28: test took 0.11032 seconds 28: [ OK ] TEST_CATEGORY.scatter_view (1329 ms) 28: [----------] 5 tests from TEST_CATEGORY (31241 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 5 tests from 1 test suite ran. (31241 ms total) 28: [ PASSED ] 5 tests. 28/50 Test #28: Kokkos_ContainersPerformanceTest_OpenMP .................... Passed 31.25 sec test 29 Start 29: Kokkos_UnitTest_Sort 29: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 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 17 tests from 2 test suites. 29: [----------] Global test environment set-up. 29: [----------] 1 test from openmp_DeathTest 29: [ RUN ] openmp_DeathTest.SortByKeyKeysLargerThanValues 29: [ OK ] openmp_DeathTest.SortByKeyKeysLargerThanValues (5 ms) 29: [----------] 1 test from openmp_DeathTest (5 ms total) 29: 29: [----------] 16 tests from openmp 29: [ RUN ] openmp.SortUnsignedValueType 29: [ OK ] openmp.SortUnsignedValueType (498 ms) 29: [ RUN ] openmp.SortEmptyView 29: [ OK ] openmp.SortEmptyView (0 ms) 29: [ RUN ] openmp.SortByKeyEmptyView 29: [ OK ] openmp.SortByKeyEmptyView (0 ms) 29: [ RUN ] openmp.SortByKeyEmptyViewHost 29: [ OK ] openmp.SortByKeyEmptyViewHost (0 ms) 29: [ RUN ] openmp.SortByKey 29: [ OK ] openmp.SortByKey (0 ms) 29: [ RUN ] openmp.SortByKeyWithComparator 29: [ OK ] openmp.SortByKeyWithComparator (0 ms) 29: [ RUN ] openmp.SortByKeyStaticExtents 29: [ OK ] openmp.SortByKeyStaticExtents (0 ms) 29: [ RUN ] openmp.SortByKeyWithStrides 29: [ OK ] openmp.SortByKeyWithStrides (0 ms) 29: [ RUN ] openmp.SortWithCustomComparator 29: [ OK ] openmp.SortWithCustomComparator (125 ms) 29: [ RUN ] openmp.BinSortGenericTests 29: [ OK ] openmp.BinSortGenericTests (504 ms) 29: [ RUN ] openmp.BinSortEmptyView 29: [ OK ] openmp.BinSortEmptyView (0 ms) 29: [ RUN ] openmp.BinSortEmptyKeysView 29: [ OK ] openmp.BinSortEmptyKeysView (0 ms) 29: [ RUN ] openmp.BinSort_issue_7221 29: [ OK ] openmp.BinSort_issue_7221 (0 ms) 29: [ RUN ] openmp.BinSortUnsignedKeyLayoutStrideValues 29: [ OK ] openmp.BinSortUnsignedKeyLayoutStrideValues (13945 ms) 29: [ RUN ] openmp.NestedSort 29: [ OK ] openmp.NestedSort (6 ms) 29: [ RUN ] openmp.NestedSortByKey 29: [ OK ] openmp.NestedSortByKey (51 ms) 29: [----------] 16 tests from openmp (15135 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 17 tests from 2 test suites ran. (15141 ms total) 29: [ PASSED ] 17 tests. 29/50 Test #29: Kokkos_UnitTest_Sort ....................................... Passed 15.15 sec test 30 Start 30: Kokkos_UnitTest_Random 30: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Random 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 3 tests from 1 test suite. 30: [----------] Global test environment set-up. 30: [----------] 3 tests from openmp 30: [ RUN ] openmp.Random_XorShift64 30: Test Seed:1755890697617579134 30: Test Scalar=int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 3.25521e-08 0.0132459 0.000615415 || 0.051031 2054 2407 || 2193.01 2222.06 || 8.5075 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 9.76563e-08 0.0314049 -0.000774804 || 0.051031 1e+64 -1e+64 30: Test Scalar=unsigned int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 3.25521e-08 0.00225625 -0.000983498 || 0.051031 2015 2416 || 2217.06 2222.06 || -13.5959 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 9.76563e-08 0.0249653 -0.000675963 || 0.051031 1e+64 -1e+64 30: Test Scalar=int64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.0153445 0.00162049 || 0.051031 2054 2414 || 2188.48 2222.06 || 22.4017 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.0106304 -8.04585e-06 || 0.051031 1e+64 -1e+64 30: Test Scalar=uint64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.0154386 -0.00207966 || 0.051031 2024 2408 || 2188.28 2222.06 || -28.7492 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.0107659 -0.000245029 || 0.051031 1e+64 -1e+64 30: Test Scalar=half 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.00175504 -0.00226922 || 0.051031 2058 2402 || 2218.17 2222.06 || -31.3697 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.000962171 -8.00156e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=bhalf 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 6.51042e-08 0.0112446 -0.00039409 || 0.051031 2050 2420 || 2197.35 2222.06 || -5.4479 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 1.95313e-07 0.0186502 0.000110359 || 0.051031 1e+64 -1e+64 30: Test Scalar=float 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.00593362 -0.00119613 || 0.051031 2048 2390 || 2235.33 2222.06 || -16.5353 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 -0.0114765 0.00045752 || 0.051031 1e+64 -1e+64 30: Test Scalar=double 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.0063798 0.00289003 || 0.051031 2059 2410 || 2236.33 2222.06 || 39.9518 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.00378175 -6.36031e-05 || 0.051031 1e+64 -1e+64 30: Test Seed:1755890700460507909 30: Test Scalar=int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.00139176 0.00251525 || 0.051031 2023 2416 || 2218.97 2222.06 || 34.7708 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 -0.00897787 0.000115905 || 0.051031 1e+64 -1e+64 30: Test Scalar=unsigned int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.00192769 -0.00151636 || 0.051031 2049 2411 || 2217.79 2222.06 || -20.9622 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 -0.0149856 0.000215738 || 0.051031 1e+64 -1e+64 30: Test Scalar=int64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.0204731 0.00127145 || 0.051031 2018 2406 || 2177.48 2222.06 || 17.5766 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.00476162 0.000744824 || 0.051031 1e+64 -1e+64 30: Test Scalar=uint64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.0044071 -0.00272332 || 0.051031 2044 2405 || 2212.31 2222.06 || -37.6472 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 -0.0127044 0.000263377 || 0.051031 1e+64 -1e+64 30: Test Scalar=half 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 3.25521e-08 0.00256891 -0.000937302 || 0.051031 2029 2412 || 2216.37 2222.06 || -12.9573 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 9.76563e-08 -0.0143306 -5.19043e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=bhalf 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.0146414 0.00144639 || 0.051031 2043 2412 || 2255.08 2222.06 || 19.9948 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 -0.0264801 -0.000731697 || 0.051031 1e+64 -1e+64 30: Test Scalar=float 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 3.25521e-08 0.00555725 0.00113808 || 0.051031 2021 2448 || 2209.78 2222.06 || 15.7328 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 9.76563e-08 0.0126329 0.000121056 || 0.051031 1e+64 -1e+64 30: Test Scalar=double 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.00857802 0.00265322 || 0.051031 2045 2419 || 2241.29 2222.06 || 36.6782 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.0311528 0.000677963 || 0.051031 1e+64 -1e+64 30: [ OK ] openmp.Random_XorShift64 (5677 ms) 30: [ RUN ] openmp.Random_XorShift1024_0 30: Test Seed:1755890703294624975 30: Test Scalar=int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.000522304 0.00039084 || 0.051031 2031 2393 || 2197.08 2198.22 || 5.40297 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.0260236 0.000950399 || 0.051031 1e+64 -1e+64 30: Test Scalar=unsigned int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.00451591 0.00218357 || 0.051031 2026 2377 || 2188.34 2198.22 || 30.1856 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.000600514 0.000326103 || 0.051031 1e+64 -1e+64 30: Test Scalar=int64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.0157087 0.000357818 || 0.051031 2024 2403 || 2164.23 2198.22 || 4.94648 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.00350405 -0.000245666 || 0.051031 1e+64 -1e+64 30: Test Scalar=uint64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.00409829 -0.000379161 || 0.051031 2034 2403 || 2207.27 2198.22 || -5.24152 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.00548944 0.000536123 || 0.051031 1e+64 -1e+64 30: Test Scalar=half 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.27255e-05 -0.00963664 -0.000180026 || 0.051031 2011 2379 || 2219.61 2198.22 || -2.48868 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.28572e-05 -0.000281079 5.2757e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=bhalf 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26926e-05 -0.0084393 0.000493031 || 0.051031 2002 2376 || 2216.93 2198.22 || 6.81566 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.27585e-05 0.00220385 -0.000466582 || 0.051031 1e+64 -1e+64 30: Test Scalar=float 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.00813307 0.00206453 || 0.051031 2010 2424 || 2180.49 2198.22 || 28.5401 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.00193169 -0.000231381 || 0.051031 1e+64 -1e+64 30: Test Scalar=double 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.00924379 -0.00022557 || 0.051031 2023 2386 || 2178.09 2198.22 || -3.11829 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.000215444 -0.000224366 || 0.051031 1e+64 -1e+64 30: Test Seed:1755890706234452354 30: Test Scalar=int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.00940699 -0.000850983 || 0.051031 2029 2388 || 2219.1 2198.22 || -11.764 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.00286017 -2.57285e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=unsigned int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.00377021 -0.00157542 || 0.051031 2033 2393 || 2189.97 2198.22 || -21.7786 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.00802487 0.00122233 || 0.051031 1e+64 -1e+64 30: Test Scalar=int64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.00666937 6.07442e-06 || 0.051031 2028 2394 || 2183.66 2198.22 || 0.0839728 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.000301288 -0.000399576 || 0.051031 1e+64 -1e+64 30: Test Scalar=uint64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.0127479 0.00110245 || 0.051031 2020 2382 || 2170.55 2198.22 || 15.2403 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.0167297 -0.000638931 || 0.051031 1e+64 -1e+64 30: Test Scalar=half 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.0193431 -0.0010197 || 0.051031 2003 2390 || 2156.51 2198.22 || -14.0963 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.0107244 -0.000151408 || 0.051031 1e+64 -1e+64 30: Test Scalar=bhalf 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.27255e-05 0.00652668 0.00113575 || 0.051031 2018 2374 || 2183.97 2198.22 || 15.7006 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.28572e-05 -0.0210018 0.000180404 || 0.051031 1e+64 -1e+64 30: Test Scalar=float 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26926e-05 -0.00244732 -0.000721484 || 0.051031 2028 2388 || 2203.62 2198.22 || -9.9738 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.27585e-05 -0.000791658 6.27445e-07 || 0.051031 1e+64 -1e+64 30: Test Scalar=double 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.00608123 -0.000300473 || 0.051031 2026 2370 || 2211.67 2198.22 || -4.15374 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.00808509 -0.000828879 || 0.051031 1e+64 -1e+64 30: [ OK ] openmp.Random_XorShift1024_0 (5795 ms) 30: [ RUN ] openmp.Multi_streams 30: [ OK ] openmp.Multi_streams (164 ms) 30: [----------] 3 tests from openmp (11636 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 3 tests from 1 test suite ran. (11637 ms total) 30: [ PASSED ] 3 tests. 30/50 Test #30: Kokkos_UnitTest_Random ..................................... Passed 11.64 sec test 31 Start 31: Kokkos_AlgorithmsUnitTest_StdSet_A 31: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 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 16 tests from 4 test suites. 31: [----------] Global test environment set-up. 31: [----------] 1 test from std_algorithms_DeathTest 31: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 31: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 31: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 31: 31: [----------] 3 tests from std_algorithms_reducers 31: [ RUN ] std_algorithms_reducers.max_first_loc 31: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 31: [ RUN ] std_algorithms_reducers.min_first_loc 31: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 31: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 31: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 31: [----------] 3 tests from std_algorithms_reducers (0 ms total) 31: 31: [----------] 1 test from std_algorithms 31: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 31: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 31: [----------] 1 test from std_algorithms (0 ms total) 31: 31: [----------] 11 tests from random_access_iterator_test 31: [ RUN ] random_access_iterator_test.constructor 31: [ OK ] random_access_iterator_test.constructor (0 ms) 31: [ RUN ] random_access_iterator_test.constructiblity 31: [ OK ] random_access_iterator_test.constructiblity (0 ms) 31: [ RUN ] random_access_iterator_test.dereference 31: [ OK ] random_access_iterator_test.dereference (0 ms) 31: [ RUN ] random_access_iterator_test.subscript_operator 31: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 31: [ RUN ] random_access_iterator_test.operatorsSet1 31: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 31: [ RUN ] random_access_iterator_test.operatorsSet2 31: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 31: [ RUN ] random_access_iterator_test.operatorsSet3 31: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 31: [ RUN ] random_access_iterator_test.operatorsSet4 31: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 31: [ RUN ] random_access_iterator_test.assignment_operator 31: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 31: [ RUN ] random_access_iterator_test.distance 31: [ OK ] random_access_iterator_test.distance (0 ms) 31: [ RUN ] random_access_iterator_test.traits_helpers 31: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 31: [----------] 11 tests from random_access_iterator_test (3 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 16 tests from 4 test suites ran. (3 ms total) 31: [ PASSED ] 16 tests. 31/50 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.01 sec test 32 Start 32: Kokkos_AlgorithmsUnitTest_StdSet_B 32: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 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 7 tests from 1 test suite. 32: [----------] Global test environment set-up. 32: [----------] 7 tests from std_algorithms_min_max_element_test 32: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 32: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 32: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 32: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 32: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 32: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (7 ms) 32: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 32: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (7 ms) 32: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 32: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms) 32: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 32: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (7 ms) 32: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 32: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (10 ms) 32: [----------] 7 tests from std_algorithms_min_max_element_test (40 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 7 tests from 1 test suite ran. (40 ms total) 32: [ PASSED ] 7 tests. 32/50 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.04 sec test 33 Start 33: Kokkos_AlgorithmsUnitTest_StdSet_C 33: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 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 13 tests from 10 test suites. 33: [----------] Global test environment set-up. 33: [----------] 1 test from std_algorithms_lexicographical_compare_test 33: [ RUN ] std_algorithms_lexicographical_compare_test.test 33: [ OK ] std_algorithms_lexicographical_compare_test.test (31 ms) 33: [----------] 1 test from std_algorithms_lexicographical_compare_test (31 ms total) 33: 33: [----------] 1 test from std_algorithms_for_each_test 33: [ RUN ] std_algorithms_for_each_test.test 33: [ OK ] std_algorithms_for_each_test.test (60 ms) 33: [----------] 1 test from std_algorithms_for_each_test (60 ms total) 33: 33: [----------] 1 test from std_algorithms_find_test 33: [ RUN ] std_algorithms_find_test.test 33: [ OK ] std_algorithms_find_test.test (36 ms) 33: [----------] 1 test from std_algorithms_find_test (36 ms total) 33: 33: [----------] 4 tests from std_algorithms_non_mod_seq_ops 33: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 33: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (995 ms) 33: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 33: [ OK ] std_algorithms_non_mod_seq_ops.find_end (406 ms) 33: [ RUN ] std_algorithms_non_mod_seq_ops.search 33: [ OK ] std_algorithms_non_mod_seq_ops.search (399 ms) 33: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 33: [ OK ] std_algorithms_non_mod_seq_ops.search_n (349 ms) 33: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2151 ms total) 33: 33: [----------] 1 test from std_algorithms_count_test 33: [ RUN ] std_algorithms_count_test.test 33: [ OK ] std_algorithms_count_test.test (25 ms) 33: [----------] 1 test from std_algorithms_count_test (25 ms total) 33: 33: [----------] 1 test from std_algorithms_equal_test 33: [ RUN ] std_algorithms_equal_test.test 33: [ OK ] std_algorithms_equal_test.test (25 ms) 33: [----------] 1 test from std_algorithms_equal_test (25 ms total) 33: 33: [----------] 1 test from std_algorithms_all_any_none_of_test 33: [ RUN ] std_algorithms_all_any_none_of_test.test 33: [ OK ] std_algorithms_all_any_none_of_test.test (36 ms) 33: [----------] 1 test from std_algorithms_all_any_none_of_test (36 ms total) 33: 33: [----------] 1 test from std_algorithms_nonmod_seq_ops 33: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 33: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (45 ms) 33: [----------] 1 test from std_algorithms_nonmod_seq_ops (45 ms total) 33: 33: [----------] 1 test from std_algorithms_mismatch_test 33: [ RUN ] std_algorithms_mismatch_test.test 33: [ OK ] std_algorithms_mismatch_test.test (72 ms) 33: [----------] 1 test from std_algorithms_mismatch_test (72 ms total) 33: 33: [----------] 1 test from std_algorithms_mod_seq_ops 33: [ RUN ] std_algorithms_mod_seq_ops.move_backward 33: [ OK ] std_algorithms_mod_seq_ops.move_backward (54 ms) 33: [----------] 1 test from std_algorithms_mod_seq_ops (54 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 13 tests from 10 test suites ran. (2539 ms total) 33: [ PASSED ] 13 tests. 33/50 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.54 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_D 34: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 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 31 tests from 5 test suites. 34: [----------] Global test environment set-up. 34: [----------] 3 tests from std_algorithms_mod_ops_test 34: [ RUN ] std_algorithms_mod_ops_test.move 34: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 34: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 34: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 34: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 34: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 34: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total) 34: 34: [----------] 12 tests from std_algorithms_mod_seq_ops_test 34: [ RUN ] std_algorithms_mod_seq_ops_test.copy 34: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 34: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 34: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 34: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 34: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.fill 34: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 34: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 34: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 34: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.generate 34: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 34: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 34: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 34: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total) 34: 34: [----------] 4 tests from std_algorithms_replace_ops_test 34: [ RUN ] std_algorithms_replace_ops_test.replace 34: [ OK ] std_algorithms_replace_ops_test.replace (36 ms) 34: [ RUN ] std_algorithms_replace_ops_test.replace_if 34: [ OK ] std_algorithms_replace_ops_test.replace_if (98 ms) 34: [ RUN ] std_algorithms_replace_ops_test.replace_copy 34: [ OK ] std_algorithms_replace_ops_test.replace_copy (57 ms) 34: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 34: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (54 ms) 34: [----------] 4 tests from std_algorithms_replace_ops_test (247 ms total) 34: 34: [----------] 11 tests from std_algorithms_mod_seq_ops 34: [ RUN ] std_algorithms_mod_seq_ops.copy_if 34: [ OK ] std_algorithms_mod_seq_ops.copy_if (48 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.unique 34: [ OK ] std_algorithms_mod_seq_ops.unique (121 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 34: [ OK ] std_algorithms_mod_seq_ops.unique_copy (67 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.remove 34: [ OK ] std_algorithms_mod_seq_ops.remove (46 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.remove_if 34: [ OK ] std_algorithms_mod_seq_ops.remove_if (56 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 34: [ OK ] std_algorithms_mod_seq_ops.remove_copy (85 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 34: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (49 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.rotate 34: [ OK ] std_algorithms_mod_seq_ops.rotate (525 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 34: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (291 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.shift_left 34: [ OK ] std_algorithms_mod_seq_ops.shift_left (603 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.shift_right 34: [ OK ] std_algorithms_mod_seq_ops.shift_right (608 ms) 34: [----------] 11 tests from std_algorithms_mod_seq_ops (2506 ms total) 34: 34: [----------] 1 test from std_algorithms_modseq_test 34: [ RUN ] std_algorithms_modseq_test.reverse 34: [ OK ] std_algorithms_modseq_test.reverse (49 ms) 34: [----------] 1 test from std_algorithms_modseq_test (49 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 31 tests from 5 test suites ran. (2807 ms total) 34: [ PASSED ] 31 tests. 34/50 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 2.81 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_E 35: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 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 29 tests from 7 test suites. 35: [----------] Global test environment set-up. 35: [----------] 2 tests from std_algorithms_sorting_ops_test 35: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 35: [ OK ] std_algorithms_sorting_ops_test.is_sorted (16 ms) 35: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 35: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (13 ms) 35: [----------] 2 tests from std_algorithms_sorting_ops_test (29 ms total) 35: 35: [----------] 4 tests from std_algorithms_partitioning_test 35: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 35: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 35: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 35: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 35: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 35: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 35: [ RUN ] std_algorithms_partitioning_test.partition_point 35: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 35: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total) 35: 35: [----------] 1 test from std_algorithms_partitioning_ops 35: [ RUN ] std_algorithms_partitioning_ops.partition_copy 35: [ OK ] std_algorithms_partitioning_ops.partition_copy (19 ms) 35: [----------] 1 test from std_algorithms_partitioning_ops (19 ms total) 35: 35: [----------] 12 tests from std_algorithms_numerics_test 35: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 35: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms) 35: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 35: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 35: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 35: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 35: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 35: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 35: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 35: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms) 35: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 35: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms) 35: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 35: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms) 35: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 35: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms) 35: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 35: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 35: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 35: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms) 35: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 35: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms) 35: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 35: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 35: [----------] 12 tests from std_algorithms_numerics_test (14 ms total) 35: 35: [----------] 1 test from std_algorithms_numerics_ops_test 35: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 35: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (73 ms) 35: [----------] 1 test from std_algorithms_numerics_ops_test (73 ms total) 35: 35: [----------] 8 tests from std_algorithms_numeric_ops_test 35: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 35: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (848 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 35: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 35: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (739 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 35: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 35: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (211 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 35: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 35: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (353 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 35: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 35: [----------] 8 tests from std_algorithms_numeric_ops_test (2153 ms total) 35: 35: [----------] 1 test from std_algorithms_transform_ops_test 35: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 35: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (34 ms) 35: [----------] 1 test from std_algorithms_transform_ops_test (34 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 29 tests from 7 test suites ran. (2331 ms total) 35: [ PASSED ] 29 tests. 35/50 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.34 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 36: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 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 12 tests from 7 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from std_algorithms_adjacent_find_team_test 36: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 36: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (618 ms) 36: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 36: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (618 ms) 36: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1237 ms total) 36: 36: [----------] 2 tests from std_algorithms_count_team_test 36: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 36: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (269 ms) 36: [ RUN ] std_algorithms_count_team_test.count_returns_zero 36: [ OK ] std_algorithms_count_team_test.count_returns_zero (265 ms) 36: [----------] 2 tests from std_algorithms_count_team_test (535 ms total) 36: 36: [----------] 1 test from std_algorithms_count_if_team_test 36: [ RUN ] std_algorithms_count_if_team_test.test 36: [ OK ] std_algorithms_count_if_team_test.test (318 ms) 36: [----------] 1 test from std_algorithms_count_if_team_test (318 ms total) 36: 36: [----------] 1 test from std_algorithms_for_each_team_test 36: [ RUN ] std_algorithms_for_each_team_test.test 36: [ OK ] std_algorithms_for_each_team_test.test (443 ms) 36: [----------] 1 test from std_algorithms_for_each_team_test (443 ms total) 36: 36: [----------] 1 test from std_algorithms_for_each_n_team_test 36: [ RUN ] std_algorithms_for_each_n_team_test.test 36: [ OK ] std_algorithms_for_each_n_team_test.test (449 ms) 36: [----------] 1 test from std_algorithms_for_each_n_team_test (449 ms total) 36: 36: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 36: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 36: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (634 ms) 36: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 36: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (703 ms) 36: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 36: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (621 ms) 36: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1959 ms total) 36: 36: [----------] 2 tests from std_algorithms_mismatch_team_test 36: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 36: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (653 ms) 36: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 36: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (960 ms) 36: [----------] 2 tests from std_algorithms_mismatch_team_test (1614 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 12 tests from 7 test suites ran. (6558 ms total) 36: [ PASSED ] 12 tests. 36/50 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 6.57 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 37: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 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 8 tests from 4 test suites. 37: [----------] Global test environment set-up. 37: [----------] 2 tests from std_algorithms_equal_team_test 37: [ RUN ] std_algorithms_equal_team_test.views_are_equal 37: [ OK ] std_algorithms_equal_team_test.views_are_equal (990 ms) 37: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 37: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1474 ms) 37: [----------] 2 tests from std_algorithms_equal_team_test (2465 ms total) 37: 37: [----------] 2 tests from std_algorithms_search_team_test 37: [ RUN ] std_algorithms_search_team_test.sequences_exist 37: [ OK ] std_algorithms_search_team_test.sequences_exist (544 ms) 37: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 37: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (565 ms) 37: [----------] 2 tests from std_algorithms_search_team_test (1110 ms total) 37: 37: [----------] 2 tests from std_algorithms_find_end_team_test 37: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 37: [ OK ] std_algorithms_find_end_team_test.sequences_exist (570 ms) 37: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 37: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (662 ms) 37: [----------] 2 tests from std_algorithms_find_end_team_test (1233 ms total) 37: 37: [----------] 2 tests from std_algorithms_find_first_of_team_test 37: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 37: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (644 ms) 37: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 37: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (855 ms) 37: [----------] 2 tests from std_algorithms_find_first_of_team_test (1500 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 8 tests from 4 test suites ran. (6309 ms total) 37: [ PASSED ] 8 tests. 37/50 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 6.32 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 38: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 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 11 tests from 7 test suites. 38: [----------] Global test environment set-up. 38: [----------] 2 tests from std_algorithms_find_team_test 38: [ RUN ] std_algorithms_find_team_test.searched_values_exist 38: [ OK ] std_algorithms_find_team_test.searched_values_exist (291 ms) 38: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 38: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (275 ms) 38: [----------] 2 tests from std_algorithms_find_team_test (567 ms total) 38: 38: [----------] 2 tests from std_algorithms_find_if_team_test 38: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 38: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (277 ms) 38: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 38: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (287 ms) 38: [----------] 2 tests from std_algorithms_find_if_team_test (564 ms total) 38: 38: [----------] 2 tests from std_algorithms_find_if_not_team_test 38: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 38: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (288 ms) 38: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 38: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (267 ms) 38: [----------] 2 tests from std_algorithms_find_if_not_team_test (555 ms total) 38: 38: [----------] 1 test from std_algorithms_all_of_team_test 38: [ RUN ] std_algorithms_all_of_team_test.test 38: [ OK ] std_algorithms_all_of_team_test.test (281 ms) 38: [----------] 1 test from std_algorithms_all_of_team_test (281 ms total) 38: 38: [----------] 1 test from std_algorithms_any_of_team_test 38: [ RUN ] std_algorithms_any_of_team_test.test 38: [ OK ] std_algorithms_any_of_team_test.test (262 ms) 38: [----------] 1 test from std_algorithms_any_of_team_test (262 ms total) 38: 38: [----------] 1 test from std_algorithms_none_of_team_test 38: [ RUN ] std_algorithms_none_of_team_test.test 38: [ OK ] std_algorithms_none_of_team_test.test (272 ms) 38: [----------] 1 test from std_algorithms_none_of_team_test (272 ms total) 38: 38: [----------] 2 tests from std_algorithms_search_n_team_test 38: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 38: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (340 ms) 38: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 38: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (295 ms) 38: [----------] 2 tests from std_algorithms_search_n_team_test (635 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 11 tests from 7 test suites ran. (3140 ms total) 38: [ PASSED ] 11 tests. 38/50 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 3.15 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 39: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 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 3 tests from 3 test suites. 39: [----------] Global test environment set-up. 39: [----------] 1 test from std_algorithms_min_element_team_test 39: [ RUN ] std_algorithms_min_element_team_test.test 39: [ OK ] std_algorithms_min_element_team_test.test (786 ms) 39: [----------] 1 test from std_algorithms_min_element_team_test (786 ms total) 39: 39: [----------] 1 test from std_algorithms_max_element_team_test 39: [ RUN ] std_algorithms_max_element_team_test.test 39: [ OK ] std_algorithms_max_element_team_test.test (621 ms) 39: [----------] 1 test from std_algorithms_max_element_team_test (621 ms total) 39: 39: [----------] 1 test from std_algorithms_minmax_element_team_test 39: [ RUN ] std_algorithms_minmax_element_team_test.test 39: [ OK ] std_algorithms_minmax_element_team_test.test (619 ms) 39: [----------] 1 test from std_algorithms_minmax_element_team_test (619 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 3 tests from 3 test suites ran. (2027 ms total) 39: [ PASSED ] 3 tests. 39/50 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.03 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 40: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 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 6 tests from 6 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_fill_team_test 40: [ RUN ] std_algorithms_fill_team_test.test 40: [ OK ] std_algorithms_fill_team_test.test (333 ms) 40: [----------] 1 test from std_algorithms_fill_team_test (333 ms total) 40: 40: [----------] 1 test from std_algorithms_fill_n_team_test 40: [ RUN ] std_algorithms_fill_n_team_test.test 40: [ OK ] std_algorithms_fill_n_team_test.test (278 ms) 40: [----------] 1 test from std_algorithms_fill_n_team_test (278 ms total) 40: 40: [----------] 1 test from std_algorithms_replace_team_test 40: [ RUN ] std_algorithms_replace_team_test.test 40: [ OK ] std_algorithms_replace_team_test.test (478 ms) 40: [----------] 1 test from std_algorithms_replace_team_test (478 ms total) 40: 40: [----------] 1 test from std_algorithms_replace_if_team_test 40: [ RUN ] std_algorithms_replace_if_team_test.test 40: [ OK ] std_algorithms_replace_if_team_test.test (386 ms) 40: [----------] 1 test from std_algorithms_replace_if_team_test (386 ms total) 40: 40: [----------] 1 test from std_algorithms_replace_copy_team_test 40: [ RUN ] std_algorithms_replace_copy_team_test.test 40: [ OK ] std_algorithms_replace_copy_team_test.test (447 ms) 40: [----------] 1 test from std_algorithms_replace_copy_team_test (447 ms total) 40: 40: [----------] 1 test from std_algorithms_replace_copy_if_team_test 40: [ RUN ] std_algorithms_replace_copy_if_team_test.test 40: [ OK ] std_algorithms_replace_copy_if_team_test.test (395 ms) 40: [----------] 1 test from std_algorithms_replace_copy_if_team_test (395 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 6 tests from 6 test suites ran. (2318 ms total) 40: [ PASSED ] 6 tests. 40/50 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.33 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 41: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 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_reverse_team_test 41: [ RUN ] std_algorithms_reverse_team_test.test 41: [ OK ] std_algorithms_reverse_team_test.test (344 ms) 41: [----------] 1 test from std_algorithms_reverse_team_test (345 ms total) 41: 41: [----------] 1 test from std_algorithms_reverse_copy_team_test 41: [ RUN ] std_algorithms_reverse_copy_team_test.test 41: [ OK ] std_algorithms_reverse_copy_team_test.test (350 ms) 41: [----------] 1 test from std_algorithms_reverse_copy_team_test (350 ms total) 41: 41: [----------] 1 test from std_algorithms_rotate_team_test 41: [ RUN ] std_algorithms_rotate_team_test.test 41: [ OK ] std_algorithms_rotate_team_test.test (503 ms) 41: [----------] 1 test from std_algorithms_rotate_team_test (503 ms total) 41: 41: [----------] 1 test from std_algorithms_rotate_copy_team_test 41: [ RUN ] std_algorithms_rotate_copy_team_test.test 41: [ OK ] std_algorithms_rotate_copy_team_test.test (487 ms) 41: [----------] 1 test from std_algorithms_rotate_copy_team_test (487 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 4 tests from 4 test suites ran. (1687 ms total) 41: [ PASSED ] 4 tests. 41/50 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.69 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 42: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 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 4 tests from 4 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_move_team_test 42: [ RUN ] std_algorithms_move_team_test.test 42: [ OK ] std_algorithms_move_team_test.test (502 ms) 42: [----------] 1 test from std_algorithms_move_team_test (502 ms total) 42: 42: [----------] 1 test from std_algorithms_move_backward_team_test 42: [ RUN ] std_algorithms_move_backward_team_test.test 42: [ OK ] std_algorithms_move_backward_team_test.test (515 ms) 42: [----------] 1 test from std_algorithms_move_backward_team_test (515 ms total) 42: 42: [----------] 1 test from std_algorithms_shift_left_team_test 42: [ RUN ] std_algorithms_shift_left_team_test.test 42: [ OK ] std_algorithms_shift_left_team_test.test (1380 ms) 42: [----------] 1 test from std_algorithms_shift_left_team_test (1380 ms total) 42: 42: [----------] 1 test from std_algorithms_shift_right_team_test 42: [ RUN ] std_algorithms_shift_right_team_test.test 42: [ OK ] std_algorithms_shift_right_team_test.test (1349 ms) 42: [----------] 1 test from std_algorithms_shift_right_team_test (1349 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 4 tests from 4 test suites ran. (3749 ms total) 42: [ PASSED ] 4 tests. 42/50 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 3.75 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 43: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 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 9 tests from 9 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_copy_team_test 43: [ RUN ] std_algorithms_copy_team_test.test 43: [ OK ] std_algorithms_copy_team_test.test (625 ms) 43: [----------] 1 test from std_algorithms_copy_team_test (625 ms total) 43: 43: [----------] 1 test from std_algorithms_copy_n_team_test 43: [ RUN ] std_algorithms_copy_n_team_test.test 43: [ OK ] std_algorithms_copy_n_team_test.test (325 ms) 43: [----------] 1 test from std_algorithms_copy_n_team_test (325 ms total) 43: 43: [----------] 1 test from std_algorithms_copy_backward_team_test 43: [ RUN ] std_algorithms_copy_backward_team_test.test 43: [ OK ] std_algorithms_copy_backward_team_test.test (498 ms) 43: [----------] 1 test from std_algorithms_copy_backward_team_test (499 ms total) 43: 43: [----------] 1 test from std_algorithms_copy_if_team_test 43: [ RUN ] std_algorithms_copy_if_team_test.test 43: [ OK ] std_algorithms_copy_if_team_test.test (473 ms) 43: [----------] 1 test from std_algorithms_copy_if_team_test (473 ms total) 43: 43: [----------] 1 test from std_algorithms_unique_copy_team_test 43: [ RUN ] std_algorithms_unique_copy_team_test.test 43: [ OK ] std_algorithms_unique_copy_team_test.test (562 ms) 43: [----------] 1 test from std_algorithms_unique_copy_team_test (562 ms total) 43: 43: [----------] 1 test from std_algorithms_remove_team_test 43: [ RUN ] std_algorithms_remove_team_test.test 43: [ OK ] std_algorithms_remove_team_test.test (422 ms) 43: [----------] 1 test from std_algorithms_remove_team_test (422 ms total) 43: 43: [----------] 1 test from std_algorithms_remove_if_team_test 43: [ RUN ] std_algorithms_remove_if_team_test.test 43: [ OK ] std_algorithms_remove_if_team_test.test (362 ms) 43: [----------] 1 test from std_algorithms_remove_if_team_test (362 ms total) 43: 43: [----------] 1 test from std_algorithms_remove_copy_team_test 43: [ RUN ] std_algorithms_remove_copy_team_test.test 43: [ OK ] std_algorithms_remove_copy_team_test.test (505 ms) 43: [----------] 1 test from std_algorithms_remove_copy_team_test (505 ms total) 43: 43: [----------] 1 test from std_algorithms_remove_copy_if_team_test 43: [ RUN ] std_algorithms_remove_copy_if_team_test.test 43: [ OK ] std_algorithms_remove_copy_if_team_test.test (368 ms) 43: [----------] 1 test from std_algorithms_remove_copy_if_team_test (368 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 9 tests from 9 test suites ran. (4146 ms total) 43: [ PASSED ] 9 tests. 43/50 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 4.15 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 44: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 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 4 tests from 4 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_unique_team_test 44: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 44: [ OK ] std_algorithms_unique_team_test.test_default_predicate (606 ms) 44: [----------] 1 test from std_algorithms_unique_team_test (607 ms total) 44: 44: [----------] 1 test from std_algorithms_adjacent_difference_team_test 44: [ RUN ] std_algorithms_adjacent_difference_team_test.test 44: [ OK ] std_algorithms_adjacent_difference_team_test.test (799 ms) 44: [----------] 1 test from std_algorithms_adjacent_difference_team_test (799 ms total) 44: 44: [----------] 1 test from std_algorithms_reduce_team_test 44: [ RUN ] std_algorithms_reduce_team_test.test 44: [ OK ] std_algorithms_reduce_team_test.test (837 ms) 44: [----------] 1 test from std_algorithms_reduce_team_test (837 ms total) 44: 44: [----------] 1 test from std_algorithms_transform_reduce_team_test 44: [ RUN ] std_algorithms_transform_reduce_team_test.test 44: [ OK ] std_algorithms_transform_reduce_team_test.test (1510 ms) 44: [----------] 1 test from std_algorithms_transform_reduce_team_test (1511 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 4 tests from 4 test suites ran. (3754 ms total) 44: [ PASSED ] 4 tests. 44/50 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 3.76 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 45: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 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 18 tests from 5 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_is_sorted_team_test 45: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 45: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (583 ms) 45: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 45: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (370 ms) 45: [----------] 2 tests from std_algorithms_is_sorted_team_test (953 ms total) 45: 45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 45: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 45: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (13 ms) 45: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 45: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (16 ms) 45: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 45: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (327 ms) 45: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 45: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (509 ms) 45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (867 ms total) 45: 45: [----------] 4 tests from std_algorithms_is_partitioned_team_test 45: [ RUN ] std_algorithms_is_partitioned_team_test.empty 45: [ OK ] std_algorithms_is_partitioned_team_test.empty (6 ms) 45: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 45: [ OK ] std_algorithms_is_partitioned_team_test.all_true (248 ms) 45: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 45: [ OK ] std_algorithms_is_partitioned_team_test.all_false (252 ms) 45: [ RUN ] std_algorithms_is_partitioned_team_test.random 45: [ OK ] std_algorithms_is_partitioned_team_test.random (160 ms) 45: [----------] 4 tests from std_algorithms_is_partitioned_team_test (668 ms total) 45: 45: [----------] 4 tests from std_algorithms_partition_copy_team_test 45: [ RUN ] std_algorithms_partition_copy_team_test.empty 45: [ OK ] std_algorithms_partition_copy_team_test.empty (11 ms) 45: [ RUN ] std_algorithms_partition_copy_team_test.all_true 45: [ OK ] std_algorithms_partition_copy_team_test.all_true (488 ms) 45: [ RUN ] std_algorithms_partition_copy_team_test.all_false 45: [ OK ] std_algorithms_partition_copy_team_test.all_false (495 ms) 45: [ RUN ] std_algorithms_partition_copy_team_test.random 45: [ OK ] std_algorithms_partition_copy_team_test.random (416 ms) 45: [----------] 4 tests from std_algorithms_partition_copy_team_test (1412 ms total) 45: 45: [----------] 4 tests from std_algorithms_partition_point_team_test 45: [ RUN ] std_algorithms_partition_point_team_test.empty 45: [ OK ] std_algorithms_partition_point_team_test.empty (7 ms) 45: [ RUN ] std_algorithms_partition_point_team_test.all_true 45: [ OK ] std_algorithms_partition_point_team_test.all_true (246 ms) 45: [ RUN ] std_algorithms_partition_point_team_test.all_false 45: [ OK ] std_algorithms_partition_point_team_test.all_false (245 ms) 45: [ RUN ] std_algorithms_partition_point_team_test.random 45: [ OK ] std_algorithms_partition_point_team_test.random (159 ms) 45: [----------] 4 tests from std_algorithms_partition_point_team_test (659 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 18 tests from 5 test suites ran. (4563 ms total) 45: [ PASSED ] 18 tests. 45/50 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.57 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 46: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 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 5 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_transform_team_test 46: [ RUN ] std_algorithms_transform_team_test.test_unary_op 46: [ OK ] std_algorithms_transform_team_test.test_unary_op (792 ms) 46: [ RUN ] std_algorithms_transform_team_test.test_binary_op 46: [ OK ] std_algorithms_transform_team_test.test_binary_op (912 ms) 46: [----------] 2 tests from std_algorithms_transform_team_test (1704 ms total) 46: 46: [----------] 1 test from std_algorithms_generate_team_test 46: [ RUN ] std_algorithms_generate_team_test.test_unary_op 46: [ OK ] std_algorithms_generate_team_test.test_unary_op (1729 ms) 46: [----------] 1 test from std_algorithms_generate_team_test (1729 ms total) 46: 46: [----------] 1 test from std_algorithms_generate_n_team_test 46: [ RUN ] std_algorithms_generate_n_team_test.test 46: [ OK ] std_algorithms_generate_n_team_test.test (273 ms) 46: [----------] 1 test from std_algorithms_generate_n_team_test (273 ms total) 46: 46: [----------] 1 test from std_algorithms_swap_ranges_team_test 46: [ RUN ] std_algorithms_swap_ranges_team_test.test 46: [ OK ] std_algorithms_swap_ranges_team_test.test (840 ms) 46: [----------] 1 test from std_algorithms_swap_ranges_team_test (840 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 5 tests from 4 test suites ran. (4548 ms total) 46: [ PASSED ] 5 tests. 46/50 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.56 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 47: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 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_exclusive_scan_team_test 47: [ RUN ] std_algorithms_exclusive_scan_team_test.test 47: [ OK ] std_algorithms_exclusive_scan_team_test.test (1729 ms) 47: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1729 ms total) 47: 47: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 47: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 47: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (889 ms) 47: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (890 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 2 tests from 2 test suites ran. (2619 ms total) 47: [ PASSED ] 2 tests. 47/50 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.63 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 48: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 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: [==========] Running 2 tests from 2 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_inclusive_scan_team_test 48: [ RUN ] std_algorithms_inclusive_scan_team_test.test 48: [ OK ] std_algorithms_inclusive_scan_team_test.test (2529 ms) 48: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2529 ms total) 48: 48: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 48: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 48: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1694 ms) 48: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1694 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 2 tests from 2 test suites ran. (4224 ms total) 48: [ PASSED ] 2 tests. 48/50 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 4.23 sec test 49 Start 49: Kokkos_PerformanceTest_InclusiveScan 49: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-08-22_T18-58-34.json" 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: 2025-08-22T19:26:06+00:00 49: Running /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 49: Run on (4 X 2000 MHz CPU s) 49: CPU Caches: 49: L1 Data 64 KiB (x4) 49: L1 Instruction 64 KiB (x4) 49: L2 Unified 512 KiB (x4) 49: L3 Unified 16384 KiB (x4) 49: Load Average: 4.27, 5.78, 6.04 49: CPU architecture: none 49: Default Device: OpenMP 49: GIT_BRANCH: HEAD 49: GIT_CLEAN_STATUS: CLEAN 49: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 49: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 49: GIT_COMMIT_HASH: 44bf7b764 49: GPU architecture: none 49: KOKKOS_COMPILER_GNU: 840 49: KOKKOS_ENABLE_ASM: yes 49: KOKKOS_ENABLE_CXX17: yes 49: KOKKOS_ENABLE_CXX20: no 49: KOKKOS_ENABLE_CXX23: no 49: KOKKOS_ENABLE_CXX26: no 49: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 49: KOKKOS_ENABLE_HWLOC: no 49: KOKKOS_ENABLE_LIBDL: no 49: KOKKOS_ENABLE_OPENMP: yes 49: KOKKOS_ENABLE_PRAGMA_IVDEP: no 49: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 49: KOKKOS_ENABLE_PRAGMA_UNROLL: no 49: KOKKOS_ENABLE_PRAGMA_VECTOR: no 49: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 49: Kokkos Version: 4.7.99 49: platform: 64bit 49: ---------------------------------------------------------------------------------------------------------------------------------------------- 49: Benchmark Time CPU Iterations FOM: GB/s MB Passed 49: ---------------------------------------------------------------------------------------------------------------------------------------------- 49: BM_inclusive_scan<std::uint64_t>/100000000/manual_time 0.091 s 0.045 s 8 17.5962/s 1.6k 1 49: BM_inclusive_scan<std::int64_t>/100000000/manual_time 0.092 s 0.045 s 8 17.3965/s 1.6k 1 49: BM_inclusive_scan<double>/100000000/manual_time 0.116 s 0.057 s 6 13.7449/s 1.6k 1 49: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time 0.088 s 0.040 s 8 18.1047/s 1.6k 1 49: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time 0.089 s 0.042 s 8 17.9761/s 1.6k 1 49: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time 0.116 s 0.057 s 6 13.7575/s 1.6k 1 49: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time 0.146 s 0.073 s 5 10.9239/s 1.6k 1 49: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time 0.143 s 0.071 s 5 11.2122/s 1.6k 1 49: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time 0.143 s 0.070 s 5 11.1771/s 1.6k 1 49/50 Test #49: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 18.62 sec test 50 Start 50: Kokkos_UnitTest_SIMD 50: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/simd/unit_tests/Kokkos_UnitTest_SIMD 50: Test timeout computed to be: 1500 50: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 50: Detected: 4 cores per node. 50: Detected: 1 MPI_ranks per node. 50: Requested: 8 threads per process. 50: [==========] Running 18 tests from 1 test suite. 50: [----------] Global test environment set-up. 50: [----------] 18 tests from simd 50: [ RUN ] simd.host_math_ops 50: [ OK ] simd.host_math_ops (0 ms) 50: [ RUN ] simd.device_math_ops 50: [ OK ] simd.device_math_ops (0 ms) 50: [ RUN ] simd.host_mask_ops 50: [ OK ] simd.host_mask_ops (0 ms) 50: [ RUN ] simd.device_mask_ops 50: [ OK ] simd.device_mask_ops (0 ms) 50: [ RUN ] simd.host_conversions 50: [ OK ] simd.host_conversions (0 ms) 50: [ RUN ] simd.device_conversions 50: [ OK ] simd.device_conversions (0 ms) 50: [ RUN ] simd.host_shift_ops 50: [ OK ] simd.host_shift_ops (0 ms) 50: [ RUN ] simd.device_shift_ops 50: [ OK ] simd.device_shift_ops (0 ms) 50: [ RUN ] simd.host_condition 50: [ OK ] simd.host_condition (0 ms) 50: [ RUN ] simd.device_condition 50: [ OK ] simd.device_condition (0 ms) 50: [ RUN ] simd.host_gen_ctors 50: [ OK ] simd.host_gen_ctors (0 ms) 50: [ RUN ] simd.device_gen_ctors 50: [ OK ] simd.device_gen_ctors (0 ms) 50: [ RUN ] simd.host_where_expressions 50: [ OK ] simd.host_where_expressions (0 ms) 50: [ RUN ] simd.device_where_expressions 50: [ OK ] simd.device_where_expressions (0 ms) 50: [ RUN ] simd.host_reductions 50: [ OK ] simd.host_reductions (0 ms) 50: [ RUN ] simd.device_reductions 50: [ OK ] simd.device_reductions (0 ms) 50: [ RUN ] simd.host_construction 50: [ OK ] simd.host_construction (0 ms) 50: [ RUN ] simd.device_construction 50: [ OK ] simd.device_construction (0 ms) 50: [----------] 18 tests from simd (2 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 18 tests from 1 test suite ran. (2 ms total) 50: [ PASSED ] 18 tests. 50/50 Test #50: Kokkos_UnitTest_SIMD ....................................... Passed 0.01 sec 100% tests passed, 0 tests failed out of 50 Label Time Summary: Kokkos = 395.85 sec*proc (43 tests) Total Test time (real) = 777.34 sec + gcc -I/var/jenkins/workspace/Kokkos_PR-8351/build/../core/src/ ../core/unit_test/tools/TestCInterface.c Post stage [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 1ae226d3e210ffe0343cc2dfa0dfdad48ef59712b9a9f3de1c4ddb958b305705 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-8351' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 1ae226d3e210ffe0343cc2dfa0dfdad48ef59712b9a9f3de1c4ddb958b305705 [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.2-amdclang-CXX20) [Pipeline] { (Branch: OPENMPTARGET-Clang) [Pipeline] { (Branch: CUDA-11.8-Clang-15) [Pipeline] { (Branch: CUDA-12.5.1-Clang-17-RDC) [Pipeline] { (Branch: CUDA-13.0-NVCC-DEBUG) [Pipeline] { (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.2-amdclang-CXX20) [Pipeline] stage [Pipeline] { (OPENMPTARGET-Clang) [Pipeline] stage [Pipeline] { (CUDA-11.8-Clang-15) [Pipeline] stage [Pipeline] { (CUDA-12.5.1-Clang-17-RDC) [Pipeline] stage [Pipeline] { (CUDA-13.0-NVCC-DEBUG) [Pipeline] stage [Pipeline] { (CUDA-11.7-NVCC) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Running on villars04 in /var/jenkins/workspace/Kokkos_PR-8351 [Pipeline] node [Pipeline] node [Pipeline] node Running on padirac10 in /var/jenkins/workspace/Kokkos_PR-8351 Running on padirac11 in /var/jenkins/workspace/Kokkos_PR-8351 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL 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 Fetching changes from the remote Git repository Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential Jenkins ORNL Fetching without tags Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Merging remotes/origin/develop commit 496fea78f4a9313921fc4bfa952a4bb2664f16b2 into PR head commit 44bf7b7646d4b8ce89cd90894feeec0c63513e17 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8351/.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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Merge succeeded, producing 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Checking out Revision 44bf7b7646d4b8ce89cd90894feeec0c63513e17 (PR-8351) Commit message: "Disable pass-failed warning when using ROCm 6.4" [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 496fea78f4a9313921fc4bfa952a4bb2664f16b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 + docker build -t ee226f080cc8bb8de6fed771837ae1b4a7f68e61 -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 20.48kB Step 1/15 : ARG BASE=nvcr.io/nvidia/cuda:12.0.0-devel-ubuntu22.04@sha256:0578d90ce082ed37cdc8daf31d401b5a62594a847e9cf6b5cdf4c2356ac49869 Step 2/15 : FROM $BASE ---> 91315bb281aa Step 3/15 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> f64783baf092 Step 4/15 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> a7f07cc790de Step 5/15 : RUN apt-get update && apt-get install -y bc wget ccache ninja-build python3 git libomp-dev ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 8e39903d9774 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 ---> 1e5819007c3d Step 7/15 : ARG CMAKE_VERSION=3.23.2 ---> Using cache ---> 67c54ce1e949 Step 8/15 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> c7a4c1468a69 Step 9/15 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm cmake* ---> Using cache ---> 08a3c230f868 Step 10/15 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> ff99f5a4c3a4 Step 11/15 : RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list ---> Using cache ---> d6b887f27b95 Step 12/15 : RUN apt-get update && apt-get install -y intel-oneapi-compiler-dpcpp-cpp-2025.0 curl && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 715fa2b56dfd Step 13/15 : RUN curl -LOJ "https://developer.codeplay.com/api/v1/products/download?product=oneapi&variant=nvidia&version=2025.0.0&filters[]=12.0&filters[]=linux" && chmod +x oneapi-for-nvidia-gpus-2025.0.0-cuda-12.0-linux.sh && ./oneapi-for-nvidia-gpus-2025.0.0-cuda-12.0-linux.sh ---> Using cache ---> 1b19840eb3de Step 14/15 : ENV PATH=/opt/intel/oneapi/compiler/2025.0/bin/:$PATH ---> Using cache ---> 16a7b5398e5f Step 15/15 : ENV LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2025.0/lib:$LD_LIBRARY_PATH ---> Using cache ---> 6c3ffb40c6e1 Successfully built 6c3ffb40c6e1 Successfully tagged ee226f080cc8bb8de6fed771837ae1b4a7f68e61:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . ee226f080cc8bb8de6fed771837ae1b4a7f68e61 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer villars04 seems to be running inside container 433d1c7b7c5faeefd513154ce7d455775a1c9095e38a761068e857d8f138a418 $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-8351 --volumes-from 433d1c7b7c5faeefd513154ce7d455775a1c9095e38a761068e857d8f138a418 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ee226f080cc8bb8de6fed771837ae1b4a7f68e61 cat $ docker top 1853c890faafe5ed4d94c1a1830a13ab06e61dba06c5076805d85384a331be19 -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] sh + ccache --zero-stats Statistics zeroed [Pipeline] sh + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=icpx -DCMAKE_CXX_FLAGS=-fsycl-device-code-split=per_kernel -fp-model=precise -Wno-deprecated-declarations -Werror -Wno-gnu-zero-variadic-macro-arguments -Wno-unknown-cuda-version -Wno-sycl-target -DKokkos_ARCH_NATIVE=ON -DKokkos_ARCH_AMPERE80=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_EXAMPLES=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DoneDPL_ROOT=/opt/intel/oneapi/dpl/2022.7 -DKokkos_ENABLE_SYCL=ON -DKokkos_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE=ON -DKokkos_ENABLE_UNSUPPORTED_ARCHS=ON -DCMAKE_CXX_STANDARD=17 .. -- Setting default Kokkos CXX standard to 17 -- The CXX compiler identification is IntelLLVM 2025.0.4 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/intel/oneapi/compiler/2025.0/bin/icpx - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-8351/build/generated/Kokkos_Version_Info.cpp -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. -- Using -std=gnu++17 for C++17 extensions as feature -- SIMD: AVX512 detected -- Looking for SYCL_EXT_ONEAPI_GRAPH Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&volta&&large_images’ Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&large_images&&volta’ Fetching without tags 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’ 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 ‘villars02’ Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&volta’ Merging remotes/origin/develop commit 496fea78f4a9313921fc4bfa952a4bb2664f16b2 into PR head commit 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Merge succeeded, producing 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Checking out Revision 44bf7b7646d4b8ce89cd90894feeec0c63513e17 (PR-8351) Commit message: "Disable pass-failed warning when using ROCm 6.4" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/8351/head:refs/remotes/origin/PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 496fea78f4a9313921fc4bfa952a4bb2664f16b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 + docker build -t 60ad1c8bd396b3a43fe31e2eff56979fa07521f8 --build-arg BASE=rocm/dev-ubuntu-24.04:6.2-complete@sha256:c7049ac3ae8516c7b230deec6dc6dd678a0b3f7215d5a7f7fe2f2b71880b62f8 --build-arg ADDITIONAL_PACKAGES=clang-tidy -f scripts/docker/Dockerfile.hipcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 20.48kB Step 1/10 : ARG BASE=rocm/dev-ubuntu-20.04:5.2-complete@sha256:4030c8af0c06c286174758523dabe4b3850bf72d4a8c1ef275d3ec69aa475f65 Step 2/10 : FROM $BASE ---> bb64a742051d Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 19332e797424 Step 4/10 : RUN apt-get update && apt-get install -y kmod wget ccache file ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 97b482c50c4a Step 5/10 : ENV PATH=/opt/rocm/bin:$PATH ---> Using cache ---> c9b3aa81a338 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 ---> 0c5ae0e66880 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> 4314fc9a1764 Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> ceff3c66fb23 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 ---> dab33ddac4fd Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> cfd9bce2a5d4 Successfully built cfd9bce2a5d4 Successfully tagged 60ad1c8bd396b3a43fe31e2eff56979fa07521f8:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 60ad1c8bd396b3a43fe31e2eff56979fa07521f8 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer padirac11 seems to be running inside container 8a68f147197a3e12d82f8b252075b0da1ab6150e99784b93932741e618cdc66e $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --env HIP_VISIBLE_DEVICES=$HIP_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-8351 --volumes-from 8a68f147197a3e12d82f8b252075b0da1ab6150e99784b93932741e618cdc66e -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 60ad1c8bd396b3a43fe31e2eff56979fa07521f8 cat $ docker top 1bda38cb6da6c3c8a32aa5ba0bda407dc89906ba40b865414e04228f16e8803f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh Fetching without tags + ccache --zero-stats Statistics zeroed [Pipeline] sh Merging remotes/origin/develop commit 496fea78f4a9313921fc4bfa952a4bb2664f16b2 into PR head commit 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Merge succeeded, producing 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Checking out Revision 44bf7b7646d4b8ce89cd90894feeec0c63513e17 (PR-8351) > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/8351/head:refs/remotes/origin/PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 496fea78f4a9313921fc4bfa952a4bb2664f16b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 + rm -rf build + mkdir -p build + cd build + cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=/opt/rocm/llvm/bin/amdclang++ -DCMAKE_CXX_CLANG_TIDY=clang-tidy;-warnings-as-errors=* -DCMAKE_PREFIX_PATH=/opt/rocm/lib -DCMAKE_CXX_FLAGS=-Werror -Wno-unused-command-line-argument -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON .. -- Setting default Kokkos CXX standard to 20 -- The CXX compiler identification is Clang 18.0.0 -- 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 Commit message: "Disable pass-failed warning when using ROCm 6.4" -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 18.0.0 -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. -- Using -std=gnu++2a for C++20 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 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 551476018fbd4751527047b960163e578e6e30ed --build-arg BASE=rocm/dev-ubuntu-20.04:5.3.3-complete@sha256:bac114b9d09e61d88b45fbeb40a15a315c2a78a203223c9b4ed7263b05ff3977 -f scripts/docker/Dockerfile.hipcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 20.48kB Step 1/10 : ARG BASE=rocm/dev-ubuntu-20.04:5.2-complete@sha256:4030c8af0c06c286174758523dabe4b3850bf72d4a8c1ef275d3ec69aa475f65 Step 2/10 : FROM $BASE ---> 31e3a0da90e0 Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 65ab919a9d6a Step 4/10 : RUN apt-get update && apt-get install -y kmod wget ccache file ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 47f9ae57ce00 Step 5/10 : ENV PATH=/opt/rocm/bin:$PATH ---> Using cache ---> 5f54ce202d28 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 ---> 3347ed4ea8c4 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> fe54202568b6 Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 2465238612a6 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 ---> 99cc7049ba01 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> c13129e7835c Successfully built c13129e7835c Successfully tagged 551476018fbd4751527047b960163e578e6e30ed:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh -- 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 + docker inspect -f . 551476018fbd4751527047b960163e578e6e30ed . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer padirac10 seems to be running inside container a3d4722904508d77f1917dd2ebf1adaf728e3e41931cd6773953b3aa75857722 $ 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-8351 --volumes-from a3d4722904508d77f1917dd2ebf1adaf728e3e41931cd6773953b3aa75857722 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 551476018fbd4751527047b960163e578e6e30ed cat -- 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 -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-8351/tpls/mdspan/include -- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter -- No installed google benchmark found, fetching from GitHub $ docker top 411f8d42b6bc4dfbde9bfc6c648785ced755e48d9aef996ac8e1e68c97c4cabe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + ccache --zero-stats Statistics zeroed [Pipeline] sh -- [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 + echo /opt/rocm/llvm/lib + ldconfig [Pipeline] sh -- [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 + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_CXX_FLAGS=-Werror -Wno-unused-command-line-argument -DNDEBUG -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_IMPL_MDSPAN=OFF -DKokkos_ENABLE_HIP_MULTIPLE_KERNEL_INSTANTIATIONS=ON .. -- Setting default Kokkos CXX standard to 17 -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-8351/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES -- Looking for SYCL_EXT_ONEAPI_GRAPH - found -- Built-in Execution Spaces: -- Device Parallel: Kokkos::SYCL -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- AMPERE80 -- Found TPLLIBDL: /usr/include -- Looking for C++ include oneapi/dpl/execution -- Looking for C++ include oneapi/dpl/execution - not found -- Looking for C++ include oneapi/dpl/algorithm -- Looking for C++ include oneapi/dpl/algorithm - not found -- Performing Test KOKKOS_NO_TBB_CONFLICT -- Performing Test KOKKOS_NO_TBB_CONFLICT - Success -- Found OpenMP_CXX: -fiopenmp -- Found OpenMP: TRUE -- oneDPL: OpenMP version () is less than minimum supported version (4.5), disable OpenMP -- oneDPL: ONEDPL_PAR_BACKEND=serial, disable oneTBB and OpenMP backends -- Performing Test _fsycl_option -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- The CXX compiler identification is Clang 15.0.0 -- Check for working CXX compiler: /opt/rocm/bin/hipcc -- Performing Test _fsycl_option - Success -- Looking for C++ include sycl/sycl.hpp -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- Check for working CXX compiler: /opt/rocm/bin/hipcc -- works -- Detecting CXX compiler ABI info -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestHIP.cpp -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: SERIAL;HIP -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8351/build + make -j16 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkosprinter-tool [ 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 Scanning dependencies of target benchmark [ 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 [ 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 CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 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/check.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 [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o Scanning dependencies of target kokkoscore [ 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/json_reporter.cc.o -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 5.3.22062 -- Using -std=gnu++17 for C++17 extensions as feature [ 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 [ 2%] 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 [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 3%] Linking CXX shared library libimpl_git_version.so [ 3%] Built target impl_git_version [ 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 [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o -- Looking for C++ include sycl/sycl.hpp - found -- Adding -fsycl compiler option -- Using internal desul_atomics copy -- Performing Test KOKKOS_LINK_OPTIONS_CHECK -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success -- Experimental mdspan support is enabled -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-8351/tpls/mdspan/include [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.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_SharedAlloc.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.34.1") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL [ 4%] Linking CXX shared library libbenchmark.so [ 4%] Built target benchmark [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED -- 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 [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG - Failed -- Found TPLLIBDL: /usr/include -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-8351/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES -- Looking for C++ include pthread.h [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.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 [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS [ 5%] Linking CXX shared library libkokkos_gtest.so [ 5%] Built target kokkos_gtest Scanning dependencies of target benchmark_main [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.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 -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- [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 [ 6%] Linking CXX shared library libbenchmark_main.so [ 6%] Built target benchmark_main [ 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 -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8351/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 [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o -- Found OpenMP_CXX: -fopenmp=libomp (Required is at least version "3.0") -- Found OpenMP: TRUE (Required is at least version "3.0") found components: CXX -- Using internal desul_atomics copy -- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- [benchmark] 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 [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 0%] Linking CXX shared library libkokkosprinter-tool.so [ 0%] Built target kokkosprinter-tool [ 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_runner.cc.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 0%] Linking CXX static library libimpl_git_version.a [ 0%] Built target impl_git_version [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA [ 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 -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 1%] 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 -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 3%] Linking CXX static library libbenchmark.a [ 3%] Built target benchmark [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE [ 4%] Linking CXX static library libkokkos_gtest.a [ 4%] Built target kokkos_gtest [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 4%] Linking CXX static library libbenchmark_main.a [ 4%] Built target benchmark_main [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o -- [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 [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o -- [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 [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o -- [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_hwloc.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-8351/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Instance.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Space.cpp.o -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE [ 6%] Linking CXX shared library libkokkoscore.so [ 6%] Built target kokkoscore Scanning dependencies of target kokkossimd Scanning dependencies of target kokkosalgorithms [ 6%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 6%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads 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 -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX [ 7%] Linking CXX shared library libkokkossimd.so [ 7%] Linking CXX shared library libkokkosalgorithms.so [ 7%] Built target kokkossimd [ 7%] Built target kokkosalgorithms [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_SYCL.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 -- Sources TestOpenMP.cpp -- Sources TestHIP.cpp -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: OPENMP;HIP -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8351/build + make -j16 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkosprinter-tool [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o Scanning dependencies of target kokkos_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_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/benchmark_api_internal.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/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/complexity.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o Scanning dependencies of target kokkoscore [ 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/json_reporter.cc.o [ 5%] Linking CXX static library libkokkoscore.a [ 5%] Built target kokkoscore [ 5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 5%] Linking CXX static library libkokkosalgorithms.a [ 6%] Linking CXX static library libkokkossimd.a [ 6%] Built target kokkosalgorithms [ 6%] Built target kokkossimd [ 2%] 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%] Linking CXX static library libimpl_git_version.a [ 3%] Built target impl_git_version [ 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 [ 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%] Linking CXX shared library libkokkosprinter-tool.so [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 3%] Built target kokkosprinter-tool [ 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_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 [ 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 [ 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 core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o [ 6%] Linking CXX static library libbenchmark.a [ 6%] Built target benchmark [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o [ 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 Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreams Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpInit [ 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_HIPGraphAtomicLocks Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpGraph Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 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_HIPGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial_ViewSupport Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_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 Scanning dependencies of target Kokkos_CoreUnitTest_HIP [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o Scanning dependencies of target benchmark_main [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 6%] Linking CXX static library libbenchmark_main.a [ 6%] Built target benchmark_main [ 6%] Linking CXX static library libkokkoscontainers.a [ 6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 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_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/UnitTestMainInit.cpp.o [ 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_Serial1.dir/UnitTestMainInit.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/UnitTestMainInit.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/UnitTestMainInit.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.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_HIP.dir/hip/TestHIP_Abort.cpp.o [ 6%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 6%] Linking CXX static library libkokkos_gtest.a [ 6%] Built target kokkos_gtest [ 6%] Linking CXX static library libkokkoscore.a [ 6%] Built target kokkoscore Scanning dependencies of target kokkossimd Scanning dependencies of target kokkosalgorithms [ 6%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 6%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o Scanning dependencies of target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 6%] Linking CXX static library libkokkosalgorithms.a [ 7%] Linking CXX static library libkokkossimd.a [ 7%] Built target kokkosalgorithms [ 7%] Built target kokkossimd [ 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_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 10%] Built target Kokkos_CoreUnitTest_ToolIndependence Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 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 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 9%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpInit Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreams Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpGraph [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIPGraphAtomicLocks Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_a.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_InitializeFinalize Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 11%] 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 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIP [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 11%] 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_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 10%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_b.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_BasicView.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Abort.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 10%] Built target Kokkos_CoreUnitTest_CTestDevice [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 10%] Built target Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_CoreUnitTest_HIP_ViewSupport [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_OpenMPInterOp Scanning dependencies of target Kokkos_ProfilingAllCalls [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o Scanning dependencies of target Kokkos_ToolsInitialization [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_BasicView.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpInit [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_IncrementalTest_OPENMP [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph [ 13%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph Scanning dependencies of target Kokkos_StackTraceTestExec [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 13%] Linking CXX executable Kokkos_ProfilingAllCalls [ 10%] 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_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 13%] Built target Kokkos_ProfilingAllCalls [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ArrayOps.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit [ 10%] Built target Kokkos_CoreUnitTest_HIPInterOpInit [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ReferenceCountedAccessor.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.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_OPENMP.dir/generated/Test02_atomic_host_OPENMP.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_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 17%] Linking CXX executable Kokkos_ToolsInitialization [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams [ 10%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 17%] Built target Kokkos_ToolsInitialization Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o [ 17%] 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_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedAccessor.cpp.o [ 17%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 17%] Built target Kokkos_CoreUnitTest_KokkosP [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedDataHandle.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexdouble.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_c.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 18%] Built target Kokkos_CoreUnitTest_CTestDevice [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ReferenceCountedDataHandle.cpp.o [ 19%] Built target Kokkos_CoreUnitTest_InitializeFinalize Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 11%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ViewCustomizationAccessorArg.cpp.o [ 19%] Linking CXX executable Kokkos_StackTraceTestExec [ 20%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 20%] Built target Kokkos_StackTraceTestExec [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 20%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 10%] 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_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 12%] 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_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph [ 13%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph Scanning dependencies of target Kokkos_ProfilingAllCalls [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexfloat.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o [ 22%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ViewCustomizationAllocationType.cpp.o [ 22%] Built target Kokkos_CoreTestCompileOnly Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 22%] 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_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 22%] 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 [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorArg.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_d.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.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_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int16.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o [ 25%] Linking CXX executable Kokkos_IncrementalTest_OPENMP [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o [ 25%] Built target Kokkos_IncrementalTest_OPENMP [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_double.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.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 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 15%] Linking CXX executable Kokkos_ProfilingAllCalls [ 15%] Built target Kokkos_ProfilingAllCalls Scanning dependencies of target Kokkos_ToolsInitialization [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ViewCustomizationAccessorFromMapping.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp 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_ErrorReporter_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 29%] Linking CXX executable Kokkos_IncrementalTest_HIP [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 29%] Built target Kokkos_IncrementalTest_HIP Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp Scanning dependencies of target Kokkos_StackTraceTestExec [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAllocationType.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_float.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp 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_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_e.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_SYCL_ViewSupport [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 32%] 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_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 34%] 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 [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int8.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.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_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o [ 13%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 17%] Linking CXX executable Kokkos_ToolsInitialization [ 17%] Built target Kokkos_ToolsInitialization [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_SYCL_ViewSupport [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/UnitTestMainInit.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 14%] Built target Kokkos_CoreTestCompileOnly [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/UnitTestMainInit.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_f.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorFromMapping.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_a.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamBasic.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_b.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 39%] 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 [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_g.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int16.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c01.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c02.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c03.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangePolicyConstructors.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 21%] Built target Kokkos_CoreUnitTest_InitializeFinalize Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_HIP_ViewSupport [ 21%] Built target Kokkos_CoreUnitTest_HIP_ViewSupport [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 21%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.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_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c04.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c05.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangeReduce.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 42%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 42%] Built target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 23%] Built target Kokkos_CoreUnitTest_KokkosP 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 [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp 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 [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpan.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longint.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpanAtomicAccessor.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o [ 23%] Linking CXX executable Kokkos_StackTraceTestExec [ 23%] Built target Kokkos_StackTraceTestExec Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpanConversion.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 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_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MinMaxClamp.cpp.o [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longlongint.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_NumericTraits.cpp.o [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 25%] 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 [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o [ 25%] 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_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 25%] 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 [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamCombinedReducers.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_shared.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ 32%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 32%] Built target Kokkos_IncrementalTest_SERIAL 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 [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedint.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp 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 [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.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_SYCL2A.dir/sycl/TestSYCL_TeamMDRange.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamPolicyConstructors.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 33%] 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_ReductionIdentity_hpp [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2B [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 33%] Linking CXX executable Kokkos_IncrementalTest_HIP [ 33%] Built target Kokkos_IncrementalTest_HIP Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 33%] 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/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedlongint.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamReductionScan.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 33%] 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_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 34%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 34%] Built target Kokkos_CoreTestCompileOnly Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 35%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Atomics.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 35%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 35%] 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_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 35%] 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 [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScan.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_OccupancyControlTrait.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 56%] 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_SYCL1A.dir/sycl/TestSYCL_AtomicViews.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 39%] 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_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Other.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScratch.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BitManipulationBuiltins.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o 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 [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 58%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 58%] Built target Kokkos_CoreUnitTest_OpenMP Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp 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 [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp Scanning dependencies of target Kokkos_PerformanceTest_Benchmark 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 [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ParallelScanRangePolicy.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 43%] 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_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 44%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 44%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 45%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 45%] Built target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_PerformanceTest_Reduction [ 45%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamTeamSize.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 21%] Built target Kokkos_CoreUnitTest_SYCL2B [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/UnitTestMainInit.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/UnitTestMainInit.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o [ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c06.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c07.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c10.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.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_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o [ 61%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 61%] Built target Kokkos_Benchmark_Atomic_MinMax Scanning dependencies of target Kokkos_PerformanceTest_Reduction [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamVectorRange.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BlockSizeDeduction.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o [ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 47%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CheckedIntegerOps.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 62%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_UniqueToken.cpp.o [ 62%] Built target Kokkos_PerformanceTest_Reduction Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Printf.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 62%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 47%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 62%] Built target Kokkos_PerformanceTest_TaskDag Scanning dependencies of target Kokkos_PerformanceTest_ViewFirstTouch [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyConstructors.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 62%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 62%] Built target Kokkos_PerformanceTest_SharedSpace Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_QuadPrecisionMath.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_View_64bit.cpp.o [ 47%] 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_Mempool.dir/Benchmark_Context.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyInterface.cpp.o [ 47%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 47%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 47%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 47%] Built target Kokkos_PerformanceTest_Reduction [ 47%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicy.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 64%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 64%] Built target Kokkos_PerformanceTest_Mempool Scanning dependencies of target Kokkos_ContainersUnitTest_HIP [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_a.cpp.o [ 47%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 47%] Built target Kokkos_Benchmark_Atomic_MinMax Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 47%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Complex.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 65%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 65%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 48%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 48%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 48%] 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_Atomic.dir/Benchmark_Context.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o [ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyConstructors.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Concepts.cpp.o Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 65%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 65%] Built target Kokkos_PerformanceTest_Atomic Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP [ 65%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP [ 66%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o [ 50%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 50%] Built target Kokkos_PerformanceTest_TaskDag Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 50%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o [ 67%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o [ 67%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Crs.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyRequire.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.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 [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 67%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 50%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o [ 68%] Built target Kokkos_ContainersPerformanceTest_OpenMP [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 50%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.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 [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 68%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 50%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 68%] Built target Kokkos_ContainersPerformanceTest_HIP Scanning dependencies of target Kokkos_UnitTest_Sort [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 50%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c08.cpp.o [ 50%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 50%] Built target Kokkos_PerformanceTest_SharedSpace Scanning dependencies of target Kokkos_PerformanceTest_ViewFirstTouch [ 50%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopy_Assignment.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_c.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ReducerCTADs.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c09.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c11.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_d.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_a.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o [ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.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 [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 71%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 71%] Built target Kokkos_ContainersTestCompileOnly Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_e.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 71%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 71%] Built target Kokkos_ContainersUnitTest_OpenMP Scanning dependencies of target Kokkos_UnitTest_Random [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o [ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewBadAlloc.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_b.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 53%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 53%] Built target Kokkos_PerformanceTest_Mempool Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 53%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 53%] Built target Kokkos_PerformanceTest_ViewFirstTouch Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.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 [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_a.cpp.o [ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_c.cpp.o [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopy_Narrowing.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 [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 73%] 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_SYCL2A.dir/sycl/TestSYCL_ViewCopy_b.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 55%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 55%] Built target Kokkos_PerformanceTest_Atomic Scanning dependencies of target Kokkos_ContainersUnitTest_HIP [ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_c.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_d.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 76%] Linking CXX executable Kokkos_UnitTest_Random [ 76%] Built target Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 27%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2C [ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c12.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o [ 79%] Linking CXX executable Kokkos_UnitTest_Sort [ 79%] Built target Kokkos_UnitTest_Sort [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o [ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 80%] 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_A.dir/TestRandomAccessIterator.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o [ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopyAlignment.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E 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 [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorDimMatch.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 58%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 58%] Built target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP [ 58%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorProp.cpp.o [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewEmptyRuntimeUnmanaged.cpp.o [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.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 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 84%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 84%] Built target Kokkos_PerformanceTest_Benchmark [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [ 59%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewLayoutStrideAssignment.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_a.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D 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 [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpacePartitioning.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.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_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpaceThreadSafety.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_e.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 59%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP [ 59%] Built target Kokkos_ContainersPerformanceTest_HIP [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E 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 [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions_DeviceView.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_b.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecutionSpace.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanAtomicAccessor.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c13.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_FunctorAnalysis.cpp.o [ 89%] Linking CXX executable Kokkos_ContainersUnitTest_HIP [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o Running on fetnat_07 in /var/jenkins/workspace/Kokkos_PR-8351 [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o using credential Jenkins ORNL Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [ 89%] Built target Kokkos_ContainersUnitTest_HIP [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_subview.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SharedAlloc.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 62%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 62%] Built target Kokkos_ContainersTestCompileOnly Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c14.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Graph.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanConversion.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMemoryAccessViolation.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SpaceAwareAccessorAccessViolation.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 62%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 62%] Built target Kokkos_PerformanceTest_Benchmark [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o Scanning dependencies of target Kokkos_UnitTest_Sort [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o [ 62%] 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_SYCL2D.dir/sycl/TestSYCL_SubView_c15.cpp.o Fetching without tags Merging remotes/origin/develop commit 496fea78f4a9313921fc4bfa952a4bb2664f16b2 into PR head commit 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Merge succeeded, producing 44bf7b7646d4b8ce89cd90894feeec0c63513e17 Checking out Revision 44bf7b7646d4b8ce89cd90894feeec0c63513e17 (PR-8351) [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfClass.cpp.o Commit message: "Disable pass-failed warning when using ROCm 6.4" [ 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_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/8351/head:refs/remotes/origin/PR-8351 # 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/8351/head:refs/remotes/origin/PR-8351 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 496fea78f4a9313921fc4bfa952a4bb2664f16b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44bf7b7646d4b8ce89cd90894feeec0c63513e17 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 6753b3d01f75d11d24b5e975e1a872d21fdbcfb6 -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 20.48kB 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 ---> 3b18dd58c80d Step 4/9 : RUN apt-get update && apt-get install -y ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 63205450b6b6 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 ---> 1eede3952d48 Step 6/9 : ARG CMAKE_VERSION=3.23.1 ---> Using cache ---> 3fc51a0bb2f0 Step 7/9 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> b8201987a5cc 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 ---> b109a28579a5 Step 9/9 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 549c6810148c Successfully built 549c6810148c Successfully tagged 6753b3d01f75d11d24b5e975e1a872d21fdbcfb6:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o + docker inspect -f . 6753b3d01f75d11d24b5e975e1a872d21fdbcfb6 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o fetnat_07 seems to be running inside container 15f9e5dac4e81b323a0bcc51bf611edaa7d97b6c4579b012678c65663abe753b $ docker run -t -d -u 0:0 --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-8351 --volumes-from 15f9e5dac4e81b323a0bcc51bf611edaa7d97b6c4579b012678c65663abe753b -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 6753b3d01f75d11d24b5e975e1a872d21fdbcfb6 cat [ 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 [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SpaceAwareAccessor.cpp.o $ docker top 96181f0752b8144d5b54a7e2de17484f65f7fb84a9eadb407d918005ccb7360a -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o + rm -rf build + mkdir -p build [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Swap.cpp.o + 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 .. -- Setting default Kokkos CXX standard to 17 [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2D [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o -- The CXX compiler identification is NVHPC 23.7.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvc++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting build type to 'RelWithDebInfo' as none was specified. -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-8351/build/generated/Kokkos_Version_Info.cpp -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. -- Using --c++17;--gnu_extensions for C++17 extensions as feature [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfViews.cpp.o -- SIMD: AVX512 detected -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Experimental::OpenACC -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-8351/tpls/mdspan/include [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_InclusiveScan [ 90%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- Kokkos Backends: SERIAL;OPENACC -- Configuring done [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8351/build + make -j8 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.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_Abort.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 1%] Built target AlwaysCheckGit [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I Scanning dependencies of target Kokkos_UnitTest_SIMD [ 91%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o Scanning dependencies of target Kokkos_atomic [ 91%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 2%] Linking CXX shared library libkokkosprinter-tool.so [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 2%] Built target kokkosprinter-tool [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1B [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtr.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_HostSpace_deepcopy.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o [ 91%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOutOfBoundsAccess.cpp.o [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtrAccessOnDevice.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 93%] Linking CXX executable Kokkos_atomic [ 93%] Built target Kokkos_atomic Scanning dependencies of target Kokkos_gather [ 93%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACCSpace.cpp.o Scanning dependencies of target Kokkos_gups [ 93%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_Instance.cpp.o Scanning dependencies of target Kokkos_launch_latency [ 93%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o Scanning dependencies of target Kokkos_stream [ 93%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 63%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 63%] Built target Kokkos_ContainersUnitTest_Serial Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewResize.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.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 [ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Linking CXX executable Kokkos_gups [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q Scanning dependencies of target Kokkos_policy_performance [ 93%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 93%] Built target Kokkos_gups Scanning dependencies of target Kokkos_bytes_and_flops [ 93%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 93%] Linking CXX executable Kokkos_stream [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 93%] Built target Kokkos_stream [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_JoinBackwardCompatibility.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 5%] Linking CXX static library libkokkoscore.a [ 5%] Built target kokkoscore [ 5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 6%] Linking CXX static library libkokkossimd.a [ 6%] Linking CXX static library libkokkosalgorithms.a [ 6%] Built target kokkossimd [ 6%] Built target kokkosalgorithms [ 93%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o [ 93%] Linking CXX executable Kokkos_launch_latency [ 93%] Built target Kokkos_PerformanceTest_InclusiveScan [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 93%] Built target Kokkos_launch_latency [ 93%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 93%] Linking CXX executable Kokkos_view_copy_constructor [ 6%] Linking CXX static library libkokkoscontainers.a [ 6%] Built target kokkoscontainers [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 6%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 6%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 6%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 6%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 6%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 93%] Built target Kokkos_view_copy_constructor [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o [ 6%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 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 [ 9%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 9%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 9%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 11%] Linking CXX static library libkokkos_gtest.a [ 11%] Built target kokkos_gtest [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 12%] Linking CXX executable 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%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o [ 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_Clamp_hpp [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 13%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 34%] Built target Kokkos_CoreUnitTest_SYCL2C [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/UnitTestMainInit.cpp.o [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/UnitTestMain.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_LocalDeepCopy.cpp.o [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 94%] Linking CXX executable Kokkos_gather [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o [ 94%] Built target Kokkos_gather [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/sycl/TestSYCL_InterOp_Init.cpp.o [ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_TeamScratchStreams.cpp.o [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 34%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit [ 95%] Linking CXX executable Kokkos_policy_performance [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 96%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 96%] Built target Kokkos_policy_performance [ 97%] 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 [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 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_Swap_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 34%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_SharedAlloc.cpp.o [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 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_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 32%] 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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_WithoutInitializing.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_b.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_c.cpp.o [ 36%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 36%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/UnitTestMainInit.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 98%] Linking CXX executable Kokkos_bytes_and_flops [ 98%] Built target Kokkos_bytes_and_flops [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.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_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_BasicView.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 36%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2A [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_d.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_e.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_ViewCustomization.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 [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o Scanning dependencies of target Kokkos_UnitTest_Random [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalConstants.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 70%] Linking CXX executable Kokkos_UnitTest_Sort [ 70%] Built target Kokkos_UnitTest_Sort Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_a.cpp.o [ 40%] 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_AtomicOperations_complexfloat.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_b.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_ReferenceCountedAccessor.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_ReferenceCountedDataHandle.cpp.o [ 42%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/UnitTestMainInit.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_c.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.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/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 43%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Abort.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_a.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 43%] Built target Kokkos_CoreTestCompileOnly [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ArrayOps.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions1.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedResourceLock.cpp.o [ 44%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC_ViewSupport [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 [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 44%] Built target Kokkos_CoreUnitTest_OpenACC_ViewSupport [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 37%] Built target Kokkos_CoreUnitTest_SYCL2D [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/UnitTestMainInit.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_b.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_subview.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_double.cpp.o [ 37%] 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_SYCLInterOpInit_Context.dir/sycl/TestSYCL_InterOp_Init_Context.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 71%] Linking CXX executable Kokkos_UnitTest_Random [ 71%] Built target Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 45%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 46%] Built target Kokkos_CoreUnitTest_Develop [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 71%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 71%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_SharedAlloc.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_a.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit_Context [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 38%] Built target Kokkos_CoreUnitTest_Serial2 [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/UnitTestMain.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 38%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit_Context [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/sycl/TestSYCL_InterOp_Streams.cpp.o [ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [100%] Linking CXX executable Kokkos_CoreUnitTest_HIP [100%] Built target Kokkos_CoreUnitTest_HIP [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_float.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU.dir/sycl/TestSYCL_InterOp_StreamsMultiGPU.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_b.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreams [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 39%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreams [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpGraph.dir/UnitTestMainInit.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_c.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-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Site: 411f8d42b6bc Build name: Linux-hipcc Create new tag: 20250822-1947 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 1: Test timeout computed to be: 1500 1: [==========] Running 389 tests from 4 test suites. 1: [----------] Global test environment set-up. 1: [----------] 18 tests from openmp_DeathTest 1: [ RUN ] openmp_DeathTest.abort_from_host [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o 1: [ OK ] openmp_DeathTest.abort_from_host (1762 ms) 1: [ RUN ] openmp_DeathTest.abort_from_device [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o 1: [ OK ] openmp_DeathTest.abort_from_device (1683 ms) 1: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpGraph.dir/sycl/TestSYCL_InterOp_Graph.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o 1: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (1793 ms) 1: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions 1: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (1737 ms) 1: [ RUN ] openmp_DeathTest.policy_invalid_bounds [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int8.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o 1: [ OK ] openmp_DeathTest.policy_invalid_bounds (1747 ms) 1: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 74%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (3535 ms) 1: [ RUN ] openmp_DeathTest.range_policy_round_trip_conversion_fires [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_d.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_e.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int16.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (1772 ms) 1: [ RUN ] openmp_DeathTest.range_policy_check_sign_changes [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 74%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_check_sign_changes (3512 ms) 1: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpGraph [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_SYCLInterOpGraph [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (6973 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn 1: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 [ 50%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o [ 50%] Built target Kokkos_CoreUnitTest_Default [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 51%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_a.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_b.cpp.o [ 51%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 51%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 51%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o 1: [ OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (12596 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 51%] Linking CXX executable Kokkos_ProfilingAllCalls [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 75%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 51%] Built target Kokkos_ProfilingAllCalls [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longint.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o 1: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (12587 ms) 1: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 1: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped 1: skipping since no memory access violation would occur 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms) 1: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_device 1: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 1: skipping since no memory access violation would occur 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 1: [ RUN ] openmp_DeathTest.view_subview_constructor_layout_compatibility [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o 1: [ OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (3545 ms) 1: [----------] 18 tests from openmp_DeathTest (53248 ms total) 1: 1: [----------] 1 test from openmp_graph_DeathTest 1: [ RUN ] openmp_graph_DeathTest.can_instantiate_only_once [ 76%] Linking CXX executable Kokkos_ContainersUnitTest_HIP [ 76%] Built target Kokkos_ContainersUnitTest_HIP [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o 1: [ OK ] openmp_graph_DeathTest.can_instantiate_only_once (3703 ms) 1: [----------] 1 test from openmp_graph_DeathTest (3703 ms total) 1: 1: [----------] 353 tests from openmp 1: [ RUN ] openmp.array_capacity 1: [ OK ] openmp.array_capacity (0 ms) 1: [ RUN ] openmp.array_element_access 1: [ OK ] openmp.array_element_access (0 ms) 1: [ RUN ] openmp.array_operator_equal 1: [ OK ] openmp.array_operator_equal (0 ms) 1: [ RUN ] openmp.array_zero_capacity 1: [ OK ] openmp.array_zero_capacity (0 ms) 1: [ RUN ] openmp.array_zero_data_nullptr 1: [ OK ] openmp.array_zero_data_nullptr (0 ms) 1: [ RUN ] openmp.atomic_operations_complexdouble 1: [ OK ] openmp.atomic_operations_complexdouble (8 ms) 1: [ RUN ] openmp.atomic_operations_complexfloat 1: [ OK ] openmp.atomic_operations_complexfloat (1 ms) 1: [ RUN ] openmp.atomic_operations_double 1: [ OK ] openmp.atomic_operations_double (1 ms) 1: [ RUN ] openmp.atomic_operations_float 1: [ OK ] openmp.atomic_operations_float (1 ms) 1: [ RUN ] openmp.atomic_operations_int8 1: [ OK ] openmp.atomic_operations_int8 (3 ms) 1: [ RUN ] openmp.atomic_operations_int16 1: [ OK ] openmp.atomic_operations_int16 (3 ms) 1: [ RUN ] openmp.atomic_operations_int 1: [ OK ] openmp.atomic_operations_int (5 ms) 1: [ RUN ] openmp.atomic_operations_long 1: [ OK ] openmp.atomic_operations_long (3 ms) 1: [ RUN ] openmp.atomic_operations_longlong 1: [ OK ] openmp.atomic_operations_longlong (3 ms) 1: [ RUN ] openmp.atomic_shared 1: [ OK ] openmp.atomic_shared (0 ms) 1: [ RUN ] openmp.atomic_operations_unsigned 1: [ OK ] openmp.atomic_operations_unsigned (2 ms) 1: [ RUN ] openmp.atomic_operations_unsignedlong 1: [ OK ] openmp.atomic_operations_unsignedlong (2 ms) 1: [ RUN ] openmp.atomics 1: [ OK ] openmp.atomics (14 ms) 1: [ RUN ] openmp.atomics_tpetra_max_abs 1: [ OK ] openmp.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] openmp.atomic_views_integral 1: [ OK ] openmp.atomic_views_integral (184 ms) 1: [ RUN ] openmp.atomic_views_nonintegral 1: [ OK ] openmp.atomic_views_nonintegral (63 ms) 1: [ RUN ] openmp.atomic_view_api 1: [ OK ] openmp.atomic_view_api (0 ms) 1: [ RUN ] openmp.bit_manip_countl_zero 1: [ OK ] openmp.bit_manip_countl_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countl_one 1: [ OK ] openmp.bit_manip_countl_one (0 ms) 1: [ RUN ] openmp.bit_manip_countr_zero 1: [ OK ] openmp.bit_manip_countr_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countr_one 1: [ OK ] openmp.bit_manip_countr_one (0 ms) 1: [ RUN ] openmp.bit_manip_popcount 1: [ OK ] openmp.bit_manip_popcount (0 ms) 1: [ RUN ] openmp.bit_manip_has_single_bit 1: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 1: [ RUN ] openmp.bit_manip_bit_floor 1: [ OK ] openmp.bit_manip_bit_floor (0 ms) 1: [ RUN ] openmp.bit_manip_bit_ceil 1: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 1: [ RUN ] openmp.bit_manip_bit_width 1: [ OK ] openmp.bit_manip_bit_width (0 ms) 1: [ RUN ] openmp.bit_manip_rotl 1: [ OK ] openmp.bit_manip_rotl (0 ms) 1: [ RUN ] openmp.bit_manip_rotr 1: [ OK ] openmp.bit_manip_rotr (0 ms) 1: [ RUN ] openmp.bit_manip_byeswap 1: [ OK ] openmp.bit_manip_byeswap (0 ms) 1: [ RUN ] openmp.bit_manip_bit_cast 1: [ OK ] openmp.bit_manip_bit_cast (0 ms) 1: [ RUN ] openmp.test_block_deduction_bug_pr_3103 1: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] openmp.checked_integer_operations_multiply_overflow 1: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] openmp.execution_policy_occupancy_and_hint 1: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] openmp.complex_construction 1: [ OK ] openmp.complex_construction (0 ms) 1: [ RUN ] openmp.complex_basic_math 1: [ OK ] openmp.complex_basic_math (0 ms) 1: [ RUN ] openmp.complex_special_funtions 1: [ OK ] openmp.complex_special_funtions (0 ms) 1: [ RUN ] openmp.complex_io 1: [ OK ] openmp.complex_io (0 ms) 1: [ RUN ] openmp.complex_trivially_copyable 1: [ OK ] openmp.complex_trivially_copyable (0 ms) 1: [ RUN ] openmp.complex_issue_3865 1: [ OK ] openmp.complex_issue_3865 (0 ms) 1: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 1: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] openmp.complex_structured_bindings 1: [ OK ] openmp.complex_structured_bindings (0 ms) 1: [ RUN ] openmp.crs_count_fill 1: [ OK ] openmp.crs_count_fill (0 ms) 1: [ RUN ] openmp.crs_copy_constructor 1: [ OK ] openmp.crs_copy_constructor (2 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_0 1: 1: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 1: does not support page migration between device and host. 1: HIPManagedSpace might not work as expected. 1: Please refer to the ROCm documentation on unified/managed memory. 1: [ OK ] openmp.deep_copy_assignable_types_rank_0 (5 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_1 1: [ OK ] openmp.deep_copy_assignable_types_rank_1 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_2 1: [ OK ] openmp.deep_copy_assignable_types_rank_2 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_3 1: [ OK ] openmp.deep_copy_assignable_types_rank_3 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_4 1: [ OK ] openmp.deep_copy_assignable_types_rank_4 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_5 1: [ OK ] openmp.deep_copy_assignable_types_rank_5 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_6 1: [ OK ] openmp.deep_copy_assignable_types_rank_6 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_7 1: [ OK ] openmp.deep_copy_assignable_types_rank_7 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_8 1: [ OK ] openmp.deep_copy_assignable_types_rank_8 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_1_half 1: [ OK ] openmp.deep_copy_assignable_types_rank_1_half (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_2_half 1: [ OK ] openmp.deep_copy_assignable_types_rank_2_half (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_3_half 1: [ OK ] openmp.deep_copy_assignable_types_rank_3_half (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_0 1: [ OK ] openmp.deep_copy_narrowing_rank_0 (3 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_1 1: [ OK ] openmp.deep_copy_narrowing_rank_1 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_2 1: [ OK ] openmp.deep_copy_narrowing_rank_2 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_3 1: [ OK ] openmp.deep_copy_narrowing_rank_3 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_4 1: [ OK ] openmp.deep_copy_narrowing_rank_4 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_5 1: [ OK ] openmp.deep_copy_narrowing_rank_5 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_6 1: [ OK ] openmp.deep_copy_narrowing_rank_6 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_7 1: [ OK ] openmp.deep_copy_narrowing_rank_7 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_8 1: [ OK ] openmp.deep_copy_narrowing_rank_8 (0 ms) 1: [ RUN ] openmp.deep_copy_alignment 1: [ OK ] openmp.deep_copy_alignment (2 ms) 1: [ RUN ] openmp.deep_copy_conversion 1: [ OK ] openmp.deep_copy_conversion (31 ms) 1: [ RUN ] openmp.partitioning_by_args 1: [ OK ] openmp.partitioning_by_args (0 ms) 1: [ RUN ] openmp.partitioning_by_args_with_structured_bindings 1: [ OK ] openmp.partitioning_by_args_with_structured_bindings (0 ms) 1: [ RUN ] openmp.partitioning_by_vector 1: [ OK ] openmp.partitioning_by_vector (0 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range 1: [ OK ] openmp.exec_space_thread_safety_range (395 ms) 1: [ RUN ] openmp.exec_space_thread_safety_mdrange 1: [ OK ] openmp.exec_space_thread_safety_mdrange (40 ms) 1: [ RUN ] openmp.exec_space_thread_safety_team_policy 1: [ OK ] openmp.exec_space_thread_safety_team_policy (48 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range_reduce 1: [ OK ] openmp.exec_space_thread_safety_range_reduce (39 ms) 1: [ RUN ] openmp.exec_space_thread_safety_mdrange_reduce 1: [ OK ] openmp.exec_space_thread_safety_mdrange_reduce (39 ms) 1: [ RUN ] openmp.exec_space_thread_safety_team_policy_reduce 1: [ OK ] openmp.exec_space_thread_safety_team_policy_reduce (48 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range_scan 1: [ OK ] openmp.exec_space_thread_safety_range_scan (40 ms) 1: [ RUN ] openmp.execution_space_as_class_data_member 1: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 1: [ RUN ] openmp.functor_analysis 1: [ OK ] openmp.functor_analysis (0 ms) 1: [ RUN ] openmp.when_all_type 1: [ OK ] openmp.when_all_type (0 ms) 1: [ RUN ] openmp.graph_capture 1: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1113: Skipped 1: The graph backend for OpenMP does not support capture. 1: [ SKIPPED ] openmp.graph_capture (0 ms) 1: [ RUN ] openmp.graph_then 1: [ OK ] openmp.graph_then (0 ms) 1: [ RUN ] openmp.then_host 1: [ OK ] openmp.then_host (0 ms) 1: [ RUN ] openmp.mixed_then_host_device_nodes 1: [ OK ] openmp.mixed_then_host_device_nodes (0 ms) 1: [ RUN ] openmp.graph_then_tag 1: [ OK ] openmp.graph_then_tag (0 ms) 1: [ RUN ] openmp.host_shared_ptr_use_count 1: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 1: [ RUN ] openmp.host_shared_ptr_get 1: [ OK ] openmp.host_shared_ptr_get (0 ms) 1: [ RUN ] openmp.host_shared_ptr_dereference_on_device 1: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_special_members_on_device 1: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_tracking 1: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 1: [ RUN ] openmp.join_backward_compatibility 1: [ OK ] openmp.join_backward_compatibility (0 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 42%] Built target Kokkos_CoreUnitTest_Serial1 [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (885 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1148 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright [ 53%] Linking CXX executable Kokkos_ToolsInitialization [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 53%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (757 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (745 ms) 1: [ RUN ] openmp.deep_copy_scratch 1: [ OK ] openmp.deep_copy_scratch (0 ms) 1: [ RUN ] openmp.mathematical_constants_e 1: [ OK ] openmp.mathematical_constants_e (0 ms) 1: [ RUN ] openmp.mathematical_constants_log2e 1: [ OK ] openmp.mathematical_constants_log2e (0 ms) 1: [ RUN ] openmp.mathematical_constants_log10e 1: [ OK ] openmp.mathematical_constants_log10e (0 ms) 1: [ RUN ] openmp.mathematical_constants_pi 1: [ OK ] openmp.mathematical_constants_pi (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_pi 1: [ OK ] openmp.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_sqrtpi 1: [ OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] openmp.mathematical_constants_ln2 1: [ OK ] openmp.mathematical_constants_ln2 (0 ms) 1: [ RUN ] openmp.mathematical_constants_ln10 1: [ OK ] openmp.mathematical_constants_ln10 (0 ms) 1: [ RUN ] openmp.mathematical_constants_sqrt2 1: [ OK ] openmp.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] openmp.mathematical_constants_sqrt3 1: [ OK ] openmp.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_sqrt3 1: [ OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] openmp.mathematical_constants_egamma 1: [ OK ] openmp.mathematical_constants_egamma (0 ms) 1: [ RUN ] openmp.mathematical_constants_phi 1: [ OK ] openmp.mathematical_constants_phi (0 ms) 1: [ RUN ] openmp.mathematical_functions_trigonometric_functions 1: [ OK ] openmp.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_hyperbolic_functions 1: [ OK ] openmp.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_non_standard 1: [ OK ] openmp.mathematical_functions_non_standard (0 ms) 1: [ RUN ] openmp.mathematical_functions_power_functions 1: [ OK ] openmp.mathematical_functions_power_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_fma 1: [ OK ] openmp.mathematical_functions_fma (0 ms) 1: [ RUN ] openmp.mathematical_functions_fmax_fmin 1: [ OK ] openmp.mathematical_functions_fmax_fmin (0 ms) 1: [ RUN ] openmp.mathematical_functions_error_and_gamma_functions 1: [ OK ] openmp.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] openmp.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] openmp.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_absolute_value 1: [ OK ] openmp.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] openmp.mathematical_functions_floating_point_absolute_value 1: [ OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] openmp.mathematical_functions_remainder_function 1: [ OK ] openmp.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] openmp.mathematical_functions_isfinite 1: [ OK ] openmp.mathematical_functions_isfinite (0 ms) 1: [ RUN ] openmp.mathematical_functions_isinf 1: [ OK ] openmp.mathematical_functions_isinf (0 ms) 1: [ RUN ] openmp.mathematical_functions_isnan 1: [ OK ] openmp.mathematical_functions_isnan (0 ms) 1: [ RUN ] openmp.mathematical_functions_impl_half_fallback 1: [ OK ] openmp.mathematical_functions_impl_half_fallback (0 ms) 1: [ RUN ] openmp.mathematical_functions_nextafter_fp16 1: [ OK ] openmp.mathematical_functions_nextafter_fp16 (0 ms) 1: [ RUN ] openmp.mathematical_functions_exponential_functions 1: [ OK ] openmp.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] openmp.mathspecialfunc_expint1 1: [ OK ] openmp.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_errorfunc 1: [ OK ] openmp.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselj0y0 1: [ OK ] openmp.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselj1y1 1: [ OK ] openmp.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesseli0k0 1: [ OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesseli1k1 1: [ OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselh1stkind 1: [ OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselh2ndkind 1: [ OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] openmp.mdrange_5d 1: [ OK ] openmp.mdrange_5d (374 ms) 1: [ RUN ] openmp.mdrange_6d 1: [ OK ] openmp.mdrange_6d (600 ms) 1: [ RUN ] openmp.mdrange_2d 1: [ OK ] openmp.mdrange_2d (1 ms) 1: [ RUN ] openmp.mdrange_array_reduce 1: [ OK ] openmp.mdrange_array_reduce (0 ms) 1: [ RUN ] openmp.mdrange_3d 1: [ OK ] openmp.mdrange_3d (8 ms) 1: [ RUN ] openmp.mdrange_neg_idx 1: [ OK ] openmp.mdrange_neg_idx (34 ms) 1: [ RUN ] openmp.mdrange_4d [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o [ 53%] Built target Kokkos_ToolsInitialization [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o 1: [ OK ] openmp.mdrange_4d (189 ms) 1: [ RUN ] openmp.mdrange_scalar 1: [ OK ] openmp.mdrange_scalar (0 ms) 1: [ RUN ] openmp.mdrange_large_deep_copy [ 53%] Built target Kokkos_CoreUnitTest_KokkosP 1: [ OK ] openmp.mdrange_large_deep_copy (354 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 [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/UnitTestMainInit.cpp.o 1: [ OK ] openmp.mdrange_parallel_reduce_primitive_types (656 ms) 1: [ RUN ] openmp.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestMDSpan.hpp:63: Skipped 1: mdspan not enabled 1: [ SKIPPED ] openmp.mdspan_minimal_functional (0 ms) 1: [ RUN ] openmp.max 1: [ OK ] openmp.max (0 ms) 1: [ RUN ] openmp.max_within_parfor 1: [ OK ] openmp.max_within_parfor (3 ms) 1: [ RUN ] openmp.min 1: [ OK ] openmp.min (0 ms) 1: [ RUN ] openmp.min_within_parfor 1: [ OK ] openmp.min_within_parfor (0 ms) 1: [ RUN ] openmp.minmax 1: [ OK ] openmp.minmax (0 ms) 1: [ RUN ] openmp.minmax_within_parfor 1: [ OK ] openmp.minmax_within_parfor (0 ms) 1: [ RUN ] openmp.clamp 1: [ OK ] openmp.clamp (0 ms) 1: [ RUN ] openmp.clamp_within_parfor 1: [ OK ] openmp.clamp_within_parfor (0 ms) 1: [ RUN ] openmp.numeric_traits_infinity 1: [ OK ] openmp.numeric_traits_infinity (0 ms) 1: [ RUN ] openmp.numeric_traits_epsilon 1: [ OK ] openmp.numeric_traits_epsilon (0 ms) 1: [ RUN ] openmp.numeric_traits_round_error 1: [ OK ] openmp.numeric_traits_round_error (0 ms) 1: [ RUN ] openmp.numeric_traits_norm_min 1: [ OK ] openmp.numeric_traits_norm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_denorm_min 1: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_finite_min_max 1: [ OK ] openmp.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] openmp.numeric_traits_digits 1: [ OK ] openmp.numeric_traits_digits (0 ms) 1: [ RUN ] openmp.numeric_traits_digits10 1: [ OK ] openmp.numeric_traits_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_max_digits10 1: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_radix 1: [ OK ] openmp.numeric_traits_radix (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent 1: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent10 1: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 1: [ OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] openmp.numeric_traits_sfinae_friendly 1: [ OK ] openmp.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] openmp.occupancy_control 1: [ OK ] openmp.occupancy_control (0 ms) 1: [ RUN ] openmp.memory_pool 1: [ OK ] openmp.memory_pool (51 ms) 1: [ RUN ] openmp.cxx11 1: [ OK ] openmp.cxx11 (0 ms) 1: [ RUN ] openmp.viewctorprop_embedded_dim 1: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] openmp.parallel_scan_range_policy 1: [ OK ] openmp.parallel_scan_range_policy (8 ms) 1: [ RUN ] openmp.kokkos_printf 1: [ OK ] openmp.kokkos_printf (0 ms) 1: [ RUN ] openmp.range_for 1: [ OK ] openmp.range_for (0 ms) 1: [ RUN ] openmp.range_reduce 1: [ OK ] openmp.range_reduce (0 ms) 1: [ RUN ] openmp.range_dynamic_policy 1: [ OK ] openmp.range_dynamic_policy (0 ms) 1: [ RUN ] openmp.large_parallel_for_reduce 1: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestRange.hpp:379: Skipped 1: Disabling for host backends 1: [ SKIPPED ] openmp.large_parallel_for_reduce (0 ms) 1: [ RUN ] openmp.range_policy_runtime_parameters 1: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.range_policy_one_way_convertible_bounds 1: [ OK ] openmp.range_policy_one_way_convertible_bounds (0 ms) 1: [ RUN ] openmp.range_for_require 1: [ OK ] openmp.range_for_require (0 ms) 1: [ RUN ] openmp.range_reduce_require 1: [ OK ] openmp.range_reduce_require (0 ms) 1: [ RUN ] openmp.range_dynamic_policy_require 1: [ OK ] openmp.range_dynamic_policy_require (0 ms) 1: [ RUN ] openmp.reducers_int 1: [ OK ] openmp.reducers_int (1 ms) 1: [ RUN ] openmp.reducers_double 1: [ OK ] openmp.reducers_double (1 ms) 1: [ RUN ] openmp.reducers_complex_double 1: [ OK ] openmp.reducers_complex_double (0 ms) 1: [ RUN ] openmp.reducers_struct 1: [ OK ] openmp.reducers_struct (1 ms) 1: [ RUN ] openmp.reducers_half_t 1: [ OK ] openmp.reducers_half_t (0 ms) 1: [ RUN ] openmp.reducers_bhalf_t 1: [ OK ] openmp.reducers_bhalf_t (0 ms) 1: [ RUN ] openmp.reducers_int8_t 1: [ OK ] openmp.reducers_int8_t (0 ms) 1: [ RUN ] openmp.reducers_int16_t 1: [ OK ] openmp.reducers_int16_t (0 ms) 1: [ RUN ] openmp.reducers_bool 1: [ OK ] openmp.reducers_bool (0 ms) 1: [ RUN ] openmp.int64_t_reduce 1: [ OK ] openmp.int64_t_reduce (38 ms) 1: [ RUN ] openmp.double_reduce 1: [ OK ] openmp.double_reduce (51 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic 1: [ OK ] openmp.int64_t_reduce_dynamic (149 ms) 1: [ RUN ] openmp.double_reduce_dynamic 1: [ OK ] openmp.double_reduce_dynamic (147 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic_view 1: [ OK ] openmp.int64_t_reduce_dynamic_view (28 ms) 1: [ RUN ] openmp.int_combined_reduce 1: [ OK ] openmp.int_combined_reduce (0 ms) 1: [ RUN ] openmp.mdrange_combined_reduce 1: [ OK ] openmp.mdrange_combined_reduce (0 ms) 1: [ RUN ] openmp.int_combined_reduce_mixed 1: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 1: [ RUN ] openmp.reduction_with_large_iteration_count 1: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestReduce.hpp:663: Skipped 1: Disabling for host backends 1: [ SKIPPED ] openmp.reduction_with_large_iteration_count (0 ms) 1: [ RUN ] openmp.reduction_identity_min_max_floating_point_types 1: [ OK ] openmp.reduction_identity_min_max_floating_point_types (5 ms) 1: [ RUN ] openmp.reduction_deduction 1: [ OK ] openmp.reduction_deduction (0 ms) 1: [ RUN ] openmp.reduce_device_view_range_policy 1: [ OK ] openmp.reduce_device_view_range_policy (12 ms) 1: [ RUN ] openmp.reduce_device_view_mdrange_policy 1: [ OK ] openmp.reduce_device_view_mdrange_policy (299 ms) 1: [ RUN ] openmp.reduce_device_view_team_policy 1: [ OK ] openmp.reduce_device_view_team_policy (18 ms) 1: [ RUN ] openmp.impl_shared_alloc [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_c.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o 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 (21 ms) 1: [ RUN ] openmp.team_reduce 1: [ OK ] openmp.team_reduce (10 ms) 1: [ RUN ] openmp.team_reduce_large 1: [ OK ] openmp.team_reduce_large (130 ms) 1: [ RUN ] openmp.team_parallel_single [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o 1: [ OK ] openmp.team_parallel_single (1905 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 (78 ms) 1: [ RUN ] openmp.team_broadcast_long_wrapper 1: [ OK ] openmp.team_broadcast_long_wrapper (70 ms) 1: [ RUN ] openmp.team_broadcast_char 1: [ OK ] openmp.team_broadcast_char (83 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 (82 ms) 1: [ RUN ] openmp.team_broadcast_int_ptr 1: [ OK ] openmp.team_broadcast_int_ptr (0 ms) 1: [ RUN ] openmp.team_single_thread_int_ptr 1: [ OK ] openmp.team_single_thread_int_ptr (0 ms) 1: [ RUN ] openmp.team_single_team_int_ptr 1: [ OK ] openmp.team_single_team_int_ptr (0 ms) 1: [ RUN ] openmp.team_handle_by_value 1: [ OK ] openmp.team_handle_by_value (0 ms) 1: [ RUN ] openmp.team_vector 1: [ OK ] openmp.team_vector (222 ms) 1: [ RUN ] openmp.triple_nested_parallelism 1: [ OK ] openmp.triple_nested_parallelism (252 ms) 1: [ RUN ] openmp.parallel_scan_with_reducers 1: [ OK ] openmp.parallel_scan_with_reducers (60 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 (7 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 1: [ OK ] openmp.ThreadVectorMDRangeParallelFor (3 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelFor 1: [ OK ] openmp.TeamVectorMDRangeParallelFor (5 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 1: [ OK ] openmp.TeamThreadMDRangeParallelReduce (5 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 1: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (5 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelReduce 1: [ OK ] openmp.TeamVectorMDRangeParallelReduce (5 ms) 1: [ RUN ] openmp.team_policy_runtime_parameters 1: [ OK ] openmp.team_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.team_reduction_scan [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessorAccessViolation.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test01_execspace_OPENACC.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions2.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions3.cpp.o [ 42%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o 1: [ OK ] openmp.team_reduction_scan (7265 ms) 1: [ RUN ] openmp.team_long_reduce 1: [ OK ] openmp.team_long_reduce (13 ms) 1: [ RUN ] openmp.team_double_reduce 1: [ OK ] openmp.team_double_reduce (14 ms) 1: [ RUN ] openmp.team_long_array_reduce 1: [ OK ] openmp.team_long_array_reduce (13 ms) 1: [ RUN ] openmp.team_double_array_reduce 1: [ OK ] openmp.team_double_array_reduce (14 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 (615 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 (169 ms) 1: [ RUN ] openmp.team_scan_ret_val 1: [ OK ] openmp.team_scan_ret_val (120 ms) 1: [ RUN ] openmp.team_shared_request 1: [ OK ] openmp.team_shared_request (347 ms) 1: [ RUN ] openmp.team_scratch_request 1: [ OK ] openmp.team_scratch_request (30 ms) 1: [ RUN ] openmp.team_lambda_shared_request 1: [ OK ] openmp.team_lambda_shared_request (3 ms) 1: [ RUN ] openmp.scratch_align 1: [ OK ] openmp.scratch_align (0 ms) 1: [ RUN ] openmp.shmem_size 1: [ OK ] openmp.shmem_size (0 ms) 1: [ RUN ] openmp.multi_level_scratch 1: [ OK ] openmp.multi_level_scratch (7 ms) 1: [ RUN ] openmp.team_scratch_memory_index_parallel_for 1: [ OK ] openmp.team_scratch_memory_index_parallel_for (0 ms) 1: [ RUN ] openmp.team_policy_max_recommended [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 42%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 42%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o 1: [ OK ] openmp.team_policy_max_recommended (2096 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 (60 ms) 1: [ RUN ] openmp.unique_token_global 1: [ OK ] openmp.unique_token_global (16 ms) 1: [ RUN ] openmp.unique_token_instance 1: [ OK ] openmp.unique_token_instance (72 ms) 1: [ RUN ] openmp.unique_token_team_acquire 1: [ OK ] openmp.unique_token_team_acquire (0 ms) 1: [ RUN ] openmp.view_api_a 1: [ OK ] openmp.view_api_a (5 ms) 1: [ RUN ] openmp.view_layout_left_with_stride 1: [ OK ] openmp.view_layout_left_with_stride (0 ms) 1: [ RUN ] openmp.view_layout_right_with_stride 1: [ OK ] openmp.view_layout_right_with_stride (0 ms) 1: [ RUN ] openmp.view_api_b 1: [ OK ] openmp.view_api_b (10 ms) 1: [ RUN ] openmp.view_api_c 1: [ OK ] openmp.view_api_c (0 ms) 1: [ RUN ] openmp.view_api_d 1: [ OK ] openmp.view_api_d (0 ms) 1: [ RUN ] openmp.view_remap 1: [ OK ] openmp.view_remap (0 ms) 1: [ RUN ] openmp.view_mirror_nonconst 1: [ OK ] openmp.view_mirror_nonconst (0 ms) 1: [ RUN ] openmp.view_stride_method 1: [ OK ] openmp.view_stride_method (0 ms) 1: [ RUN ] openmp.anonymous_space 1: [ OK ] openmp.anonymous_space (0 ms) 1: [ RUN ] openmp.view_overload_resolution 1: [ OK ] openmp.view_overload_resolution (0 ms) 1: [ RUN ] openmp.view_allocation_large_rank 1: [ OK ] openmp.view_allocation_large_rank (253 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 (4 ms) 1: [ RUN ] openmp.view_copy_tests_rank_0 1: [ OK ] openmp.view_copy_tests_rank_0 (0 ms) 1: [ RUN ] openmp.view_copy_degenerated 1: [ OK ] openmp.view_copy_degenerated (0 ms) 1: [ RUN ] openmp.view_fill_tests_layout_right 1: [ OK ] openmp.view_fill_tests_layout_right (641 ms) 1: [ RUN ] openmp.view_fill_tests_layout_left [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test02_atomic_host_OPENACC.cpp.o 1: [ OK ] openmp.view_fill_tests_layout_left (644 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 (38 ms) 1: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 1: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (37 ms) 1: [ RUN ] openmp.view_irregular_layout 1: [ OK ] openmp.view_irregular_layout (0 ms) 1: [ RUN ] openmp.view_mapping 1: [ OK ] openmp.view_mapping (59 ms) 1: [ RUN ] openmp.view_mapping_operator 1: [ OK ] openmp.view_mapping_operator (0 ms) 1: [ RUN ] openmp.static_extent 1: [ OK ] openmp.static_extent (0 ms) 1: [ RUN ] openmp.view_mapping_atomic 1: [ OK ] openmp.view_mapping_atomic (0 ms) 1: [ RUN ] openmp.view_mapping_class_value 1: [ OK ] openmp.view_mapping_class_value (0 ms) 1: [ RUN ] openmp.view_mapping_assignable 1: [ OK ] openmp.view_mapping_assignable (0 ms) 1: [ RUN ] openmp.view_mapping_trivially_copyable 1: [ OK ] openmp.view_mapping_trivially_copyable (0 ms) 1: [ RUN ] openmp.view_mapping_subview 1: [ OK ] openmp.view_mapping_subview (0 ms) 1: [ RUN ] openmp.view_nested_view 1: [ OK ] openmp.view_nested_view (0 ms) 1: [ RUN ] openmp.view_of_views_default 1: [ OK ] openmp.view_of_views_default (0 ms) 1: [ RUN ] openmp.view_of_views_without_initializing 1: [ OK ] openmp.view_of_views_without_initializing (0 ms) 1: [ RUN ] openmp.test_view_of_views_sequential_host_init 1: [ OK ] openmp.test_view_of_views_sequential_host_init (0 ms) 1: [ RUN ] openmp.append_formatted_multidimensional_index 1: [ OK ] openmp.append_formatted_multidimensional_index (0 ms) 1: [ RUN ] openmp.view_resize 1: [ OK ] openmp.view_resize (3 ms) 1: [ RUN ] openmp.view_realloc 1: [ OK ] openmp.view_realloc (0 ms) 1: [ RUN ] openmp.workgraph_fib 1: [ OK ] openmp.workgraph_fib (587 ms) 1: [ RUN ] openmp.resize_realloc_no_init 1: [ OK ] openmp.resize_realloc_no_init (0 ms) 1: [ RUN ] openmp.resize_realloc_no_alloc 1: [ OK ] openmp.resize_realloc_no_alloc (0 ms) 1: [ RUN ] openmp.realloc_exec_space 1: [ OK ] openmp.realloc_exec_space (0 ms) 1: [ RUN ] openmp.view_alloc 1: [ OK ] openmp.view_alloc (0 ms) 1: [ RUN ] openmp.view_alloc_exec_space 1: [ OK ] openmp.view_alloc_exec_space (0 ms) 1: [ RUN ] openmp.view_alloc_int 1: [ OK ] openmp.view_alloc_int (0 ms) 1: [ RUN ] openmp.view_alloc_exec_space_int 1: [ OK ] openmp.view_alloc_exec_space_int (0 ms) 1: [ RUN ] openmp.deep_copy_zero_memset 1: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestWithoutInitializing.hpp:221: Skipped 1: skipping since the OpenMP backend doesn't use ZeroMemset 1: [ SKIPPED ] openmp.deep_copy_zero_memset (0 ms) 1: [ RUN ] openmp.resize_exec_space 1: [ OK ] openmp.resize_exec_space (0 ms) 1: [ RUN ] openmp.view_allocation_int 1: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 1: skipping since the fence checked for isn't necessary 1: [ SKIPPED ] openmp.view_allocation_int (0 ms) 1: [ RUN ] openmp.view_allocation_exec_space_int 1: [ OK ] openmp.view_allocation_exec_space_int (0 ms) 1: [ RUN ] openmp.view_not_default_constructible 1: [ OK ] openmp.view_not_default_constructible (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_left 1: [ OK ] openmp.view_subview_auto_1d_left (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_right 1: [ OK ] openmp.view_subview_auto_1d_right (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_stride 1: [ OK ] openmp.view_subview_auto_1d_stride (0 ms) 1: [ RUN ] openmp.view_subview_assign_strided 1: [ OK ] openmp.view_subview_assign_strided (0 ms) 1: [ RUN ] openmp.view_subview_left_0 1: [ OK ] openmp.view_subview_left_0 (0 ms) 1: [ RUN ] openmp.view_subview_left_1 1: [ OK ] openmp.view_subview_left_1 (0 ms) 1: [ RUN ] openmp.view_subview_left_2 1: [ OK ] openmp.view_subview_left_2 (0 ms) 1: [ RUN ] openmp.view_subview_left_3 1: [ OK ] openmp.view_subview_left_3 (0 ms) 1: [ RUN ] openmp.view_subview_right_0 1: [ OK ] openmp.view_subview_right_0 (0 ms) 1: [ RUN ] openmp.view_subview_right_1 1: [ OK ] openmp.view_subview_right_1 (0 ms) 1: [ RUN ] openmp.view_subview_right_3 1: [ OK ] openmp.view_subview_right_3 (0 ms) 1: [ RUN ] openmp.view_static_tests 1: [ OK ] openmp.view_static_tests (0 ms) 1: [ RUN ] openmp.view_subview_layoutleft_to_layoutleft 1: [ OK ] openmp.view_subview_layoutleft_to_layoutleft (0 ms) 1: [ RUN ] openmp.view_subview_layoutright_to_layoutright 1: [ OK ] openmp.view_subview_layoutright_to_layoutright (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign 1: [ OK ] openmp.view_subview_1d_assign (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign_atomic 1: [ OK ] openmp.view_subview_1d_assign_atomic (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign_randomaccess 1: [ OK ] openmp.view_subview_1d_assign_randomaccess (0 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d 1: [ OK ] openmp.view_subview_2d_from_3d (5 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_atomic 1: [ OK ] openmp.view_subview_2d_from_3d_atomic (5 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_randomaccess 1: [ OK ] openmp.view_subview_2d_from_3d_randomaccess (5 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left 1: [ OK ] openmp.view_subview_3d_from_5d_left (89 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 1: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (88 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 1: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (87 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right 1: [ OK ] openmp.view_subview_3d_from_5d_right (127 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic 1: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (129 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 42%] Built target Kokkos_CoreUnitTest_Develop [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o 1: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (127 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: [----------] 353 tests from openmp (24463 ms total) 1: 1: [----------] 17 tests from openmp_graph 1: [ RUN ] openmp_graph.submit_once 1: [ OK ] openmp_graph.submit_once (0 ms) 1: [ RUN ] openmp_graph.submit_once_rvalue 1: [ OK ] openmp_graph.submit_once_rvalue (0 ms) 1: [ RUN ] openmp_graph.instantiate_and_submit_once 1: [ OK ] openmp_graph.instantiate_and_submit_once (0 ms) 1: [ RUN ] openmp_graph.submit_onto_another_execution_space_instance 1: [ OK ] openmp_graph.submit_onto_another_execution_space_instance (0 ms) 1: [ RUN ] openmp_graph.create_graph_no_closure_with_exec 1: [ OK ] openmp_graph.create_graph_no_closure_with_exec (0 ms) 1: [ RUN ] openmp_graph.create_graph_no_arg 1: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:250: Skipped 1: Skipping since useless if the test fixture is not on the default execution space. 1: [ SKIPPED ] openmp_graph.create_graph_no_arg (0 ms) 1: [ RUN ] openmp_graph.submit_six 1: [ OK ] openmp_graph.submit_six (0 ms) 1: [ RUN ] openmp_graph.when_all_cycle 1: [ OK ] openmp_graph.when_all_cycle (0 ms) 1: [ RUN ] openmp_graph.repeat_chain 1: [ OK ] openmp_graph.repeat_chain (0 ms) 1: [ RUN ] openmp_graph.zero_work_reduce 1: [ OK ] openmp_graph.zero_work_reduce (0 ms) 1: [ RUN ] openmp_graph.empty_graph 1: [ OK ] openmp_graph.empty_graph (0 ms) 1: [ RUN ] openmp_graph.force_global_launch 1: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:444: Skipped 1: This execution space does not support global launch. 1: [ SKIPPED ] openmp_graph.force_global_launch (0 ms) 1: [ RUN ] openmp_graph.sized_functor_launch 1: [ OK ] openmp_graph.sized_functor_launch (0 ms) 1: [ RUN ] openmp_graph.empty_graph_default_host_exec 1: [ OK ] openmp_graph.empty_graph_default_host_exec (0 ms) 1: [ RUN ] openmp_graph.node_lifetime 1: [ OK ] openmp_graph.node_lifetime (0 ms) 1: [ RUN ] openmp_graph.diamond 1: [ OK ] openmp_graph.diamond (0 ms) 1: [ RUN ] openmp_graph.end_of_submit_control_flow 1: [ OK ] openmp_graph.end_of_submit_control_flow (0 ms) 1: [----------] 17 tests from openmp_graph (0 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 389 tests from 4 test suites ran. (81416 ms total) 1: [ PASSED ] 375 tests. 1: [ SKIPPED ] 14 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.graph_capture 1: [ SKIPPED ] openmp.mdspan_minimal_functional 1: [ SKIPPED ] openmp.large_parallel_for_reduce 1: [ SKIPPED ] openmp.reduction_with_large_iteration_count 1: [ SKIPPED ] openmp.deep_copy_zero_memset 1: [ SKIPPED ] openmp.view_allocation_int 1: [ SKIPPED ] openmp_graph.create_graph_no_arg 1: [ SKIPPED ] openmp_graph.force_global_launch 1/58 Test #1: Kokkos_CoreUnitTest_OpenMP ................................. Passed 81.90 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenMPInterOp 2: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessor.cpp.o 2: [ OK ] openmp.raw_openmp_interop (407 ms) 2: [----------] 1 test from openmp (407 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 1 test from 1 test suite ran. (407 ms total) 2: [ PASSED ] 1 test. 2/58 Test #2: Kokkos_CoreUnitTest_OpenMPInterOp .......................... Passed 0.45 sec test 3 Start 3: Kokkos_CoreUnitTest_HIP 3: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_HIP 3: Test timeout computed to be: 1500 3: [==========] Running 455 tests from 8 test suites. 3: [----------] Global test environment set-up. 3: [----------] 17 tests from hip_DeathTest 3: [ RUN ] hip_DeathTest.abort_from_host [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o 3: [ OK ] hip_DeathTest.abort_from_host (1762 ms) 3: [ RUN ] hip_DeathTest.abort_from_device [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o 3: [ OK ] hip_DeathTest.abort_from_device (1780 ms) 3: [ RUN ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort [ 43%] Built target Kokkos_CoreUnitTest_SYCL1B [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o 3: [ OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1777 ms) 3: [ RUN ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longlongint.cpp.o 3: [ OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1734 ms) 3: [ RUN ] hip_DeathTest.policy_invalid_bounds [ 56%] Linking CXX executable Kokkos_StackTraceTestExec [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03a_MemorySpace_malloc_OPENACC.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o 3: [ OK ] hip_DeathTest.policy_invalid_bounds (1722 ms) 3: [ RUN ] hip_DeathTest.range_policy_invalid_bounds [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 56%] Built target Kokkos_StackTraceTestExec [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 56%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs 3: [ OK ] hip_DeathTest.range_policy_invalid_bounds (3602 ms) 3: [ RUN ] hip_DeathTest.range_policy_round_trip_conversion_fires [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 56%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs 3: [ OK ] hip_DeathTest.range_policy_round_trip_conversion_fires (1795 ms) 3: [ RUN ] hip_DeathTest.range_policy_check_sign_changes [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedint.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03b_MemorySpace_free_OPENACC.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalSpecialFunctions.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o 3: [ OK ] hip_DeathTest.range_policy_check_sign_changes (3642 ms) 3: [ RUN ] hip_DeathTest.range_policy_implicitly_converted_bounds [ 57%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 58%] Built target Kokkos_CoreUnitTest_CTestDevice [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test04_ParallelFor_RangePolicy_OPENACC.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o 3: [ OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (7317 ms) 3: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_dyn 3: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_a.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test05_ParallelReduce_RangePolicy_OPENACC.cpp.o [ 43%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 43%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 43%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o 3: [ OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (12739 ms) 3: [ RUN ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 43%] Built target Kokkos_CoreUnitTest_KokkosP [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 43%] Linking CXX executable Kokkos_ProfilingAllCalls [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENACC.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test08_deep_copy_OPENACC.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedlongint.cpp.o [ 43%] Built target Kokkos_CoreUnitTest_SYCL2A [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 43%] Built target Kokkos_ProfilingAllCalls [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 43%] Linking CXX executable Kokkos_ToolsInitialization 3: [ OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (12649 ms) 3: [ RUN ] hip_DeathTest.view_memory_access_violations_from_host [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 43%] Built target Kokkos_ToolsInitialization [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_b.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test10_HierarchicalBasics_OPENACC.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Atomics.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/UnitTestMainInit.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 46%] Linking CXX executable Kokkos_StackTraceTestExec [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 46%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 46%] Built target Kokkos_StackTraceTestExec [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 46%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 46%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 46%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_subview.cpp.o [ 46%] Built target Kokkos_CoreUnitTest_CTestDevice [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test01_execspace_SYCL.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENACC.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 46%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Spaces.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test02_atomic_host_SYCL.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o 3: [ OK ] hip_DeathTest.view_memory_access_violations_from_host (33758 ms) 3: [ RUN ] hip_DeathTest.view_memory_access_violations_from_device [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicViews.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03a_MemorySpace_malloc_SYCL.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_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_CoreUnitTest_SYCL3 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 49%] 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_IncrementalTest_OPENACC.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENACC.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_BitManipulationBuiltins.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03b_MemorySpace_free_SYCL.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test04_ParallelFor_RangePolicy_SYCL.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENACC.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o 3: [ OK ] hip_DeathTest.view_memory_access_violations_from_device (34574 ms) 3: [----------] 17 tests from hip_DeathTest (118859 ms total) 3: 3: [----------] 1 test from hip_graph_DeathTest 3: [ RUN ] hip_graph_DeathTest.can_instantiate_only_once [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o 3: [ OK ] hip_graph_DeathTest.can_instantiate_only_once (4694 ms) 3: [----------] 1 test from hip_graph_DeathTest (4694 ms total) 3: 3: [----------] 1 test from hip_managed_DeathTest 3: [ RUN ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility [ 50%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1A [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o 3: [ OK ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility (3609 ms) 3: [----------] 1 test from hip_managed_DeathTest (3609 ms total) 3: 3: [----------] 333 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 (13 ms) 3: [ RUN ] hip.atomic_operations_float 3: [ OK ] hip.atomic_operations_float (10 ms) 3: [ RUN ] hip.atomic_operations_int8 3: [ OK ] hip.atomic_operations_int8 (27 ms) 3: [ RUN ] hip.atomic_operations_int16 3: [ OK ] hip.atomic_operations_int16 (26 ms) 3: [ RUN ] hip.atomic_operations_int 3: [ OK ] hip.atomic_operations_int (26 ms) 3: [ RUN ] hip.atomic_operations_long 3: [ OK ] hip.atomic_operations_long (26 ms) 3: [ RUN ] hip.atomic_operations_longlong 3: [ OK ] hip.atomic_operations_longlong (23 ms) 3: [ RUN ] hip.atomic_shared 3: [ OK ] hip.atomic_shared (5 ms) 3: [ RUN ] hip.atomic_operations_unsigned 3: [ OK ] hip.atomic_operations_unsigned (20 ms) 3: [ RUN ] hip.atomic_operations_unsignedlong 3: [ OK ] hip.atomic_operations_unsignedlong (19 ms) 3: [ RUN ] hip.atomics 3: [ OK ] hip.atomics (254 ms) 3: [ RUN ] hip.atomics_tpetra_max_abs 3: [ OK ] hip.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] hip.atomic_views_integral 3: [ OK ] hip.atomic_views_integral (22 ms) 3: [ RUN ] hip.atomic_views_nonintegral [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test05_ParallelReduce_RangePolicy_SYCL.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12a_ThreadScratch_OPENACC.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test06_ParallelFor_MDRangePolicy_SYCL.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o 3: [ OK ] hip.atomic_views_nonintegral (15347 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 (10 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 (2 ms) 3: [ RUN ] hip.complex_basic_math 3: [ OK ] hip.complex_basic_math (3 ms) 3: [ RUN ] hip.complex_special_funtions 3: [ OK ] hip.complex_special_funtions (0 ms) 3: [ RUN ] hip.complex_io 3: [ OK ] hip.complex_io (0 ms) 3: [ RUN ] hip.complex_trivially_copyable 3: [ OK ] hip.complex_trivially_copyable (0 ms) 3: [ RUN ] hip.complex_issue_3865 3: [ OK ] hip.complex_issue_3865 (0 ms) 3: [ RUN ] hip.complex_operations_arithmetic_types_overloads 3: [ OK ] hip.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] hip.complex_structured_bindings 3: [ OK ] hip.complex_structured_bindings (0 ms) 3: [ RUN ] hip.crs_count_fill 3: [ OK ] hip.crs_count_fill (4 ms) 3: [ RUN ] hip.crs_copy_constructor 3: [ OK ] hip.crs_copy_constructor (9 ms) 3: [ RUN ] hip.deep_copy_assignable_types_rank_0 3: 3: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 3: does not support page migration between device and host. 3: HIPManagedSpace might not work as expected. 3: Please refer to the ROCm documentation on unified/managed memory. 3: [ OK ] hip.deep_copy_assignable_types_rank_0 (14 ms) 3: [ RUN ] hip.deep_copy_assignable_types_rank_1 3: [ OK ] hip.deep_copy_assignable_types_rank_1 (0 ms) 3: [ RUN ] hip.deep_copy_assignable_types_rank_2 3: [ OK ] hip.deep_copy_assignable_types_rank_2 (0 ms) 3: [ RUN ] hip.deep_copy_assignable_types_rank_3 3: [ OK ] hip.deep_copy_assignable_types_rank_3 (0 ms) 3: [ RUN ] hip.deep_copy_assignable_types_rank_4 3: [ OK ] hip.deep_copy_assignable_types_rank_4 (0 ms) 3: [ RUN ] hip.deep_copy_assignable_types_rank_5 3: [ OK ] hip.deep_copy_assignable_types_rank_5 (0 ms) 3: [ RUN ] hip.deep_copy_assignable_types_rank_6 3: [ OK ] hip.deep_copy_assignable_types_rank_6 (0 ms) 3: [ RUN ] hip.deep_copy_assignable_types_rank_7 3: [ OK ] hip.deep_copy_assignable_types_rank_7 (0 ms) 3: [ RUN ] hip.deep_copy_assignable_types_rank_8 3: [ OK ] hip.deep_copy_assignable_types_rank_8 (0 ms) 3: [ RUN ] hip.deep_copy_assignable_types_rank_1_half 3: [ OK ] hip.deep_copy_assignable_types_rank_1_half (0 ms) 3: [ RUN ] hip.deep_copy_assignable_types_rank_2_half 3: [ OK ] hip.deep_copy_assignable_types_rank_2_half (0 ms) 3: [ RUN ] hip.deep_copy_assignable_types_rank_3_half 3: [ OK ] hip.deep_copy_assignable_types_rank_3_half (0 ms) 3: [ RUN ] hip.deep_copy_narrowing_rank_0 3: [ OK ] hip.deep_copy_narrowing_rank_0 (11 ms) 3: [ RUN ] hip.deep_copy_narrowing_rank_1 3: [ OK ] hip.deep_copy_narrowing_rank_1 (0 ms) 3: [ RUN ] hip.deep_copy_narrowing_rank_2 3: [ OK ] hip.deep_copy_narrowing_rank_2 (0 ms) 3: [ RUN ] hip.deep_copy_narrowing_rank_3 3: [ OK ] hip.deep_copy_narrowing_rank_3 (0 ms) 3: [ RUN ] hip.deep_copy_narrowing_rank_4 3: [ OK ] hip.deep_copy_narrowing_rank_4 (0 ms) 3: [ RUN ] hip.deep_copy_narrowing_rank_5 3: [ OK ] hip.deep_copy_narrowing_rank_5 (0 ms) 3: [ RUN ] hip.deep_copy_narrowing_rank_6 3: [ OK ] hip.deep_copy_narrowing_rank_6 (0 ms) 3: [ RUN ] hip.deep_copy_narrowing_rank_7 3: [ OK ] hip.deep_copy_narrowing_rank_7 (0 ms) 3: [ RUN ] hip.deep_copy_narrowing_rank_8 3: [ OK ] hip.deep_copy_narrowing_rank_8 (0 ms) 3: [ RUN ] hip.deep_copy_alignment 3: [ OK ] hip.deep_copy_alignment (11 ms) 3: [ RUN ] hip.deep_copy_conversion 3: [ OK ] hip.deep_copy_conversion (8 ms) 3: [ RUN ] hip.partitioning_by_args 3: [ OK ] hip.partitioning_by_args (23 ms) 3: [ RUN ] hip.partitioning_by_args_with_structured_bindings 3: [ OK ] hip.partitioning_by_args_with_structured_bindings (26 ms) 3: [ RUN ] hip.partitioning_by_vector 3: [ OK ] hip.partitioning_by_vector (27 ms) 3: [ RUN ] hip.exec_space_thread_safety_range 3: [ OK ] hip.exec_space_thread_safety_range (2133 ms) 3: [ RUN ] hip.exec_space_thread_safety_mdrange 3: [ OK ] hip.exec_space_thread_safety_mdrange (216 ms) 3: [ RUN ] hip.exec_space_thread_safety_team_policy 3: [ OK ] hip.exec_space_thread_safety_team_policy (213 ms) 3: [ RUN ] hip.exec_space_thread_safety_range_reduce 3: [ OK ] hip.exec_space_thread_safety_range_reduce (213 ms) 3: [ RUN ] hip.exec_space_thread_safety_mdrange_reduce 3: [ OK ] hip.exec_space_thread_safety_mdrange_reduce (213 ms) 3: [ RUN ] hip.exec_space_thread_safety_team_policy_reduce 3: [ OK ] hip.exec_space_thread_safety_team_policy_reduce (213 ms) 3: [ RUN ] hip.exec_space_thread_safety_range_scan 3: [ OK ] hip.exec_space_thread_safety_range_scan (213 ms) 3: [ RUN ] hip.execution_space_as_class_data_member 3: [ OK ] hip.execution_space_as_class_data_member (0 ms) 3: [ RUN ] hip.functor_analysis 3: [ OK ] hip.functor_analysis (0 ms) 3: [ RUN ] hip.when_all_type 3: [ OK ] hip.when_all_type (0 ms) 3: [ RUN ] hip.graph_capture 3: [ OK ] hip.graph_capture (26 ms) 3: [ RUN ] hip.graph_then [ 51%] 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_P.dir/TestStdAlgorithmsCommon.cpp.o 3: [ OK ] hip.graph_then (21 ms) 3: [ RUN ] hip.then_host 3: [ OK ] hip.then_host (11 ms) 3: [ RUN ] hip.mixed_then_host_device_nodes 3: [ OK ] hip.mixed_then_host_device_nodes (22 ms) 3: [ RUN ] hip.graph_then_tag 3: [ OK ] hip.graph_then_tag (16 ms) 3: [ RUN ] hip.host_shared_ptr_use_count 3: [ OK ] hip.host_shared_ptr_use_count (0 ms) 3: [ RUN ] hip.host_shared_ptr_get 3: [ OK ] hip.host_shared_ptr_get (0 ms) 3: [ RUN ] hip.host_shared_ptr_dereference_on_device 3: [ OK ] hip.host_shared_ptr_dereference_on_device (1 ms) 3: [ RUN ] hip.host_shared_ptr_special_members_on_device 3: [ OK ] hip.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] hip.host_shared_ptr_tracking 3: [ OK ] hip.host_shared_ptr_tracking (1 ms) 3: [ RUN ] hip.join_backward_compatibility 3: [ OK ] hip.join_backward_compatibility (0 ms) 3: [ RUN ] hip.local_deepcopy_teampolicy_layoutleft [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o 3: [ OK ] hip.local_deepcopy_teampolicy_layoutleft (1084 ms) 3: [ RUN ] hip.local_deepcopy_rangepolicy_layoutleft [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o 3: [ OK ] hip.local_deepcopy_rangepolicy_layoutleft (2539 ms) 3: [ RUN ] hip.local_deepcopy_teampolicy_layoutright [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I Scanning dependencies of target Kokkos_PerformanceTest_InclusiveScan [ 86%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o 3: [ OK ] hip.local_deepcopy_teampolicy_layoutright (1355 ms) 3: [ RUN ] hip.local_deepcopy_rangepolicy_layoutright [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o 3: [ OK ] hip.local_deepcopy_rangepolicy_layoutright (2009 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 (57 ms) 3: [ RUN ] hip.mathematical_functions_hyperbolic_functions 3: [ OK ] hip.mathematical_functions_hyperbolic_functions (3 ms) 3: [ RUN ] hip.mathematical_functions_non_standard 3: [ OK ] hip.mathematical_functions_non_standard (0 ms) 3: [ RUN ] hip.mathematical_functions_power_functions 3: [ OK ] hip.mathematical_functions_power_functions (64 ms) 3: [ RUN ] hip.mathematical_functions_fma 3: [ OK ] hip.mathematical_functions_fma (0 ms) 3: [ RUN ] hip.mathematical_functions_fmax_fmin 3: [ OK ] hip.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] hip.mathematical_functions_error_and_gamma_functions 3: [ OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms) 3: [ RUN ] hip.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 3: [ RUN ] hip.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms) 3: [ RUN ] hip.mathematical_functions_absolute_value 3: [ OK ] hip.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] hip.mathematical_functions_floating_point_absolute_value 3: [ OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] hip.mathematical_functions_remainder_function 3: [ OK ] hip.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] hip.mathematical_functions_isfinite 3: [ OK ] hip.mathematical_functions_isfinite (0 ms) 3: [ RUN ] hip.mathematical_functions_isinf 3: [ OK ] hip.mathematical_functions_isinf (0 ms) 3: [ RUN ] hip.mathematical_functions_isnan 3: [ OK ] hip.mathematical_functions_isnan (0 ms) 3: [ RUN ] hip.mathematical_functions_impl_half_fallback 3: [ OK ] hip.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] hip.mathematical_functions_nextafter_fp16 3: [ OK ] hip.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] hip.mathematical_functions_exponential_functions 3: [ OK ] hip.mathematical_functions_exponential_functions (15 ms) 3: [ RUN ] hip.mathspecialfunc_expint1 3: [ OK ] hip.mathspecialfunc_expint1 (12 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-8351/core/unit_test/TestMathematicalSpecialFunctions.hpp:1998: 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 (0 ms) 3: [ RUN ] hip.mathspecialfunc_cbesseli1k1 3: [ OK ] hip.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] hip.mathspecialfunc_cbesselh1stkind 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestMathematicalSpecialFunctions.hpp:2033: 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 (172 ms) 3: [ RUN ] hip.mdrange_6d 3: [ OK ] hip.mdrange_6d (475 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 (84 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 [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test08_deep_copy_SYCL.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CheckedIntegerOps.cpp.o [ 86%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12b_TeamScratch_OPENACC.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test10_HierarchicalBasics_SYCL.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 53%] Linking CXX executable Kokkos_IncrementalTest_SERIAL 3: [ OK ] hip.mdrange_parallel_reduce_primitive_types (4835 ms) 3: [ RUN ] hip.mdspan_minimal_functional 3: /var/jenkins/workspace/Kokkos_PR-8351/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 (12 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 (26 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 (63 ms) 3: [ RUN ] hip.kokkos_printf 3: [ OK ] hip.kokkos_printf (1 ms) 3: [ RUN ] hip.range_for 3: [ OK ] hip.range_for (3 ms) 3: [ RUN ] hip.range_reduce 3: [ OK ] hip.range_reduce (0 ms) 3: [ RUN ] hip.range_dynamic_policy 3: [ OK ] hip.range_dynamic_policy (0 ms) 3: [ RUN ] hip.large_parallel_for_reduce 3: [ OK ] hip.large_parallel_for_reduce (37 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 (2 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 (8 ms) 3: [ RUN ] hip.reducers_double 3: [ OK ] hip.reducers_double (7 ms) 3: [ RUN ] hip.reducers_complex_double 3: [ OK ] hip.reducers_complex_double (14 ms) 3: [ RUN ] hip.reducers_struct 3: [ OK ] hip.reducers_struct (4 ms) 3: [ RUN ] hip.reducers_half_t 3: [ OK ] hip.reducers_half_t (4 ms) 3: [ RUN ] hip.reducers_bhalf_t 3: [ OK ] hip.reducers_bhalf_t (4 ms) 3: [ RUN ] hip.reducers_int8_t 3: [ OK ] hip.reducers_int8_t (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 (25 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 3: [ OK ] hip.reduction_with_large_iteration_count (352 ms) 3: [ RUN ] hip.reduction_identity_min_max_floating_point_types 3: [ OK ] hip.reduction_identity_min_max_floating_point_types (0 ms) 3: [ RUN ] hip.reduction_deduction 3: [ OK ] hip.reduction_deduction (0 ms) 3: [ RUN ] hip.reduce_device_view_range_policy [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 86%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H Scanning dependencies of target Kokkos_UnitTest_SIMD [ 86%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 53%] Built target Kokkos_IncrementalTest_SERIAL [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyConstructors.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENACC.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q Scanning dependencies of target Kokkos_atomic [ 87%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SYCL.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SYCL.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SYCL.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyInterface.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_gather [ 87%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 87%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENACC.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 54%] Built target Kokkos_CoreUnitTest_SYCL3 [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o Scanning dependencies of target Kokkos_gups [ 87%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G Scanning dependencies of target Kokkos_launch_latency [ 87%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Complex.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENACC.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12a_ThreadScratch_SYCL.cpp.o [ 87%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 87%] Built target Kokkos_PerformanceTest_InclusiveScan Scanning dependencies of target Kokkos_stream [ 87%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o 3: [ OK ] hip.reduce_device_view_range_policy (24971 ms) 3: [ RUN ] hip.reduce_device_view_mdrange_policy [ 87%] Linking CXX executable Kokkos_atomic [ 87%] Built target Kokkos_atomic Scanning dependencies of target Kokkos_view_copy_constructor [ 87%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12b_TeamScratch_SYCL.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SYCL.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SYCL.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test14_MDRangeReduce_OPENACC.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SYCL.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test14_MDRangeReduce_SYCL.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test16_ParallelScan_SYCL.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test16_ParallelScan_OPENACC.cpp.o [ 87%] Linking CXX executable Kokkos_gups [ 87%] Built target Kokkos_gups Scanning dependencies of target Kokkos_policy_performance [ 88%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o [ 88%] Linking CXX executable Kokkos_launch_latency [ 88%] Built target Kokkos_launch_latency [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_bytes_and_flops [ 88%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 88%] Linking CXX executable Kokkos_gather [ 88%] Built target Kokkos_gather [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 88%] Linking CXX executable Kokkos_stream [ 88%] Built target Kokkos_stream [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 88%] Linking CXX executable Kokkos_view_copy_constructor [ 88%] Built target Kokkos_view_copy_constructor [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test17_CompleteAtomic_SYCL.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test17_CompleteAtomic_OPENACC.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Concepts.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o 3: [ OK ] hip.reduce_device_view_mdrange_policy (28964 ms) 3: [ RUN ] hip.reduce_device_view_team_policy [ 58%] Linking CXX executable Kokkos_IncrementalTest_SYCL [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_DeepCopy_Assignment.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 71%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 89%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 89%] Linking CXX executable Kokkos_policy_performance [ 89%] Built target Kokkos_policy_performance [ 90%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_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_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 60%] Built target 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 [ 71%] Built target Kokkos_IncrementalTest_SERIAL [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 71%] Linking CXX executable Kokkos_IncrementalTest_OPENACC [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 90%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 90%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o 3: [ OK ] hip.reduce_device_view_team_policy (23649 ms) 3: [ RUN ] hip.impl_shared_alloc 3: [ OK ] hip.impl_shared_alloc (167 ms) 3: [ RUN ] hip.kokkos_swap 3: [ OK ] hip.kokkos_swap (0 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 (81 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_broadcast_int_ptr 3: [ OK ] hip.team_broadcast_int_ptr (0 ms) 3: [ RUN ] hip.team_single_thread_int_ptr 3: [ OK ] hip.team_single_thread_int_ptr (0 ms) 3: [ RUN ] hip.team_single_team_int_ptr 3: [ OK ] hip.team_single_team_int_ptr (0 ms) 3: [ RUN ] hip.team_handle_by_value 3: [ OK ] hip.team_handle_by_value (0 ms) 3: [ RUN ] hip.team_vector 3: [ OK ] hip.team_vector (11 ms) 3: [ RUN ] hip.triple_nested_parallelism 3: [ OK ] hip.triple_nested_parallelism (5 ms) 3: [ RUN ] hip.parallel_scan_with_reducers 3: [ OK ] hip.parallel_scan_with_reducers (94 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 (40 ms) 3: [ RUN ] hip.ThreadVectorMDRangeParallelFor 3: [ OK ] hip.ThreadVectorMDRangeParallelFor (10 ms) 3: [ RUN ] hip.TeamVectorMDRangeParallelFor 3: [ OK ] hip.TeamVectorMDRangeParallelFor (11 ms) 3: [ RUN ] hip.TeamThreadMDRangeParallelReduce 3: [ OK ] hip.TeamThreadMDRangeParallelReduce (21 ms) 3: [ RUN ] hip.ThreadVectorMDRangeParallelReduce 3: [ OK ] hip.ThreadVectorMDRangeParallelReduce (7 ms) 3: [ RUN ] hip.TeamVectorMDRangeParallelReduce 3: [ OK ] hip.TeamVectorMDRangeParallelReduce (7 ms) 3: [ RUN ] hip.team_policy_runtime_parameters 3: [ OK ] hip.team_policy_runtime_parameters (0 ms) 3: [ RUN ] hip.team_reduction_scan 3: [ OK ] hip.team_reduction_scan (1958 ms) 3: [ RUN ] hip.team_long_reduce 3: [ OK ] hip.team_long_reduce (19 ms) 3: [ RUN ] hip.team_double_reduce 3: [ OK ] hip.team_double_reduce (19 ms) 3: [ RUN ] hip.team_long_array_reduce 3: [ OK ] hip.team_long_array_reduce (21 ms) 3: [ RUN ] hip.team_double_array_reduce 3: [ OK ] hip.team_double_array_reduce (21 ms) 3: [ RUN ] hip.team_parallel_dummy_with_reducer_and_scratch_space 3: [ OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 3: [ RUN ] hip.repeated_team_reduce 3: [ OK ] hip.repeated_team_reduce (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 (145 ms) 3: [ RUN ] hip.team_scan_ret_val 3: [ OK ] hip.team_scan_ret_val (129 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 (4 ms) 3: [ RUN ] hip.unique_token_global 3: [ OK ] hip.unique_token_global (31 ms) 3: [ RUN ] hip.unique_token_instance 3: [ OK ] hip.unique_token_instance (29 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 (5 ms) 3: [ RUN ] hip.view_layout_left_with_stride 3: [ OK ] hip.view_layout_left_with_stride (0 ms) 3: [ RUN ] hip.view_layout_right_with_stride 3: [ OK ] hip.view_layout_right_with_stride (0 ms) 3: [ RUN ] hip.view_api_b 3: [ OK ] hip.view_api_b (8 ms) 3: [ RUN ] hip.view_api_c 3: [ OK ] hip.view_api_c (1 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 (0 ms) 3: [ RUN ] hip.view_bad_alloc 3: /var/jenkins/workspace/Kokkos_PR-8351/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 (6 ms) 3: [ RUN ] hip.view_copy_tests_rank_0 3: [ OK ] hip.view_copy_tests_rank_0 (2 ms) 3: [ RUN ] hip.view_copy_degenerated 3: [ OK ] hip.view_copy_degenerated (0 ms) 3: [ RUN ] hip.view_fill_tests_layout_right 3: [ OK ] hip.view_fill_tests_layout_right (81 ms) 3: [ RUN ] hip.view_fill_tests_layout_left 3: [ OK ] hip.view_fill_tests_layout_left (62 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 (46 ms) 3: [ RUN ] hip.view_layoutstride_right_to_layoutright_assignment 3: [ OK ] hip.view_layoutstride_right_to_layoutright_assignment (50 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 (56 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 (1 ms) 3: [ RUN ] hip.view_mapping_class_value 3: [ OK ] hip.view_mapping_class_value (0 ms) 3: [ RUN ] hip.view_mapping_assignable 3: [ OK ] hip.view_mapping_assignable (0 ms) 3: [ RUN ] hip.view_mapping_trivially_copyable 3: [ OK ] hip.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] hip.view_mapping_subview 3: [ OK ] hip.view_mapping_subview (1 ms) 3: [ RUN ] hip.view_nested_view 3: [ OK ] hip.view_nested_view (1 ms) 3: [ RUN ] hip.view_of_views_default 3: [ OK ] hip.view_of_views_default (0 ms) 3: [ RUN ] hip.view_of_views_without_initializing 3: [ OK ] hip.view_of_views_without_initializing (0 ms) 3: [ RUN ] hip.test_view_of_views_sequential_host_init 3: [ OK ] hip.test_view_of_views_sequential_host_init (0 ms) 3: [ RUN ] hip.append_formatted_multidimensional_index 3: [ OK ] hip.append_formatted_multidimensional_index (0 ms) 3: [ RUN ] hip.view_resize 3: [ OK ] hip.view_resize (18 ms) 3: [ RUN ] hip.view_realloc 3: [ OK ] hip.view_realloc (1 ms) 3: [ RUN ] hip.workgraph_fib [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 72%] Built target Kokkos_IncrementalTest_OPENACC [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 60%] Built target Kokkos_IncrementalTest_SYCL [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o 3: [ OK ] hip.workgraph_fib (3020 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 (4 ms) 3: [ RUN ] hip.space_access 3: [ OK ] hip.space_access (0 ms) 3: [ RUN ] hip.impl_view_accessible 3: [ OK ] hip.impl_view_accessible (3 ms) 3: [ RUN ] hip.memory_requirements 3: [ OK ] hip.memory_requirements (0 ms) 3: [ RUN ] hip.team_scratch_1_streams [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.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 [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 91%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 91%] Built target Kokkos_CoreUnitTest_Serial1 [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 92%] Linking CXX executable Kokkos_UnitTest_SIMD [ 92%] Built target Kokkos_UnitTest_SIMD [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o [ 93%] Linking CXX executable Kokkos_bytes_and_flops [ 93%] Built target Kokkos_bytes_and_flops [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.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 [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o [ 65%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp 3: [ OK ] hip.team_scratch_1_streams (51735 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-8351/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: [----------] 333 tests from hip (168769 ms total) 3: 3: [----------] 17 tests from hip_graph 3: [ RUN ] hip_graph.submit_once 3: [ OK ] hip_graph.submit_once (11 ms) 3: [ RUN ] hip_graph.submit_once_rvalue 3: [ OK ] hip_graph.submit_once_rvalue (11 ms) 3: [ RUN ] hip_graph.instantiate_and_submit_once 3: [ OK ] hip_graph.instantiate_and_submit_once (11 ms) 3: [ RUN ] hip_graph.submit_onto_another_execution_space_instance 3: [ OK ] hip_graph.submit_onto_another_execution_space_instance (13 ms) 3: [ RUN ] hip_graph.create_graph_no_closure_with_exec 3: [ OK ] hip_graph.create_graph_no_closure_with_exec (11 ms) 3: [ RUN ] hip_graph.create_graph_no_arg 3: [ OK ] hip_graph.create_graph_no_arg (11 ms) 3: [ RUN ] hip_graph.submit_six 3: [ OK ] hip_graph.submit_six (15 ms) 3: [ RUN ] hip_graph.when_all_cycle 3: [ OK ] hip_graph.when_all_cycle (11 ms) 3: [ RUN ] hip_graph.repeat_chain 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:338: Skipped 3: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 3: [ SKIPPED ] hip_graph.repeat_chain (0 ms) 3: [ RUN ] hip_graph.zero_work_reduce 3: [ OK ] hip_graph.zero_work_reduce (11 ms) 3: [ RUN ] hip_graph.empty_graph 3: [ OK ] hip_graph.empty_graph (12 ms) 3: [ RUN ] hip_graph.force_global_launch 3: [ OK ] hip_graph.force_global_launch (12 ms) 3: [ RUN ] hip_graph.sized_functor_launch 3: [ OK ] hip_graph.sized_functor_launch (34 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 (11 ms) 3: [ RUN ] hip_graph.diamond 3: [ OK ] hip_graph.diamond (15 ms) 3: [ RUN ] hip_graph.end_of_submit_control_flow 3: [ OK ] hip_graph.end_of_submit_control_flow (14 ms) 3: [----------] 17 tests from hip_graph (209 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 (1 ms) 3: [ RUN ] hip_managed.view_subview_assign_strided 3: [ OK ] hip_managed.view_subview_assign_strided (1 ms) 3: [ RUN ] hip_managed.view_subview_left_0 3: [ OK ] hip_managed.view_subview_left_0 (0 ms) 3: [ RUN ] hip_managed.view_subview_left_1 3: [ OK ] hip_managed.view_subview_left_1 (0 ms) 3: [ RUN ] hip_managed.view_subview_left_2 3: [ OK ] hip_managed.view_subview_left_2 (0 ms) 3: [ RUN ] hip_managed.view_subview_left_3 3: [ OK ] hip_managed.view_subview_left_3 (0 ms) 3: [ RUN ] hip_managed.view_subview_right_0 3: [ OK ] hip_managed.view_subview_right_0 (0 ms) 3: [ RUN ] hip_managed.view_subview_right_1 3: [ OK ] hip_managed.view_subview_right_1 (0 ms) 3: [ RUN ] hip_managed.view_subview_right_3 3: [ OK ] hip_managed.view_subview_right_3 (0 ms) 3: [ RUN ] hip_managed.view_static_tests 3: [ OK ] hip_managed.view_static_tests (0 ms) 3: [ RUN ] hip_managed.view_subview_layoutleft_to_layoutleft 3: [ OK ] hip_managed.view_subview_layoutleft_to_layoutleft (3 ms) 3: [ RUN ] hip_managed.view_subview_layoutright_to_layoutright 3: [ OK ] hip_managed.view_subview_layoutright_to_layoutright (1 ms) 3: [ RUN ] hip_managed.view_subview_1d_assign 3: [ OK ] hip_managed.view_subview_1d_assign (4 ms) 3: [ RUN ] hip_managed.view_subview_1d_assign_atomic 3: [ OK ] hip_managed.view_subview_1d_assign_atomic (4 ms) 3: [ RUN ] hip_managed.view_subview_1d_assign_randomaccess 3: [ OK ] hip_managed.view_subview_1d_assign_randomaccess (3 ms) 3: [ RUN ] hip_managed.view_subview_2d_from_3d 3: [ OK ] hip_managed.view_subview_2d_from_3d (54 ms) 3: [ RUN ] hip_managed.view_subview_2d_from_3d_atomic 3: [ OK ] hip_managed.view_subview_2d_from_3d_atomic (53 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 (183 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_left_atomic 3: [ OK ] hip_managed.view_subview_3d_from_5d_left_atomic (200 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_left_randomaccess 3: [ OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (186 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_right 3: [ OK ] hip_managed.view_subview_3d_from_5d_right (204 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_right_atomic 3: [ OK ] hip_managed.view_subview_3d_from_5d_right_atomic (196 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_right_randomaccess 3: [ OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (192 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 (375 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 (16 ms) 3: [ RUN ] hip_managed.view_api_c 3: [ OK ] hip_managed.view_api_c (1 ms) 3: [ RUN ] hip_managed.view_api_d 3: [ OK ] hip_managed.view_api_d (4 ms) 3: [ RUN ] hip_managed.view_remap 3: [ OK ] hip_managed.view_remap (1 ms) 3: [ RUN ] hip_managed.view_mirror_nonconst 3: [ OK ] hip_managed.view_mirror_nonconst (0 ms) 3: [ RUN ] hip_managed.view_stride_method 3: [ OK ] hip_managed.view_stride_method (0 ms) 3: [ RUN ] hip_managed.anonymous_space 3: [ OK ] hip_managed.anonymous_space (0 ms) 3: [ RUN ] hip_managed.view_overload_resolution 3: [ OK ] hip_managed.view_overload_resolution (0 ms) 3: [ RUN ] hip_managed.view_allocation_large_rank 3: [ OK ] hip_managed.view_allocation_large_rank (1737 ms) 3: [ RUN ] hip_managed.view_shmem_size_on_device 3: [ OK ] hip_managed.view_shmem_size_on_device (12 ms) 3: [ RUN ] hip_managed.view_is_assignable 3: [ OK ] hip_managed.view_is_assignable (3 ms) 3: [ RUN ] hip_managed.view_copy_tests 3: [ OK ] hip_managed.view_copy_tests (28 ms) 3: [ RUN ] hip_managed.view_copy_tests_rank_0 3: [ OK ] hip_managed.view_copy_tests_rank_0 (4 ms) 3: [ RUN ] hip_managed.view_copy_degenerated 3: [ OK ] hip_managed.view_copy_degenerated (0 ms) 3: [ RUN ] hip_managed.view_fill_tests_layout_right [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o 3: [ OK ] hip_managed.view_fill_tests_layout_right (2022 ms) 3: [ RUN ] hip_managed.view_fill_tests_layout_left [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o 3: [ OK ] hip_managed.view_fill_tests_layout_left (1060 ms) 3: [ RUN ] hip_managed.view_mapping 3: [ OK ] hip_managed.view_mapping (60 ms) 3: [ RUN ] hip_managed.view_mapping_operator 3: [ OK ] hip_managed.view_mapping_operator (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 (1 ms) 3: [ RUN ] hip_managed.view_mapping_class_value 3: [ OK ] hip_managed.view_mapping_class_value (0 ms) 3: [ RUN ] hip_managed.view_mapping_assignable 3: [ OK ] hip_managed.view_mapping_assignable (0 ms) 3: [ RUN ] hip_managed.view_mapping_trivially_copyable 3: [ OK ] hip_managed.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] hip_managed.view_mapping_subview 3: [ OK ] hip_managed.view_mapping_subview (1 ms) 3: [----------] 56 tests from hip_managed (6715 ms total) 3: 3: [----------] 28 tests from hip_hostpinned 3: [ RUN ] hip_hostpinned.impl_shared_alloc 3: [ OK ] hip_hostpinned.impl_shared_alloc (230 ms) 3: [ RUN ] hip_hostpinned.view_api_a 3: [ OK ] hip_hostpinned.view_api_a (7 ms) 3: [ RUN ] hip_hostpinned.view_layout_left_with_stride [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp 3: [ OK ] hip_hostpinned.view_layout_left_with_stride (0 ms) 3: [ RUN ] hip_hostpinned.view_layout_right_with_stride 3: [ OK ] hip_hostpinned.view_layout_right_with_stride (0 ms) 3: [ RUN ] hip_hostpinned.view_api_b 3: [ OK ] hip_hostpinned.view_api_b (7 ms) 3: [ RUN ] hip_hostpinned.view_api_c 3: [ OK ] hip_hostpinned.view_api_c (0 ms) 3: [ RUN ] hip_hostpinned.view_api_d 3: [ OK ] hip_hostpinned.view_api_d (2 ms) 3: [ RUN ] hip_hostpinned.view_remap 3: [ OK ] hip_hostpinned.view_remap (0 ms) 3: [ RUN ] hip_hostpinned.view_mirror_nonconst 3: [ OK ] hip_hostpinned.view_mirror_nonconst (0 ms) 3: [ RUN ] hip_hostpinned.view_stride_method 3: [ OK ] hip_hostpinned.view_stride_method (0 ms) 3: [ RUN ] hip_hostpinned.anonymous_space 3: [ OK ] hip_hostpinned.anonymous_space (0 ms) 3: [ RUN ] hip_hostpinned.view_overload_resolution 3: [ OK ] hip_hostpinned.view_overload_resolution (0 ms) 3: [ RUN ] hip_hostpinned.view_allocation_large_rank [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o 3: [ OK ] hip_hostpinned.view_allocation_large_rank (1525 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 (5 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 [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp 3: [ OK ] hip_hostpinned.view_fill_tests_layout_right (840 ms) 3: [ RUN ] hip_hostpinned.view_fill_tests_layout_left [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o 3: [ OK ] hip_hostpinned.view_fill_tests_layout_left (872 ms) 3: [ RUN ] hip_hostpinned.view_mapping 3: [ OK ] hip_hostpinned.view_mapping (59 ms) 3: [ RUN ] hip_hostpinned.view_mapping_operator 3: [ OK ] hip_hostpinned.view_mapping_operator (1 ms) 3: [ RUN ] hip_hostpinned.static_extent 3: [ OK ] hip_hostpinned.static_extent (0 ms) 3: [ RUN ] hip_hostpinned.view_mapping_atomic 3: [ OK ] hip_hostpinned.view_mapping_atomic (0 ms) 3: [ RUN ] hip_hostpinned.view_mapping_class_value 3: [ OK ] hip_hostpinned.view_mapping_class_value (0 ms) 3: [ RUN ] hip_hostpinned.view_mapping_assignable 3: [ OK ] hip_hostpinned.view_mapping_assignable (0 ms) 3: [ RUN ] hip_hostpinned.view_mapping_trivially_copyable 3: [ OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] hip_hostpinned.view_mapping_subview 3: [ OK ] hip_hostpinned.view_mapping_subview (0 ms) 3: [----------] 28 tests from hip_hostpinned (3559 ms total) 3: 3: [----------] 2 tests from hip_constant_memory 3: [ RUN ] hip_constant_memory.many_streams_per_device 3: [ OK ] hip_constant_memory.many_streams_per_device (96 ms) 3: [ RUN ] hip_constant_memory.one_stream_per_device 3: [ OK ] hip_constant_memory.one_stream_per_device (82 ms) 3: [----------] 2 tests from hip_constant_memory (179 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 455 tests from 8 test suites ran. (306597 ms total) 3: [ PASSED ] 445 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/58 Test #3: Kokkos_CoreUnitTest_HIP .................................... Passed 307.26 sec test 4 Start 4: Kokkos_CoreUnitTest_HIPGraphAtomicLocks 4: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (14 ms) 4: [----------] 1 test from hip (14 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 1 test from 1 test suite ran. (14 ms total) 4: [ PASSED ] 1 test. 4/58 Test #4: Kokkos_CoreUnitTest_HIPGraphAtomicLocks .................... Passed 0.46 sec test 5 Start 5: Kokkos_CoreUnitTest_HIPInterOpInit 5: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o 5: [ OK ] hip.raw_hip_interop (394 ms) 5: [----------] 1 test from hip (394 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 1 test from 1 test suite ran. (394 ms total) 5: [ PASSED ] 1 test. 5/58 Test #5: Kokkos_CoreUnitTest_HIPInterOpInit ......................... Passed 0.44 sec test 6 Start 6: Kokkos_CoreUnitTest_HIPInterOpStreams 6: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o 6: [ OK ] hip.raw_hip_streams (401 ms) 6: [----------] 1 test from hip (401 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (401 ms total) 6: [ PASSED ] 1 test. 6/58 Test #6: Kokkos_CoreUnitTest_HIPInterOpStreams ...................... Passed 0.44 sec test 7 Start 7: Kokkos_CoreUnitTest_HIPInterOpGraph 7: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (11 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 (11 ms) 7: [----------] 3 tests from hip (40 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 3 tests from 1 test suite ran. (40 ms total) 7: [ PASSED ] 3 tests. 7/58 Test #7: Kokkos_CoreUnitTest_HIPInterOpGraph ........................ Passed 0.46 sec test 8 Start 8: Kokkos_CoreUnitTest_Default 8: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Default 8: Test timeout computed to be: 1500 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 (1 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-8351/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 (5 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 (7 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_b1 8: [ OK ] defaultdevicetype.reduce_instantiation_b1 (17 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_c1 8: [ OK ] defaultdevicetype.reduce_instantiation_c1 (7 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_a2 8: [ OK ] defaultdevicetype.reduce_instantiation_a2 (12 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_b2 8: [ OK ] defaultdevicetype.reduce_instantiation_b2 (24 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_c2 8: [ OK ] defaultdevicetype.reduce_instantiation_c2 (10 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_a3 8: [ OK ] defaultdevicetype.reduce_instantiation_a3 (15 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_b3 8: [ OK ] defaultdevicetype.reduce_instantiation_b3 (31 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_c3 8: [ OK ] defaultdevicetype.reduce_instantiation_c3 (15 ms) 8: [----------] 19 tests from defaultdevicetype (154 ms total) 8: 8: [----------] 1 test from kokkosresize 8: [ RUN ] kokkosresize.host_space_access 8: [ OK ] kokkosresize.host_space_access (24 ms) 8: [----------] 1 test from kokkosresize (24 ms total) 8: 8: [----------] 1 test from TestViewAPI/0, where TypeParam = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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. (181 ms total) 8: [ PASSED ] 58 tests. 8: [ SKIPPED ] 1 test, listed below: 8: [ SKIPPED ] defaultdevicetype.shared_space 8/58 Test #8: Kokkos_CoreUnitTest_Default ................................ Passed 0.64 sec test 9 Start 9: Kokkos_CoreUnitTest_InitializeFinalize 9: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 9: Test timeout computed to be: 1500 9: [==========] Running 30 tests from 7 test suites. 9: [----------] Global test environment set-up. 9: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 9: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 9: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (879 ms) 9: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 65%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 65%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 65%] Built target Kokkos_PerformanceTest_TaskDag [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.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 9: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (4456 ms) 9: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o [ 66%] Built target Kokkos_PerformanceTest_SharedSpace [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o 9: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (7147 ms) 9: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (12484 ms total) 9: 9: [----------] 4 tests from InitializeFinalize_DeathTest 9: [ RUN ] InitializeFinalize_DeathTest.initialize [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o 9: [ OK ] InitializeFinalize_DeathTest.initialize (3540 ms) 9: [ RUN ] InitializeFinalize_DeathTest.finalize [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o 9: [ OK ] InitializeFinalize_DeathTest.finalize (2478 ms) 9: [ RUN ] InitializeFinalize_DeathTest.is_initialized [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o 9: [ OK ] InitializeFinalize_DeathTest.is_initialized (444 ms) 9: [ RUN ] InitializeFinalize_DeathTest.is_finalized 9: [ OK ] InitializeFinalize_DeathTest.is_finalized (436 ms) 9: [----------] 4 tests from InitializeFinalize_DeathTest (6900 ms total) 9: 9: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 9: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 9: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (18 ms) 9: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (18 ms total) 9: 9: [----------] 1 test from Legion_DeathTest 9: [ RUN ] Legion_DeathTest.individual_backend_initialization [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o 9: [ OK ] Legion_DeathTest.individual_backend_initialization (423 ms) 9: [----------] 1 test from Legion_DeathTest (423 ms total) 9: 9: [----------] 2 tests from PushFinalizeHook_DeathTest 9: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 9: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (427 ms) 9: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 9: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1657 ms) 9: [----------] 2 tests from PushFinalizeHook_DeathTest (2085 ms total) 9: 9: [----------] 6 tests from ScopeGuard_DeathTest 9: [ RUN ] ScopeGuard_DeathTest.create 9: [ OK ] ScopeGuard_DeathTest.create (427 ms) 9: [ RUN ] ScopeGuard_DeathTest.create_argument 9: [ OK ] ScopeGuard_DeathTest.create_argument (426 ms) 9: [ RUN ] ScopeGuard_DeathTest.create_while_initialize [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o 9: [ OK ] ScopeGuard_DeathTest.create_while_initialize (1619 ms) 9: [ RUN ] ScopeGuard_DeathTest.create_after_initialize [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o 9: [ OK ] ScopeGuard_DeathTest.create_after_initialize (1623 ms) 9: [ RUN ] ScopeGuard_DeathTest.create_after_finalize [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o 9: [ OK ] ScopeGuard_DeathTest.create_after_finalize (1498 ms) 9: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o 9: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (1450 ms) 9: [----------] 6 tests from ScopeGuard_DeathTest (7044 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 (0 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 (1 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 30 tests from 7 test suites ran. (28957 ms total) 9: [ PASSED ] 30 tests. 9/58 Test #9: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 28.98 sec test 10 Start 10: Kokkos_CoreUnitTest_Develop 10: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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/58 Test #10: Kokkos_CoreUnitTest_Develop ................................ Passed 0.44 sec test 11 Start 11: Kokkos_CoreUnitTest_KokkosP 11: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 11: Test timeout computed to be: 1500 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 (4 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 (11 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 31 tests from 1 test suite ran. (11 ms total) 11: [ PASSED ] 31 tests. 11/58 Test #11: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.45 sec test 12 Start 12: Kokkos_CoreUnitTest_ToolIndependence 12: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 12: Test timeout computed to be: 1500 12/58 Test #12: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.02 sec test 13 Start 13: Kokkos_ProfilingTestLibraryLoadHelp 13: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 13: Environment variables: 13: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/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(). [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o 13: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 13/58 Test #13: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.45 sec test 14 Start 14: Kokkos_ProfilingTestLibraryCmdLineHelp 14: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so" 14: Test timeout computed to be: 1500 [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o 14: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 14/58 Test #14: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.44 sec test 15 Start 15: Kokkos_ProfilingTestLibraryLoad 15: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 15: Environment variables: 15: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so 15: Test timeout computed to be: 1500 15: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 15: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device: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.7.99::kokkosp_allocate_data:Host:source:0x176f300:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x176f580:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x176f680:Host:source:0x176f400: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:0x176f580:40::kokkosp_deallocate_data:Host:source:0x176f300:40::kokkosp_finalize_library:: 15/58 Test #15: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.45 sec test 16 Start 16: Kokkos_ProfilingTestLibraryCmdLine 16: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so" 16: Test timeout computed to be: 1500 [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.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.7.99::kokkosp_allocate_data:Host:source:0x1ca09c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1ca0c40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1ca0d40:Host:source:0x1ca0ac0: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:0x1ca0c40:40::kokkosp_deallocate_data:Host:source:0x1ca09c0:40::kokkosp_finalize_library:: 16/58 Test #16: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.46 sec test 17 Start 17: Kokkos_CoreUnitTest_StackTraceTest 17: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x43cb40] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3d18db] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x3ce211] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdb) [0x3cdceb] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x407ab6] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3e0008] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x44f) [0x3e182f] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x3e2101] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x71c) [0x3f26fc] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x408876] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3f1fac] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3cf580] 17: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f0d1bd05083] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3cdb3e] 17: 17: demangled test_f1: 17: [0x43cb40] Kokkos::Impl::save_stacktrace() 17: [0x3d18db] Test::stacktrace_test_f1(std::ostream&) 17: [0x3ce211] Test::test_stacktrace(bool, bool) 17: [0x3cdceb] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 17: [0x407ab6] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x3e0008] testing::Test::Run() 17: [0x3e182f] testing::TestInfo::Run() 17: [0x3e2101] testing::TestSuite::Run() 17: [0x3f26fc] testing::internal::UnitTestImpl::RunAllTests() 17: [0x408876] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x3f1fac] testing::UnitTest::Run() 17: [0x3cf580] main 17: [0x7f0d1bd05083] __libc_start_main 17: [0x3cdb3e] _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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x43cb40] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3d18db] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3d1db6] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x9f3) [0x3cebe3] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdb) [0x3cdceb] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x407ab6] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3e0008] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x44f) [0x3e182f] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x3e2101] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x71c) [0x3f26fc] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x408876] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3f1fac] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3cf580] 17: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f0d1bd05083] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3cdb3e] 17: 17: demangled test_f3: 17: [0x43cb40] Kokkos::Impl::save_stacktrace() 17: [0x3d18db] Test::stacktrace_test_f1(std::ostream&) 17: [0x3d1db6] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x3cebe3] Test::test_stacktrace(bool, bool) 17: [0x3cdceb] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 17: [0x407ab6] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x3e0008] testing::Test::Run() 17: [0x3e182f] testing::TestInfo::Run() 17: [0x3e2101] testing::TestSuite::Run() 17: [0x3f26fc] testing::internal::UnitTestImpl::RunAllTests() 17: [0x408876] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x3f1fac] testing::UnitTest::Run() 17: [0x3cf580] main 17: [0x7f0d1bd05083] __libc_start_main 17: [0x3cdb3e] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace 17: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1739 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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x43cb40] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3d18db] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x3ce211] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd8) [0x3cdfb8] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x407ab6] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3e0008] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x44f) [0x3e182f] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x3e2101] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x71c) [0x3f26fc] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x408876] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3f1fac] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3cf580] 17: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f0e3a25b083] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3cdb3e] 17: 17: demangled test_f1: 17: [0x43cb40] Kokkos::Impl::save_stacktrace() 17: [0x3d18db] Test::stacktrace_test_f1(std::ostream&) 17: [0x3ce211] Test::test_stacktrace(bool, bool) 17: [0x3cdfb8] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 17: [0x407ab6] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x3e0008] testing::Test::Run() 17: [0x3e182f] testing::TestInfo::Run() 17: [0x3e2101] testing::TestSuite::Run() 17: [0x3f26fc] testing::internal::UnitTestImpl::RunAllTests() 17: [0x408876] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x3f1fac] testing::UnitTest::Run() 17: [0x3cf580] main 17: [0x7f0e3a25b083] __libc_start_main 17: [0x3cdb3e] _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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x43cb40] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3d18db] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3d1db6] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x9f3) [0x3cebe3] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd8) [0x3cdfb8] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x407ab6] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3e0008] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x44f) [0x3e182f] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x3e2101] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x71c) [0x3f26fc] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x408876] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3f1fac] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3cf580] 17: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f0e3a25b083] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3cdb3e] 17: 17: demangled test_f3: 17: [0x43cb40] Kokkos::Impl::save_stacktrace() 17: [0x3d18db] Test::stacktrace_test_f1(std::ostream&) 17: [0x3d1db6] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x3cebe3] Test::test_stacktrace(bool, bool) 17: [0x3cdfb8] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 17: [0x407ab6] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x3e0008] testing::Test::Run() 17: [0x3e182f] testing::TestInfo::Run() 17: [0x3e2101] testing::TestSuite::Run() 17: [0x3f26fc] testing::internal::UnitTestImpl::RunAllTests() 17: [0x408876] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x3f1fac] testing::UnitTest::Run() 17: [0x3cf580] main 17: [0x7f0e3a25b083] __libc_start_main 17: [0x3cdb3e] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 67%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax 17: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1728 ms) 17: [----------] 2 tests from defaultdevicetype_DeathTest (3467 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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x43cb40] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3d18db] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x3ce211] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x407ab6] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3e0008] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x44f) [0x3e182f] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x3e2101] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x71c) [0x3f26fc] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x408876] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3f1fac] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3cf580] 17: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f143307e083] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3cdb3e] 17: 17: demangled test_f1: 17: [0x43cb40] Kokkos::Impl::save_stacktrace() 17: [0x3d18db] Test::stacktrace_test_f1(std::ostream&) 17: [0x3ce211] Test::test_stacktrace(bool, bool) 17: [0x407ab6] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x3e0008] testing::Test::Run() 17: [0x3e182f] testing::TestInfo::Run() 17: [0x3e2101] testing::TestSuite::Run() 17: [0x3f26fc] testing::internal::UnitTestImpl::RunAllTests() 17: [0x408876] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x3f1fac] testing::UnitTest::Run() 17: [0x3cf580] main 17: [0x7f143307e083] __libc_start_main 17: [0x3cdb3e] _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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x43cb40] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3d18db] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3d1db6] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x9f3) [0x3cebe3] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x407ab6] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3e0008] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x44f) [0x3e182f] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x3e2101] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x71c) [0x3f26fc] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x408876] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3f1fac] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3cf580] 17: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f143307e083] 17: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3cdb3e] 17: 17: demangled test_f3: 17: [0x43cb40] Kokkos::Impl::save_stacktrace() 17: [0x3d18db] Test::stacktrace_test_f1(std::ostream&) 17: [0x3d1db6] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x3cebe3] Test::test_stacktrace(bool, bool) 17: [0x407ab6] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x3e0008] testing::Test::Run() 17: [0x3e182f] testing::TestInfo::Run() 17: [0x3e2101] testing::TestSuite::Run() 17: [0x3f26fc] testing::internal::UnitTestImpl::RunAllTests() 17: [0x408876] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x3f1fac] testing::UnitTest::Run() 17: [0x3cf580] main 17: [0x7f143307e083] __libc_start_main 17: [0x3cdb3e] _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. (3468 ms total) 17: [ PASSED ] 3 tests. 17/58 Test #17: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 3.90 sec test 18 Start 18: Kokkos_IncrementalTest_OPENMP 18: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 18: Test timeout computed to be: 1500 18: [==========] Running 28 tests from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 28 tests from 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 (54 ms) 18: [ RUN ] OPENMP.IncrTest_04_simple_parallelFor 18: [ OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms) 18: [ RUN ] OPENMP.IncrTest_04_RangePolicy_parallelFor 18: [ OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms) 18: [ RUN ] OPENMP.IncrTest_05_reduction 18: [ OK ] OPENMP.IncrTest_05_reduction (4 ms) 18: [ RUN ] OPENMP.IncrTest_06_mdrange2D 18: [ OK ] OPENMP.IncrTest_06_mdrange2D (0 ms) 18: [ RUN ] OPENMP.IncrTest_06_mdrange3D 18: [ OK ] OPENMP.IncrTest_06_mdrange3D (0 ms) 18: [ RUN ] OPENMP.IncrTest_06_mdrange4D 18: [ OK ] OPENMP.IncrTest_06_mdrange4D (0 ms) 18: [ RUN ] OPENMP.IncrTest_08_deep_copy_2D 18: [ OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms) 18: [ RUN ] OPENMP.IncrTest_08_deep_copy_3D 18: [ OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms) 18: [ RUN ] OPENMP.IncrTest_08_deep_copy_4D 18: [ OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms) 18: [ RUN ] OPENMP.IncrTest_10_Hierarchical_Basics 18: [ OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms) 18: [ RUN ] OPENMP.IncrTest_11a_Hierarchical_ForLoop 18: [ OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (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 (47 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 (108 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 28 tests from 1 test suite ran. (108 ms total) 18: [ PASSED ] 28 tests. 18/58 Test #18: Kokkos_IncrementalTest_OPENMP .............................. Passed 0.55 sec test 19 Start 19: Kokkos_IncrementalTest_HIP 19: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (1 ms) 19: [ RUN ] HIP.IncrTest_03b_memspace_free [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o [ 67%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch 19: [ OK ] HIP.IncrTest_03b_memspace_free (3296 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 (1 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 (270 ms) 19: [ RUN ] HIP.IncrTest_12a_ThreadScratch 19: [ OK ] HIP.IncrTest_12a_ThreadScratch (18 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 (1 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 (2 ms) 19: [ RUN ] HIP.incr_17_atomicView 19: [ OK ] HIP.incr_17_atomicView (0 ms) 19: [----------] 28 tests from HIP (3612 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 28 tests from 1 test suite ran. (3612 ms total) 19: [ PASSED ] 28 tests. 19/58 Test #19: Kokkos_IncrementalTest_HIP ................................. Passed 4.07 sec test 20 Start 20: Kokkos_CoreUnitTest_CTestDevice 20: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o 20: [ OK ] ctest_environment_DeathTest.invalid_rank (634 ms) 20: [ RUN ] ctest_environment_DeathTest.no_type_str 20: [ OK ] ctest_environment_DeathTest.no_type_str (609 ms) 20: [ RUN ] ctest_environment_DeathTest.missing_type [ 67%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o 20: [ OK ] ctest_environment_DeathTest.missing_type (1278 ms) 20: [ RUN ] ctest_environment_DeathTest.no_id_str 20: [ OK ] ctest_environment_DeathTest.no_id_str (637 ms) 20: [ RUN ] ctest_environment_DeathTest.invalid_id_str [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o 20: [ OK ] ctest_environment_DeathTest.invalid_id_str (1288 ms) 20: [----------] 5 tests from ctest_environment_DeathTest (4447 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. (4448 ms total) 20: [ PASSED ] 8 tests. 20/58 Test #20: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 4.47 sec test 21 Start 21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 21: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 21: Test timeout computed to be: 1500 21/58 Test #21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.02 sec test 22 Start 22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 22: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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/58 Test #22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.02 sec test 23 Start 23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 23: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 23: Test timeout computed to be: 1500 23/58 Test #23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.02 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 24: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 24: Environment variables: 24: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 24: Test timeout computed to be: 1500 24/58 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-8351/build/core/unit_test/TestDeviceAndThreads.py" "-v" 25: Test timeout computed to be: 1500 25: test_device_id (__main__.KokkosInitializationTestCase) ... ok 25: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 25: test_num_devices (__main__.KokkosInitializationTestCase) ... ok [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.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 [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o 25: test_num_threads (__main__.KokkosInitializationTestCase) ... ok [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o 25: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 25: 25: ---------------------------------------------------------------------- 25: Ran 5 tests in 8.312s 25: 25: OK 25/58 Test #25: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 8.38 sec test 26 Start 26: Kokkos_PerformanceTest_TaskDag 26: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 26: Test timeout computed to be: 1500 26/58 Test #26: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.02 sec test 27 Start 27: Kokkos_PerformanceTest_Benchmark 27: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-08-22_T19-33-56.json" 27: Test timeout computed to be: 1500 27: 2025-08-22T19:55:16+00:00 27: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 27: Run on (255 X 3099.32 MHz CPU s) 27: CPU Caches: 27: L1 Data 32 KiB (x127) 27: L1 Instruction 32 KiB (x127) 27: L2 Unified 512 KiB (x127) 27: L3 Unified 32768 KiB (x15) 27: Load Average: 21.88, 23.71, 20.83 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.7.99 27: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 27: Shared Memory per Block: 64 KiB 27: Supports Managed Memory: 1 27: System allows accessing system allocated memory on GPU: 0 27: Total Global Memory: 31.98 GiB 27: Wavefront Size: 64 27: XNACK environment variable set: no 27: macro HIP_VERSION: 50322062 = version 5.3.22062 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<double>/Count:1024/iterations:5/manual_time 0.007 s 0.008 s 5 1024 6.97283u 27: GramSchmidt<double>/Count:2048/iterations:5/manual_time 0.007 s 0.007 s 5 2.048k 3.45183u 27: GramSchmidt<double>/Count:4096/iterations:5/manual_time 0.007 s 0.008 s 5 4.096k 1.82796u 27: GramSchmidt<double>/Count:8192/iterations:5/manual_time 0.008 s 0.010 s 5 8.192k 969.65n 27: GramSchmidt<double>/Count:16384/iterations:5/manual_time 0.009 s 0.013 s 5 16.384k 563.231n 27: GramSchmidt<double>/Count:32768/iterations:5/manual_time 0.012 s 0.017 s 5 32.768k 368.212n 27: GramSchmidt<double>/Count:65536/iterations:5/manual_time 0.014 s 0.022 s 5 65.536k 211.901n 27: GramSchmidt<double>/Count:131072/iterations:5/manual_time 0.016 s 0.034 s 5 131.072k 124.777n [ 68%] Linking CXX executable Kokkos_PerformanceTest_Mempool 27: GramSchmidt<double>/Count:262144/iterations:5/manual_time 0.034 s 0.069 s 5 262.144k 127.133n 27: GramSchmidt<double>/Count:524288/iterations:5/manual_time 0.035 s 0.097 s 5 524.288k 65.7751n [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 68%] Built target Kokkos_Benchmark_Atomic_MinMax [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: Benchmark Time CPU Iterations FOM: GB/s Max 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: CustomReduction<double>/N:100000/R:1000/manual_time 0.006 s 0.016 s 110 19.8094k/s 11.5 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.520 s 0.517 s 1 0.0986742 0.0493472 0.0869538 0.0474527 0.0430458 3.62u [ 68%] Built target Kokkos_PerformanceTest_Mempool [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: OverlapMDRangePolicy/N:200/M:10000/R:10 0.044 s 0.044 s 16 8.23109m 4.04746m 7.74542m 3.81609m 3.86163m 3.08u 27: OverlapTeamPolicy/N:20/M:1000000/R:10 0.200 s 0.200 s 3 0.0351272 0.0175627 0.0377971 0.0182057 0.0188459 3.42u 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations Count Time normalized 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 28.9443n 27: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 15.0244n 27: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 6.9165n 27: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 3.60474n 27: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.80963n 27: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 953.369p 27: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 576.309p 27: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 481.102p 27: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time 0.000 s 0.000 s 5 262.144k 417.854p 27: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 369.85p [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations FOM: rate 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Malloc/N:1/manual_time 10.9 us 34.9 us 68361 91.5013k/s [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o 27: Malloc/N:16/manual_time 10.5 us 33.7 us 60807 95.1497k/s [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o 27: Malloc/N:256/manual_time 10.3 us 33.1 us 69872 97.4974k/s [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_DeepCopy_Narrowing.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o 27: Malloc/N:4096/manual_time 10.2 us 32.8 us 68058 98.3861k/s [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.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 [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o 27: Malloc/N:65536/manual_time 10.2 us 32.9 us 69378 97.9837k/s [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/UnitTestMain.cpp.o 27: Malloc/N:1048576/manual_time 10.1 us 32.6 us 67843 98.9905k/s [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o 27: Malloc/N:16777216/manual_time 9.89 us 32.5 us 69929 101.088k/s [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 77%] Linking CXX executable Kokkos_UnitTest_SIMD 27: Malloc/N:268435456/manual_time 10.1 us 32.4 us 69777 99.4782k/s [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedResourceLock.cpp.o 27: Malloc/N:4294967296/manual_time 10.1 us 32.6 us 70028 98.8025k/s [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_Bitset.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o 27: MallocFree/N:1/manual_time 32.6 us 32.5 us 21343 30.6512k/s 27: MallocFree/N:16/manual_time 32.7 us 32.6 us 21520 30.5982k/s [ 99%] 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 27: MallocFree/N:256/manual_time 32.5 us 32.4 us 21568 30.7541k/s [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o 27: MallocFree/N:4096/manual_time 33.4 us 33.2 us 21125 29.9714k/s [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o 27: MallocFree/N:65536/manual_time 32.9 us 32.7 us 21536 30.3992k/s [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o 27: MallocFree/N:1048576/manual_time 32.6 us 32.4 us 21122 30.7077k/s [ 77%] Built target Kokkos_UnitTest_SIMD [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 70%] Linking CXX executable Kokkos_PerformanceTest_Reduction 27: MallocFree/N:16777216/manual_time 32.9 us 32.7 us 21489 30.3965k/s [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o 27: MallocFree/N:268435456/manual_time 32.5 us 32.3 us 20829 30.7915k/s 27: MallocFree/N:4294967296/manual_time 32.7 us 32.5 us 21289 30.6072k/s [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 70%] Built target Kokkos_PerformanceTest_Reduction [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o 27: MallocTouch/N:1/manual_time 10.5 us 33.3 us 66061 95.4884k/s 27: MallocTouch/N:16/manual_time 10.6 us 33.0 us 65951 94.0032k/s 27: MallocTouch/N:256/manual_time 10.5 us 32.8 us 65604 94.8114k/s [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 70%] Linking CXX executable Kokkos_PerformanceTest_Atomic 27: MallocTouch/N:4096/manual_time 31.4 us 53.9 us 22346 31.8778k/s [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DualView.cpp.o 27: MallocTouch/N:65536/manual_time 31.4 us 53.9 us 22420 31.881k/s [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o 27: MallocTouch/N:1048576/manual_time 33.5 us 55.4 us 20560 29.8281k/s 27: MallocTouch/N:16777216/manual_time 37.9 us 59.8 us 18461 26.4089k/s 27: MallocTouch/N:268435456/manual_time 76.5 us 98.3 us 9198 13.077k/s 27: MallocTouch/N:4294967296/manual_time 783 us 803 us 894 1.27674k/s 27: MallocTouchFree/N:1/manual_time 31.9 us 31.8 us 21977 31.3585k/s 27: MallocTouchFree/N:16/manual_time 31.9 us 31.8 us 21950 31.3653k/s [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o 27: MallocTouchFree/N:256/manual_time 31.9 us 31.8 us 21951 31.3595k/s [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o 27: MallocTouchFree/N:4096/manual_time 52.6 us 52.4 us 13325 19.0107k/s 27: MallocTouchFree/N:65536/manual_time 52.5 us 52.3 us 13356 19.0311k/s 27: MallocTouchFree/N:1048576/manual_time 56.0 us 55.8 us 12591 17.8613k/s [ 71%] Built target Kokkos_PerformanceTest_Atomic [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o 27: MallocTouchFree/N:16777216/manual_time 59.9 us 59.7 us 11627 16.6946k/s [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSort.cpp.o 27: MallocTouchFree/N:268435456/manual_time 98.5 us 98.2 us 7111 10.1538k/s 27: MallocTouchFree/N:4294967296/manual_time 808 us 805 us 868 1.2378k/s 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: Benchmark Time CPU Iterations FOM: GB/s MB 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 863 986.827/s 800 27: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 863 986.667/s 800 27: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 864 986.726/s 800 27: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 863 986.638/s 800 27: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 863 986.636/s 800 27: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 864 986.796/s 800 [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o 27: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 860 978.05/s 800 27: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 863 986.627/s 800 27: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 864 986.292/s 800 [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/sycl/TestRandom.cpp.o 27: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 863 984.905/s 800 27: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 863 985.568/s 800 [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-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Site: 1bda38cb6da6 Build name: Linux-amdclang++ Create new tag: 20250822-1956 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 1: [==========] Running 21 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 21 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] serial.view_customization_accessor_arg 1: [ OK ] serial.view_customization_accessor_arg (1 ms) 1: [ RUN ] serial.view_customization_allocation_type 1: [ OK ] serial.view_customization_allocation_type (0 ms) 1: [ RUN ] serial.view_customization_mirror 1: [ OK ] serial.view_customization_mirror (0 ms) 1: [ RUN ] serial.view_customization_deep_copy 1: [ OK ] serial.view_customization_deep_copy (0 ms) 1: [ RUN ] serial.view_customization_deep_copy_single_element_view 1: [ OK ] serial.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] serial.view_customization_accessor_from_mapping 1: [ OK ] serial.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] serial.view_customization_extra_int_arg 1: [ OK ] serial.view_customization_extra_int_arg (0 ms) 1: [----------] 21 tests from serial (2 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 21 tests from 1 test suite ran. (2 ms total) 1: [ PASSED ] 21 tests. 1/59 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.44 sec test 2 Start 2: Kokkos_CoreUnitTest_HIP_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_HIP_ViewSupport 2: Test timeout computed to be: 1500 2: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 2: [==========] Running 21 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 21 tests from hip 2: [ RUN ] hip.basic_view_default_ctor 2: [ OK ] hip.basic_view_default_ctor (0 ms) 2: [ RUN ] hip.basic_view_extents_ctor 2: [ OK ] hip.basic_view_extents_ctor (0 ms) 2: [ RUN ] hip.basic_view_mapping_ctor_right 2: [ OK ] hip.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] hip.basic_view_access 2: [ OK ] hip.basic_view_access (1 ms) 2: [ RUN ] hip.basic_view_atomic_accessor 2: [ OK ] hip.basic_view_atomic_accessor (0 ms) 2: [ RUN ] hip.RefCountedAcc_Typedefs 2: [ OK ] hip.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] hip.RefCountedAcc_Ctors 2: [ OK ] hip.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] hip.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] hip.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] hip.RefCountedAcc_Access 2: [ OK ] hip.RefCountedAcc_Access (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: [ RUN ] hip.view_customization_accessor_arg 2: [ OK ] hip.view_customization_accessor_arg (0 ms) 2: [ RUN ] hip.view_customization_allocation_type 2: [ OK ] hip.view_customization_allocation_type (1 ms) 2: [ RUN ] hip.view_customization_mirror 2: [ OK ] hip.view_customization_mirror (0 ms) 2: [ RUN ] hip.view_customization_deep_copy 2: [ OK ] hip.view_customization_deep_copy (0 ms) 2: [ RUN ] hip.view_customization_deep_copy_single_element_view 2: [ OK ] hip.view_customization_deep_copy_single_element_view (0 ms) 2: [ RUN ] hip.view_customization_accessor_from_mapping 2: [ OK ] hip.view_customization_accessor_from_mapping (0 ms) 2: [ RUN ] hip.view_customization_extra_int_arg 2: [ OK ] hip.view_customization_extra_int_arg (0 ms) 2: [----------] 21 tests from hip (9 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 21 tests from 1 test suite ran. (9 ms total) 2: [ PASSED ] 21 tests. 2/59 Test #2: Kokkos_CoreUnitTest_HIP_ViewSupport ........................ Passed 0.44 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 3: [==========] Running 252 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (1389 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 27: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 863 984.359/s 800 3: [ OK ] serial_DeathTest.abort_from_device (1396 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 27: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 863 985.782/s 800 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1367 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 27: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 863 979.111/s 800 27: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 862 986.237/s 800 [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1353 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-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (5509 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-8351/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 223 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int8 3: [ OK ] serial.atomic_operations_int8 (0 ms) 3: [ RUN ] serial.atomic_operations_int16 3: [ OK ] serial.atomic_operations_int16 (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (0 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (0 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (0 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (0 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (1 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (50 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (27 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_0 3: 3: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 3: does not support page migration between device and host. 3: HIPManagedSpace might not work as expected. 3: Please refer to the ROCm documentation on unified/managed memory. 3: [ OK ] serial.deep_copy_assignable_types_rank_0 (3 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1 3: [ OK ] serial.deep_copy_assignable_types_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2 3: [ OK ] serial.deep_copy_assignable_types_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3 3: [ OK ] serial.deep_copy_assignable_types_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_4 3: [ OK ] serial.deep_copy_assignable_types_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_5 3: [ OK ] serial.deep_copy_assignable_types_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_6 3: [ OK ] serial.deep_copy_assignable_types_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_7 3: [ OK ] serial.deep_copy_assignable_types_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_8 3: [ OK ] serial.deep_copy_assignable_types_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1_half 3: [ OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2_half 3: [ OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3_half 3: [ OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_0 3: [ OK ] serial.deep_copy_narrowing_rank_0 (2 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_1 3: [ OK ] serial.deep_copy_narrowing_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_2 3: [ OK ] serial.deep_copy_narrowing_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_3 3: [ OK ] serial.deep_copy_narrowing_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_4 3: [ OK ] serial.deep_copy_narrowing_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_5 3: [ OK ] serial.deep_copy_narrowing_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_6 3: [ OK ] serial.deep_copy_narrowing_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_7 3: [ OK ] serial.deep_copy_narrowing_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_8 3: [ OK ] serial.deep_copy_narrowing_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (2 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (21 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_args_with_structured_bindings 3: [ OK ] serial.partitioning_by_args_with_structured_bindings (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range 27: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 860 984.252/s 800 3: [ OK ] serial.exec_space_thread_safety_range (435 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (45 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (49 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (47 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (47 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (50 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (45 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_capture 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1113: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 27: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.071 s 0.071 s 10 22.4045/s 1.6k [ 71%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o 27: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.076 s 0.075 s 9 21.074/s 1.6k 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1382 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 27: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 441 1007.08/s 1.6k 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (1251 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 27: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 441 1006.7/s 1.6k 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (404 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (397 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_fmax_fmin 3: [ OK ] serial.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_impl_half_fallback 3: [ OK ] serial.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] serial.mathematical_functions_nextafter_fp16 3: [ OK ] serial.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 27: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 441 1007.09/s 1.6k 3: [ OK ] serial.mdrange_5d (612 ms) 3: [ RUN ] serial.mdrange_6d 27: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.003 s 0.003 s 261 297.824/s 800 3: [ OK ] serial.mdrange_6d (1002 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 (7 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (102 ms) 3: [ RUN ] serial.mdrange_4d [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o 3: [ OK ] serial.mdrange_4d (378 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o 3: [ OK ] serial.mdrange_large_deep_copy (526 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 27: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.015 s 0.015 s 45 52.7933/s 800 27: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 441 1006.77/s 1.6k 27: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 441 1007.33/s 1.6k 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (1477 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 (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 (28 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (4 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (0 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.range_dynamic_policy 3: [ OK ] serial.range_dynamic_policy (0 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-8351/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 (51 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (213 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 27: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 441 1007.21/s 1.6k 27: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 441 1007.21/s 1.6k [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 71%] Built target Kokkos_ContainersTestCompileOnly [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o 27: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.003 s 0.003 s 223 510.501/s 1.6k 3: [ OK ] serial.int64_t_reduce_dynamic (2754 ms) 3: [ RUN ] serial.double_reduce_dynamic 27: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.003 s 0.003 s 228 515.194/s 1.6k 27: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 441 1006.66/s 1.6k 3: [ OK ] serial.double_reduce_dynamic (2117 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (216 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-8351/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_identity_min_max_floating_point_types 3: [ OK ] serial.reduction_identity_min_max_floating_point_types (4 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (4 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 27: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 325 742.339/s 1.6k [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynamicView.cpp.o 27: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 284 648.852/s 1.6k 3: [ OK ] serial.reduce_device_view_mdrange_policy (1656 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (137 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: [----------] 223 tests from serial (15594 ms total) 3: 3: [----------] 17 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:250: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:444: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.sized_functor_launch 3: [ OK ] serial_graph.sized_functor_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 252 tests from 4 test suites ran. (21104 ms total) 3: [ PASSED ] 244 tests. 3: [ SKIPPED ] 8 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.graph_capture 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/59 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 21.55 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 145 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 9 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 27: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 440 1006.31/s 1.6k 27: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 441 1004.73/s 1.6k 27: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 439 1005.41/s 1.6k 27: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 439 1003.84/s 1.6k [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o 27: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.014 s 0.014 s 49 112.196/s 1.6k 27: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.014 s 0.014 s 50 113.205/s 1.6k [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o 27: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.003 s 0.003 s 212 483.648/s 1.6k [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o 27: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.007 s 0.007 s 102 232.044/s 1.6k 27: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 439 1005.51/s 1.6k 27: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 440 1003.38/s 1.6k 27: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.016 s 0.016 s 45 102.04/s 1.6k 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9475 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 27: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.018 s 0.018 s 39 88.3824/s 1.6k 27: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 440 1003.17/s 1.6k 27: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 440 1005.11/s 1.6k 27: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.016 s 0.016 s 43 98.4831/s 1.6k 27: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.018 s 0.018 s 38 86.5328/s 1.6k 27: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 439 1006.11/s 1.6k [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o 27: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 437 1005.53/s 1.6k 27: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.018 s 0.018 s 40 91.0258/s 1.6k 27: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.019 s 0.019 s 37 85.0141/s 1.6k 27: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 450 1028.85/s 1.6k [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_generic.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o 27: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 451 1029.6/s 1.6k 27: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 451 1029.62/s 1.6k 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (9688 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 27: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 451 1028.32/s 1.6k 27: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 819 934.148/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. 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (2806 ms) 4: [----------] 9 tests from serial_DeathTest (21970 ms total) 4: 4: [----------] 136 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (397 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (7 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_broadcast_int_ptr 4: [ OK ] serial.team_broadcast_int_ptr (0 ms) 4: [ RUN ] serial.team_single_thread_int_ptr 4: [ OK ] serial.team_single_thread_int_ptr (0 ms) 4: [ RUN ] serial.team_single_team_int_ptr 4: [ OK ] serial.team_single_team_int_ptr (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (4 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (258 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (35 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (3 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (8 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (8 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (51 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (43 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (29 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (58 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (69 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o 27: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time 0.031 s 0.030 s 23 26.1701/s 800 27: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 826 938.806/s 800 27: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time 0.031 s 0.030 s 23 26.1534/s 800 [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o 27: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 827 941.119/s 800 [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortByKey.cpp.o 27: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 823 936.714/s 800 4: [ OK ] serial.repeated_team_reduce (4471 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 (77 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (77 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (27 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (1 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (26 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (1 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (5 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (1 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (2 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank [ 71%] Linking CXX executable Kokkos_UnitTest_Random 4: [ OK ] serial.view_allocation_large_rank (1024 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (2 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right 27: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 821 935.923/s 800 27: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 820 934.111/s 800 4: [ OK ] serial.view_fill_tests_layout_right (1310 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 27: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 350 200.001/s 400 27: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 822 935.223/s 800 27: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 819 934.548/s 800 4: [ OK ] serial.view_fill_tests_layout_left (2071 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (32 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (28 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (68 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (3 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (0 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (2 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (81 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (0 ms) 4: [ RUN ] serial.resize_realloc_no_alloc 4: [ OK ] serial.resize_realloc_no_alloc (0 ms) 4: [ RUN ] serial.realloc_exec_space 4: [ OK ] serial.realloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc 4: [ OK ] serial.view_alloc (0 ms) 4: [ RUN ] serial.view_alloc_exec_space 4: [ OK ] serial.view_alloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc_int 4: [ OK ] serial.view_alloc_int (0 ms) 4: [ RUN ] serial.view_alloc_exec_space_int 4: [ OK ] serial.view_alloc_exec_space_int (0 ms) 4: [ RUN ] serial.deep_copy_zero_memset 4: [ OK ] serial.deep_copy_zero_memset (0 ms) 4: [ RUN ] serial.resize_exec_space 4: [ OK ] serial.resize_exec_space (0 ms) 4: [ RUN ] serial.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (2 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (28 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (29 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (27 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (125 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (134 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (127 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 136 tests from serial (10796 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 145 tests from 2 test suites ran. (32767 ms total) 4: [ PASSED ] 138 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 33.21 sec test 5 Start 5: Kokkos_CoreUnitTest_HIP 5: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_HIP 5: Test timeout computed to be: 1500 27: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 818 933.849/s 800 5: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 5: [==========] Running 462 tests from 8 test suites. 5: [----------] Global test environment set-up. 5: [----------] 19 tests from hip_DeathTest 5: [ RUN ] hip_DeathTest.abort_from_host 27: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 817 933.338/s 800 [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o 27: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 819 932.651/s 800 5: [ OK ] hip_DeathTest.abort_from_host (1431 ms) 5: [ RUN ] hip_DeathTest.abort_from_device 27: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 815 932.108/s 800 27: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 805 933.546/s 800 [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o 27: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 818 932.53/s 800 27: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 817 932.797/s 800 5: [ OK ] hip_DeathTest.abort_from_device (2933 ms) 5: [ RUN ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o 27: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 815 932.595/s 800 5: [ OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1380 ms) 5: [ RUN ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions 27: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 815 928.309/s 800 27: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 815 929.47/s 800 27: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.84373k/s 1.6k 27: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.55859k/s 1.6k 27: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.32027k/s 1.6k 27: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.03804k/s 1.6k 27: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.86408k/s 1.6k 27: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.36958k/s 1.6k 27: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 10.1953k/s 1.6k 27: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 10.2106k/s 1.6k 27: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.48574k/s 1.6k 27: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.05298k/s 1.6k 27: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.62735k/s 1.6k 27: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.80222k/s 1.6k 27: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.08653k/s 1.6k 27: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.22762k/s 1.6k 27: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.23531k/s 1.6k 27: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.80129k/s 1.6k 27: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.61832k/s 1.6k 27: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.53464k/s 1.6k 27: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.9148k/s 1.6k 27: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.32137k/s 1.6k 27: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.30384k/s 1.6k 27: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.96794k/s 1.6k 27: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.66988k/s 1.6k 27: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.20272k/s 1.6k 27: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.52735k/s 1.6k 27: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.77138k/s 1.6k 27: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.04341k/s 1.6k 27: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.42522k/s 1.6k 27: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.40982k/s 1.6k 27: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.82904k/s 1.6k 27: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.45293k/s 1.6k 27: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.59497k/s 1.6k 27: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 985.225/s 1.6k 27: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 1022.78/s 1.6k 27/58 Test #27: Kokkos_PerformanceTest_Benchmark ........................... Passed 133.07 sec test 28 Start 28: Kokkos_Benchmark_Atomic_MinMax 28: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-08-22_T19-33-56.json" 28: Test timeout computed to be: 1500 28: 2025-08-22T19:57:29+00:00 28: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 28: Run on (255 X 3406.22 MHz CPU s) 28: CPU Caches: 28: L1 Data 32 KiB (x127) 28: L1 Instruction 32 KiB (x127) 28: L2 Unified 512 KiB (x127) 28: L3 Unified 32768 KiB (x15) 28: Load Average: 8.47, 18.50, 19.35 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.7.99 28: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 28: Shared Memory per Block: 64 KiB 28: Supports Managed Memory: 1 28: System allows accessing system allocated memory on GPU: 0 28: Total Global Memory: 31.98 GiB 28: Wavefront Size: 64 28: XNACK environment variable set: no 28: macro HIP_VERSION: 50322062 = version 5.3.22062 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<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 5: [ OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1437 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 28: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28/58 Test #28: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.52 sec test 29 Start 29: Kokkos_PerformanceTest_ViewFirstTouch 29: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-08-22_T19-33-56.json" 29: Test timeout computed to be: 1500 29: 2025-08-22T19:57:29+00:00 29: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 29: Run on (255 X 3496.5 MHz CPU s) 29: CPU Caches: 29: L1 Data 32 KiB (x127) 29: L1 Instruction 32 KiB (x127) 29: L2 Unified 512 KiB (x127) 29: L3 Unified 32768 KiB (x15) 29: Load Average: 8.47, 18.50, 19.35 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.7.99 29: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 29: Shared Memory per Block: 64 KiB 29: Supports Managed Memory: 1 29: System allows accessing system allocated memory on GPU: 0 29: Total Global Memory: 31.98 GiB 29: Wavefront Size: 64 29: XNACK environment variable set: no 29: macro HIP_VERSION: 50322062 = version 5.3.22062 29: macro KOKKOS_ENABLE_HIP: defined 29: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 29: macro KOKKOS_ENABLE_ROCTHRUST: defined 29: platform: 64bit 5: [ OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (1426 ms) 5: [ RUN ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device [ 71%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A 29: ------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s MB 29: ------------------------------------------------------------------------------------------------------------------------------------ 29: ViewFirstTouch_Initialize<double>/N:64/manual_time 0.000 s 0.000 s 32579 0.023391/s 512u [ 71%] Built target Kokkos_CoreUnitTest_Default [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o 29: ViewFirstTouch_Initialize<double>/N:512/manual_time 0.000 s 0.000 s 31880 0.18401/s 4.096m 29: ViewFirstTouch_Initialize<double>/N:4096/manual_time 0.000 s 0.000 s 30929 1.4429/s 0.032768 5: [ OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (2977 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_dyn 5: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o 29: ViewFirstTouch_Initialize<double>/N:32768/manual_time 0.000 s 0.000 s 23076 8.82883/s 0.262144 29: ViewFirstTouch_Initialize<double>/N:262144/manual_time 0.000 s 0.000 s 9846 29.3453/s 2.09715 [ 71%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o 29: ViewFirstTouch_Initialize<double>/N:2097152/manual_time 0.000 s 0.000 s 16381 390.493/s 16.7772 29: ViewFirstTouch_Initialize<double>/N:16777216/manual_time 0.000 s 0.000 s 4418 847.473/s 134.218 [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o 29: ViewFirstTouch_ParallelFor<double>/N:64/manual_time 0.000 s 0.000 s 33026 0.0479263/s 1024u [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpacePartitioning.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o 29: ViewFirstTouch_ParallelFor<double>/N:512/manual_time 0.000 s 0.000 s 30673 0.361428/s 8.192m 5: [ OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (10026 ms) 5: [ RUN ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o 29: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time 0.000 s 0.000 s 27667 2.57744/s 0.065536 [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortCustomComp.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpaceThreadSafety.cpp.o 29: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time 0.000 s 0.000 s 24959 18.8916/s 0.524288 [ 72%] Built target Kokkos_UnitTest_Random [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecutionSpace.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o 29: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time 0.000 s 0.000 s 23298 140.005/s 4.1943 29: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time 0.000 s 0.000 s 12788 606.196/s 33.5544 5: [ OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (9990 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_host [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_FunctorAnalysis.cpp.o 29: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time 0.000 s 0.000 s 2470 946.63/s 268.435 29: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time 0.000 s 0.000 s 36198 0.0510965/s 1024u [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Graph.cpp.o 29: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time 0.000 s 0.000 s 35592 0.419256/s 8.192m 29: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time 0.000 s 0.000 s 29905 2.84759/s 0.065536 29: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time 0.000 s 0.000 s 25452 18.916/s 0.524288 29: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time 0.000 s 0.000 s 10449 62.7078/s 4.1943 [ 81%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o 29: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 18017 864.05/s 33.5544 [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalConstants.cpp.o 29: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time 0.000 s 0.000 s 4549 1.73115k/s 268.435 29: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time 0.000 s 0.000 s 36758 0.0544965/s 1024u [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o 29: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time 0.000 s 0.000 s 35773 0.426942/s 8.192m [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank12345.cpp.o 29: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time 0.000 s 0.000 s 34491 3.24204/s 0.065536 29: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time 0.000 s 0.000 s 28031 21.1946/s 0.524288 [ 81%] Built target Kokkos_CoreUnitTest_Serial2 [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalSpecialFunctions.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_a.cpp.o 29: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time 0.000 s 0.000 s 24204 148.715/s 4.1943 [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_b.cpp.o 29: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 17819 846.744/s 33.5544 [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_d.cpp.o 29: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time 0.000 s 0.000 s 4520 1.73302k/s 268.435 29/58 Test #29: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 39.43 sec test 30 Start 30: Kokkos_PerformanceTest_Mempool 30: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-08-22_T19-33-56.json" 30: Test timeout computed to be: 1500 30: 2025-08-22T19:58:09+00:00 30: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Mempool 30: Run on (255 X 3098.96 MHz CPU s) 30: CPU Caches: 30: L1 Data 32 KiB (x127) 30: L1 Instruction 32 KiB (x127) 30: L2 Unified 512 KiB (x127) 30: L3 Unified 32768 KiB (x15) 30: Load Average: 7.21, 16.90, 18.77 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.7.99 30: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 30: Shared Memory per Block: 64 KiB 30: Supports Managed Memory: 1 30: System allows accessing system allocated memory on GPU: 0 30: Total Global Memory: 31.98 GiB 30: Wavefront Size: 64 30: XNACK environment variable set: no 30: macro HIP_VERSION: 50322062 = version 5.3.22062 30: macro KOKKOS_ENABLE_HIP: defined 30: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 30: macro KOKKOS_ENABLE_ROCTHRUST: defined 30: platform: 64bit [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o 30: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations FOM: fill ops per second 30: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2238 17.385M/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 7920 124.434M/s 30/58 Test #30: Kokkos_PerformanceTest_Mempool ............................. Passed 3.13 sec test 31 Start 31: Kokkos_PerformanceTest_Atomic 31: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-08-22_T19-33-56.json" 31: Test timeout computed to be: 1500 31: 2025-08-22T19:58:12+00:00 31: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Atomic 31: Run on (255 X 3523.45 MHz CPU s) 31: CPU Caches: 31: L1 Data 32 KiB (x127) 31: L1 Instruction 32 KiB (x127) 31: L2 Unified 512 KiB (x127) 31: L3 Unified 32768 KiB (x15) 31: Load Average: 7.03, 16.71, 18.70 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.7.99 31: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 31: Shared Memory per Block: 64 KiB 31: Supports Managed Memory: 1 31: System allows accessing system allocated memory on GPU: 0 31: Total Global Memory: 31.98 GiB 31: Wavefront Size: 64 31: XNACK environment variable set: no 31: macro HIP_VERSION: 50322062 = version 5.3.22062 31: macro KOKKOS_ENABLE_HIP: defined 31: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 31: macro KOKKOS_ENABLE_ROCTHRUST: defined 31: platform: 64bit [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 74%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o 31: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 31: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Test_Atomic<int>/30000/iterations:10 0.340 s 0.338 s 10 1 4 6.06393m 4.7603m 72u 449.985M 93.224k 449.985M [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortA.cpp.o 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_host (25560 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_device [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank67.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortB.cpp.o [ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 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_SYCL.dir/sycl/TestSYCL_DynRankView_Ctors.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_e.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_g.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangePolicyConstructors.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_TeamScratch.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangeReduce.cpp.o 31: Test_Atomic<long int>/100000/iterations:10 3.54 s 3.52 s 10 1 8 2.67857m 1.50778m 71.3u 4.99995G 419.707k 4.99995G [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpan.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_ViewCustomization.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpanAtomicAccessor.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpanConversion.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MinMaxClamp.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_OccupancyControlTrait.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ParallelScanRangePolicy.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Printf.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ErrorReporter.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestNestedSort.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_QuadPrecisionMath.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_RangePolicyConstructors.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ReducerCTADs.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_b.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_c.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o 31: Test_Atomic<long long int>/100000/iterations:10 3.46 s 3.45 s 10 1 8 2.69737m 1.54628m 71.4u 4.99995G 901.551k 4.99995G 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_device (60154 ms) 5: [----------] 19 tests from hip_DeathTest (117319 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-8351/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: [----------] 1 test from hip_managed_DeathTest 5: [ RUN ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility 5: [ OK ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility (2760 ms) 5: [----------] 1 test from hip_managed_DeathTest (2760 ms total) 5: 5: [----------] 339 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 (10 ms) 5: [ RUN ] hip.atomic_operations_double 5: [ OK ] hip.atomic_operations_double (13 ms) 5: [ RUN ] hip.atomic_operations_float 5: [ OK ] hip.atomic_operations_float (12 ms) 5: [ RUN ] hip.atomic_operations_int8 5: [ OK ] hip.atomic_operations_int8 (34 ms) 5: [ RUN ] hip.atomic_operations_int16 5: [ OK ] hip.atomic_operations_int16 (34 ms) 5: [ RUN ] hip.atomic_operations_int 5: [ OK ] hip.atomic_operations_int (32 ms) 5: [ RUN ] hip.atomic_operations_long 5: [ OK ] hip.atomic_operations_long (34 ms) 5: [ RUN ] hip.atomic_operations_longlong 5: [ OK ] hip.atomic_operations_longlong (34 ms) 5: [ RUN ] hip.atomic_shared 5: [ OK ] hip.atomic_shared (0 ms) 5: [ RUN ] hip.atomic_operations_unsigned 5: [ OK ] hip.atomic_operations_unsigned (26 ms) 5: [ RUN ] hip.atomic_operations_unsignedlong 5: [ OK ] hip.atomic_operations_unsignedlong (26 ms) 5: [ RUN ] hip.atomics 5: [ OK ] hip.atomics (340 ms) 5: [ RUN ] hip.atomics_tpetra_max_abs 5: [ OK ] hip.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] hip.atomic_views_integral 5: [ OK ] hip.atomic_views_integral (19 ms) 5: [ RUN ] hip.atomic_views_nonintegral [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_OffsetView.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_e.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SharedAlloc.cpp.o [ 76%] 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_OpenACC.dir/openacc/TestOpenACC_SpaceAwareAccessorAccessViolation.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 76%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 76%] Linking CXX executable Kokkos_UnitTest_Sort 5: [ OK ] hip.atomic_views_nonintegral (15890 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 (7 ms) 5: [ RUN ] hip.bit_manip_countl_one 5: [ OK ] hip.bit_manip_countl_one (0 ms) 5: [ RUN ] hip.bit_manip_countr_zero 5: [ OK ] hip.bit_manip_countr_zero (0 ms) 5: [ RUN ] hip.bit_manip_countr_one 5: [ OK ] hip.bit_manip_countr_one (0 ms) 5: [ RUN ] hip.bit_manip_popcount 5: [ OK ] hip.bit_manip_popcount (0 ms) 5: [ RUN ] hip.bit_manip_has_single_bit 5: [ OK ] hip.bit_manip_has_single_bit (0 ms) 5: [ RUN ] hip.bit_manip_bit_floor 5: [ OK ] hip.bit_manip_bit_floor (0 ms) 5: [ RUN ] hip.bit_manip_bit_ceil 5: [ OK ] hip.bit_manip_bit_ceil (0 ms) 5: [ RUN ] hip.bit_manip_bit_width 5: [ OK ] hip.bit_manip_bit_width (0 ms) 5: [ RUN ] hip.bit_manip_rotl 5: [ OK ] hip.bit_manip_rotl (0 ms) 5: [ RUN ] hip.bit_manip_rotr 5: [ OK ] hip.bit_manip_rotr (0 ms) 5: [ RUN ] hip.bit_manip_byeswap 5: [ OK ] hip.bit_manip_byeswap (0 ms) 5: [ RUN ] hip.bit_manip_bit_cast 5: [ OK ] hip.bit_manip_bit_cast (0 ms) 5: [ RUN ] hip.test_block_deduction_bug_pr_3103 5: [ OK ] hip.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] hip.checked_integer_operations_multiply_overflow 5: [ OK ] hip.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] hip.execution_policy_occupancy_and_hint 5: [ OK ] hip.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] hip.complex_construction 5: [ OK ] hip.complex_construction (0 ms) 5: [ RUN ] hip.complex_basic_math 5: [ OK ] hip.complex_basic_math (0 ms) 5: [ RUN ] hip.complex_special_funtions 5: [ OK ] hip.complex_special_funtions (0 ms) 5: [ RUN ] hip.complex_io 5: [ OK ] hip.complex_io (0 ms) 5: [ RUN ] hip.complex_trivially_copyable 5: [ OK ] hip.complex_trivially_copyable (0 ms) 5: [ RUN ] hip.complex_issue_3865 5: [ OK ] hip.complex_issue_3865 (0 ms) 5: [ RUN ] hip.complex_operations_arithmetic_types_overloads 5: [ OK ] hip.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] hip.complex_structured_bindings 5: [ OK ] hip.complex_structured_bindings (0 ms) 5: [ RUN ] hip.crs_count_fill 5: [ OK ] hip.crs_count_fill (4 ms) 5: [ RUN ] hip.crs_copy_constructor 5: [ OK ] hip.crs_copy_constructor (9 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_0 5: 5: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 5: does not support page migration between device and host. 5: HIPManagedSpace might not work as expected. 5: Please refer to the ROCm documentation on unified/managed memory. 5: [ OK ] hip.deep_copy_assignable_types_rank_0 (10 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_1 5: [ OK ] hip.deep_copy_assignable_types_rank_1 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_2 5: [ OK ] hip.deep_copy_assignable_types_rank_2 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_3 5: [ OK ] hip.deep_copy_assignable_types_rank_3 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_4 5: [ OK ] hip.deep_copy_assignable_types_rank_4 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_5 5: [ OK ] hip.deep_copy_assignable_types_rank_5 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_6 5: [ OK ] hip.deep_copy_assignable_types_rank_6 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_7 5: [ OK ] hip.deep_copy_assignable_types_rank_7 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_8 5: [ OK ] hip.deep_copy_assignable_types_rank_8 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_1_half 5: [ OK ] hip.deep_copy_assignable_types_rank_1_half (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_2_half 5: [ OK ] hip.deep_copy_assignable_types_rank_2_half (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_3_half 5: [ OK ] hip.deep_copy_assignable_types_rank_3_half (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_0 5: [ OK ] hip.deep_copy_narrowing_rank_0 (6 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_1 5: [ OK ] hip.deep_copy_narrowing_rank_1 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_2 5: [ OK ] hip.deep_copy_narrowing_rank_2 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_3 5: [ OK ] hip.deep_copy_narrowing_rank_3 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_4 5: [ OK ] hip.deep_copy_narrowing_rank_4 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_5 5: [ OK ] hip.deep_copy_narrowing_rank_5 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_6 5: [ OK ] hip.deep_copy_narrowing_rank_6 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_7 5: [ OK ] hip.deep_copy_narrowing_rank_7 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_8 5: [ OK ] hip.deep_copy_narrowing_rank_8 (0 ms) 5: [ RUN ] hip.deep_copy_alignment 5: [ OK ] hip.deep_copy_alignment (7 ms) 5: [ RUN ] hip.deep_copy_conversion 5: [ OK ] hip.deep_copy_conversion (8 ms) 5: [ RUN ] hip.partitioning_by_args 5: [ OK ] hip.partitioning_by_args (15 ms) 5: [ RUN ] hip.partitioning_by_args_with_structured_bindings 5: [ OK ] hip.partitioning_by_args_with_structured_bindings (1 ms) 5: [ RUN ] hip.partitioning_by_vector 5: [ OK ] hip.partitioning_by_vector (1 ms) 5: [ RUN ] hip.exec_space_thread_safety_range [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SpaceAwareAccessor.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Swap.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_TeamPolicyConstructors.cpp.o [ 76%] Built target Kokkos_ContainersUnitTest_Serial [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o 5: [ OK ] hip.exec_space_thread_safety_range (9707 ms) 5: [ RUN ] hip.exec_space_thread_safety_mdrange [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o 5: [ OK ] hip.exec_space_thread_safety_mdrange (973 ms) 5: [ RUN ] hip.exec_space_thread_safety_team_policy [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_View_64bit.cpp.o 5: [ OK ] hip.exec_space_thread_safety_team_policy (962 ms) 5: [ RUN ] hip.exec_space_thread_safety_range_reduce [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o 5: [ OK ] hip.exec_space_thread_safety_range_reduce (968 ms) 5: [ RUN ] hip.exec_space_thread_safety_mdrange_reduce 5: [ OK ] hip.exec_space_thread_safety_mdrange_reduce (969 ms) 5: [ RUN ] hip.exec_space_thread_safety_team_policy_reduce 5: [ OK ] hip.exec_space_thread_safety_team_policy_reduce (964 ms) 5: [ RUN ] hip.exec_space_thread_safety_range_scan [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o 5: [ OK ] hip.exec_space_thread_safety_range_scan (965 ms) 5: [ RUN ] hip.execution_space_as_class_data_member 5: [ OK ] hip.execution_space_as_class_data_member (0 ms) 5: [ RUN ] hip.functor_analysis 5: [ OK ] hip.functor_analysis (0 ms) 5: [ RUN ] hip.when_all_type 5: [ OK ] hip.when_all_type (1 ms) 5: [ RUN ] hip.graph_capture 5: [ OK ] hip.graph_capture (4 ms) 5: [ RUN ] hip.graph_then 5: [ OK ] hip.graph_then (0 ms) 5: [ RUN ] hip.then_host 5: [ OK ] hip.then_host (0 ms) 5: [ RUN ] hip.mixed_then_host_device_nodes 5: [ OK ] hip.mixed_then_host_device_nodes (0 ms) 5: [ RUN ] hip.graph_then_tag 5: [ OK ] hip.graph_then_tag (0 ms) 5: [ RUN ] hip.host_shared_ptr_use_count 5: [ OK ] hip.host_shared_ptr_use_count (0 ms) 5: [ RUN ] hip.host_shared_ptr_get 5: [ OK ] hip.host_shared_ptr_get (0 ms) 5: [ RUN ] hip.host_shared_ptr_dereference_on_device 5: [ OK ] hip.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] hip.host_shared_ptr_special_members_on_device 5: [ OK ] hip.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] hip.host_shared_ptr_tracking 5: [ OK ] hip.host_shared_ptr_tracking (0 ms) 5: [ RUN ] hip.join_backward_compatibility 5: [ OK ] hip.join_backward_compatibility (0 ms) 5: [ RUN ] hip.local_deepcopy_teampolicy_layoutleft 5: [ OK ] hip.local_deepcopy_teampolicy_layoutleft (553 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutleft [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_a.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ScatterView.cpp.o 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutleft (1925 ms) 5: [ RUN ] hip.local_deepcopy_teampolicy_layoutright 5: [ OK ] hip.local_deepcopy_teampolicy_layoutright (506 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutright [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_b.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_c.cpp.o 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutright (1313 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 (18 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 (15 ms) 5: [ RUN ] hip.mathematical_functions_fma 5: [ OK ] hip.mathematical_functions_fma (0 ms) 5: [ RUN ] hip.mathematical_functions_fmax_fmin 5: [ OK ] hip.mathematical_functions_fmax_fmin (0 ms) 5: [ RUN ] hip.mathematical_functions_error_and_gamma_functions 5: [ OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms) 5: [ RUN ] hip.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 5: [ RUN ] hip.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms) 5: [ RUN ] hip.mathematical_functions_absolute_value 5: [ OK ] hip.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] hip.mathematical_functions_floating_point_absolute_value 5: [ OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] hip.mathematical_functions_remainder_function 5: [ OK ] hip.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] hip.mathematical_functions_isfinite 5: [ OK ] hip.mathematical_functions_isfinite (0 ms) 5: [ RUN ] hip.mathematical_functions_isinf 5: [ OK ] hip.mathematical_functions_isinf (0 ms) 5: [ RUN ] hip.mathematical_functions_isnan 5: [ OK ] hip.mathematical_functions_isnan (0 ms) 5: [ RUN ] hip.mathematical_functions_impl_half_fallback 5: [ OK ] hip.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] hip.mathematical_functions_nextafter_fp16 5: [ OK ] hip.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] hip.mathematical_functions_exponential_functions 5: [ OK ] hip.mathematical_functions_exponential_functions (8 ms) 5: [ RUN ] hip.mathspecialfunc_expint1 5: [ OK ] hip.mathspecialfunc_expint1 (3 ms) 5: [ RUN ] hip.mathspecialfunc_errorfunc 5: [ OK ] hip.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselj0y0 5: [ OK ] hip.mathspecialfunc_cbesselj0y0 (26 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselj1y1 5: [ OK ] hip.mathspecialfunc_cbesselj1y1 (27 ms) 5: [ RUN ] hip.mathspecialfunc_cbesseli0k0 5: [ OK ] hip.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] hip.mathspecialfunc_cbesseli1k1 5: [ OK ] hip.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselh1stkind 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestMathematicalSpecialFunctions.hpp:2033: 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 (125 ms) 5: [ RUN ] hip.mdrange_6d 5: [ OK ] hip.mdrange_6d (206 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 (61 ms) 5: [ RUN ] hip.mdrange_scalar 5: [ OK ] hip.mdrange_scalar (0 ms) 5: [ RUN ] hip.mdrange_large_deep_copy 5: [ OK ] hip.mdrange_large_deep_copy (59 ms) 5: [ RUN ] hip.md_range_policy_construction_from_arrays 5: [ OK ] hip.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] hip.policy_get_tile_size 5: [ OK ] hip.policy_get_tile_size (0 ms) 5: [ RUN ] hip.mdrange_parallel_reduce_primitive_types [ 77%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_d.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewBadAlloc.cpp.o 5: [ OK ] hip.mdrange_parallel_reduce_primitive_types (3610 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 (8 ms) 5: [ RUN ] hip.view_mdspan_conversion_with_stride 5: [ OK ] hip.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] hip.max 5: [ OK ] hip.max (0 ms) 5: [ RUN ] hip.max_within_parfor 5: [ OK ] hip.max_within_parfor (0 ms) 5: [ RUN ] hip.min 5: [ OK ] hip.min (0 ms) 5: [ RUN ] hip.min_within_parfor 5: [ OK ] hip.min_within_parfor (0 ms) 5: [ RUN ] hip.minmax 5: [ OK ] hip.minmax (0 ms) 5: [ RUN ] hip.minmax_within_parfor 5: [ OK ] hip.minmax_within_parfor (0 ms) 5: [ RUN ] hip.clamp 5: [ OK ] hip.clamp (0 ms) 5: [ RUN ] hip.clamp_within_parfor 5: [ OK ] hip.clamp_within_parfor (0 ms) 5: [ RUN ] hip.numeric_traits_infinity 5: [ OK ] hip.numeric_traits_infinity (6 ms) 5: [ RUN ] hip.numeric_traits_epsilon 5: [ OK ] hip.numeric_traits_epsilon (0 ms) 5: [ RUN ] hip.numeric_traits_round_error 5: [ OK ] hip.numeric_traits_round_error (0 ms) 5: [ RUN ] hip.numeric_traits_norm_min 5: [ OK ] hip.numeric_traits_norm_min (0 ms) 5: [ RUN ] hip.numeric_traits_denorm_min 5: [ OK ] hip.numeric_traits_denorm_min (0 ms) 5: [ RUN ] hip.numeric_traits_finite_min_max 5: [ OK ] hip.numeric_traits_finite_min_max (2 ms) 5: [ RUN ] hip.numeric_traits_digits 5: [ OK ] hip.numeric_traits_digits (1 ms) 5: [ RUN ] hip.numeric_traits_digits10 5: [ OK ] hip.numeric_traits_digits10 (1 ms) 5: [ RUN ] hip.numeric_traits_max_digits10 5: [ OK ] hip.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] hip.numeric_traits_radix 5: [ OK ] hip.numeric_traits_radix (1 ms) 5: [ RUN ] hip.numeric_traits_min_max_exponent 5: [ OK ] hip.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] hip.numeric_traits_min_max_exponent10 5: [ OK ] hip.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] hip.numeric_traits_quiet_and_signaling_nan 5: [ OK ] hip.numeric_traits_quiet_and_signaling_nan (1 ms) 5: [ RUN ] hip.numeric_traits_sfinae_friendly 5: [ OK ] hip.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] hip.occupancy_control 5: [ OK ] hip.occupancy_control (0 ms) 5: [ RUN ] hip.memory_pool 5: [ OK ] hip.memory_pool (24 ms) 5: [ RUN ] hip.cxx11 5: [ OK ] hip.cxx11 (1 ms) 5: [ RUN ] hip.parallel_scan_range_policy 5: [ OK ] hip.parallel_scan_range_policy (55 ms) 5: [ RUN ] hip.kokkos_printf 5: [ OK ] hip.kokkos_printf (1 ms) 5: [ RUN ] hip.range_for 5: [ OK ] hip.range_for (2 ms) 5: [ RUN ] hip.range_reduce 5: [ OK ] hip.range_reduce (1 ms) 5: [ RUN ] hip.range_dynamic_policy 5: [ OK ] hip.range_dynamic_policy (0 ms) 5: [ RUN ] hip.large_parallel_for_reduce 5: [ OK ] hip.large_parallel_for_reduce (30 ms) 5: [ RUN ] hip.range_policy_runtime_parameters 5: [ OK ] hip.range_policy_runtime_parameters (0 ms) 5: [ RUN ] hip.range_policy_one_way_convertible_bounds 5: [ OK ] hip.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] hip.range_for_require 5: [ OK ] hip.range_for_require (2 ms) 5: [ RUN ] hip.range_reduce_require 5: [ OK ] hip.range_reduce_require (0 ms) 5: [ RUN ] hip.range_dynamic_policy_require 5: [ OK ] hip.range_dynamic_policy_require (0 ms) 5: [ RUN ] hip.reducers_int 5: [ OK ] hip.reducers_int (11 ms) 5: [ RUN ] hip.reducers_double 5: [ OK ] hip.reducers_double (9 ms) 5: [ RUN ] hip.reducers_complex_double 5: [ OK ] hip.reducers_complex_double (11 ms) 5: [ RUN ] hip.reducers_struct 5: [ OK ] hip.reducers_struct (7 ms) 5: [ RUN ] hip.reducers_half_t 5: [ OK ] hip.reducers_half_t (8 ms) 5: [ RUN ] hip.reducers_bhalf_t 5: [ OK ] hip.reducers_bhalf_t (7 ms) 5: [ RUN ] hip.reducers_int8_t 5: [ OK ] hip.reducers_int8_t (7 ms) 5: [ RUN ] hip.reducers_int16_t 5: [ OK ] hip.reducers_int16_t (7 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 (27 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 (30 ms) 5: [ RUN ] hip.double_reduce_dynamic 5: [ OK ] hip.double_reduce_dynamic (30 ms) 5: [ RUN ] hip.int64_t_reduce_dynamic_view 5: [ OK ] hip.int64_t_reduce_dynamic_view (9 ms) 5: [ RUN ] hip.int_combined_reduce 5: [ OK ] hip.int_combined_reduce (0 ms) 5: [ RUN ] hip.mdrange_combined_reduce 5: [ OK ] hip.mdrange_combined_reduce (0 ms) 5: [ RUN ] hip.int_combined_reduce_mixed 5: [ OK ] hip.int_combined_reduce_mixed (0 ms) 5: [ RUN ] hip.reduction_with_large_iteration_count 5: [ OK ] hip.reduction_with_large_iteration_count (304 ms) 5: [ RUN ] hip.reduction_identity_min_max_floating_point_types 5: [ OK ] hip.reduction_identity_min_max_floating_point_types (0 ms) 5: [ RUN ] hip.reduction_deduction 5: [ OK ] hip.reduction_deduction (0 ms) 5: [ RUN ] hip.reduce_device_view_range_policy [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o 31: Test_Atomic<unsigned int>/100000/iterations:10 3.37 s 3.35 s 10 1 4 2.79336m 1.52218m 71.3u 704.983M 1.13899M 704.983M [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 78%] Built target Kokkos_CoreUnitTest_SYCL1A [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_a.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_b.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_c.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorDimMatch.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o 5: [ OK ] hip.reduce_device_view_range_policy (26077 ms) 5: [ RUN ] hip.reduce_device_view_mdrange_policy [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_WithoutInitializing.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o 31: Test_Atomic<unsigned long int>/100000/iterations:10 3.97 s 3.96 s 10 1 8 2.72636m 1.52728m 71.4u 4.99995G 1081.01k 4.99995G [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorProp.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o 5: [ OK ] hip.reduce_device_view_mdrange_policy (26646 ms) 5: [ RUN ] hip.reduce_device_view_team_policy [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewEmptyRuntimeUnmanaged.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewLayoutStrideAssignment.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_a.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_UnorderedMap.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 79%] Built target Kokkos_PerformanceTest_Benchmark [ 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_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_b.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMemoryAccessViolation.cpp.o 31: Test_Atomic<unsigned long long int>/100000/iterations:10 4.04 s 4.02 s 10 1 8 2.75307m 1.48548m 71.6u 4.99995G 962.065k 4.99995G [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o 5: [ OK ] hip.reduce_device_view_team_policy (30609 ms) 5: [ RUN ] hip.impl_shared_alloc 5: [ OK ] hip.impl_shared_alloc (121 ms) 5: [ RUN ] hip.mdspan_space_aware_accessor 5: [ OK ] hip.mdspan_space_aware_accessor (1 ms) 5: [ RUN ] hip.kokkos_swap 5: [ OK ] hip.kokkos_swap (0 ms) 5: [ RUN ] hip.team_for 5: [ OK ] hip.team_for (11 ms) 5: [ RUN ] hip.team_reduce 5: [ OK ] hip.team_reduce (1 ms) 5: [ RUN ] hip.team_reduce_large 5: [ OK ] hip.team_reduce_large (45 ms) 5: [ RUN ] hip.team_parallel_single 5: [ OK ] hip.team_parallel_single (9 ms) 5: [ RUN ] hip.large_team_scratch_size 5: [ OK ] hip.large_team_scratch_size (0 ms) 5: [ RUN ] hip.team_broadcast_long 5: [ OK ] hip.team_broadcast_long (0 ms) 5: [ RUN ] hip.team_broadcast_long_wrapper 5: [ OK ] hip.team_broadcast_long_wrapper (0 ms) 5: [ RUN ] hip.team_broadcast_char 5: [ OK ] hip.team_broadcast_char (0 ms) 5: [ RUN ] hip.team_broadcast_float 5: [ OK ] hip.team_broadcast_float (0 ms) 5: [ RUN ] hip.team_broadcast_double 5: [ OK ] hip.team_broadcast_double (0 ms) 5: [ RUN ] hip.team_broadcast_int_ptr 5: [ OK ] hip.team_broadcast_int_ptr (0 ms) 5: [ RUN ] hip.team_single_thread_int_ptr 5: [ OK ] hip.team_single_thread_int_ptr (0 ms) 5: [ RUN ] hip.team_single_team_int_ptr 5: [ OK ] hip.team_single_team_int_ptr (0 ms) 5: [ RUN ] hip.team_handle_by_value 5: [ OK ] hip.team_handle_by_value (0 ms) 5: [ RUN ] hip.team_vector 5: [ OK ] hip.team_vector (9 ms) 5: [ RUN ] hip.triple_nested_parallelism 5: [ OK ] hip.triple_nested_parallelism (7 ms) 5: [ RUN ] hip.parallel_scan_with_reducers 5: [ OK ] hip.parallel_scan_with_reducers (79 ms) 5: [ RUN ] hip.team_thread_range_combined_reducers 5: [ OK ] hip.team_thread_range_combined_reducers (1 ms) 5: [ RUN ] hip.thread_vector_range_combined_reducers 5: [ OK ] hip.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] hip.team_vector_range_combined_reducers 5: [ OK ] hip.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] hip.TeamThreadMDRangeParallelFor 5: [ OK ] hip.TeamThreadMDRangeParallelFor (35 ms) 5: [ RUN ] hip.ThreadVectorMDRangeParallelFor 5: [ OK ] hip.ThreadVectorMDRangeParallelFor (8 ms) 5: [ RUN ] hip.TeamVectorMDRangeParallelFor 5: [ OK ] hip.TeamVectorMDRangeParallelFor (10 ms) 5: [ RUN ] hip.TeamThreadMDRangeParallelReduce 5: [ OK ] hip.TeamThreadMDRangeParallelReduce (25 ms) 5: [ RUN ] hip.ThreadVectorMDRangeParallelReduce 5: [ OK ] hip.ThreadVectorMDRangeParallelReduce (7 ms) 5: [ RUN ] hip.TeamVectorMDRangeParallelReduce 5: [ OK ] hip.TeamVectorMDRangeParallelReduce (7 ms) 5: [ RUN ] hip.team_policy_runtime_parameters 5: [ OK ] hip.team_policy_runtime_parameters (0 ms) 5: [ RUN ] hip.team_reduction_scan 5: [ OK ] hip.team_reduction_scan (1579 ms) 5: [ RUN ] hip.team_long_reduce 5: [ OK ] hip.team_long_reduce (17 ms) 5: [ RUN ] hip.team_double_reduce 5: [ OK ] hip.team_double_reduce (17 ms) 5: [ RUN ] hip.team_long_array_reduce 5: [ OK ] hip.team_long_array_reduce (18 ms) 5: [ RUN ] hip.team_double_array_reduce 5: [ OK ] hip.team_double_array_reduce (18 ms) 5: [ RUN ] hip.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] hip.repeated_team_reduce 5: [ OK ] hip.repeated_team_reduce (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 (77 ms) 5: [ RUN ] hip.team_scan_ret_val 5: [ OK ] hip.team_scan_ret_val (75 ms) 5: [ RUN ] hip.team_shared_request 5: [ OK ] hip.team_shared_request (2 ms) 5: [ RUN ] hip.team_scratch_request 5: [ OK ] hip.team_scratch_request (1 ms) 5: [ RUN ] hip.team_lambda_shared_request 5: [ OK ] hip.team_lambda_shared_request (3 ms) 5: [ RUN ] hip.scratch_align 5: [ OK ] hip.scratch_align (0 ms) 5: [ RUN ] hip.shmem_size 5: [ OK ] hip.shmem_size (0 ms) 5: [ RUN ] hip.multi_level_scratch 5: [ OK ] hip.multi_level_scratch (15 ms) 5: [ RUN ] hip.team_scratch_memory_index_parallel_for 5: [ OK ] hip.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] hip.team_policy_max_recommended 5: [ OK ] hip.team_policy_max_recommended (21 ms) 5: [ RUN ] hip.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] hip.team_teamvector_range 5: [ OK ] hip.team_teamvector_range (2 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 (22 ms) 5: [ RUN ] hip.unique_token_team_acquire 5: [ OK ] hip.unique_token_team_acquire (16 ms) 5: [ RUN ] hip.view_api_a 5: [ OK ] hip.view_api_a (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 (6 ms) 5: [ RUN ] hip.view_api_c 5: [ OK ] hip.view_api_c (3 ms) 5: [ RUN ] hip.view_api_d 5: [ OK ] hip.view_api_d (2 ms) 5: [ RUN ] hip.view_remap 5: [ OK ] hip.view_remap (0 ms) 5: [ RUN ] hip.view_mirror_nonconst 5: [ OK ] hip.view_mirror_nonconst (0 ms) 5: [ RUN ] hip.view_stride_method 5: [ OK ] hip.view_stride_method (0 ms) 5: [ RUN ] hip.anonymous_space 5: [ OK ] hip.anonymous_space (0 ms) 5: [ RUN ] hip.view_overload_resolution 5: [ OK ] hip.view_overload_resolution (0 ms) 5: [ RUN ] hip.view_allocation_large_rank 5: [ OK ] hip.view_allocation_large_rank (5 ms) 5: [ RUN ] hip.view_shmem_size_on_device 5: [ OK ] hip.view_shmem_size_on_device (0 ms) 5: [ RUN ] hip.view_is_assignable 5: [ OK ] hip.view_is_assignable (3 ms) 5: [ RUN ] hip.view_bad_alloc 5: [ OK ] hip.view_bad_alloc (0 ms) 5: [ RUN ] hip.view_copy_tests 5: [ OK ] hip.view_copy_tests (5 ms) 5: [ RUN ] hip.view_copy_tests_rank_0 5: [ OK ] hip.view_copy_tests_rank_0 (2 ms) 5: [ RUN ] hip.view_copy_degenerated 5: [ OK ] hip.view_copy_degenerated (0 ms) 5: [ RUN ] hip.view_fill_tests_layout_right 5: [ OK ] hip.view_fill_tests_layout_right (66 ms) 5: [ RUN ] hip.view_fill_tests_layout_left 5: [ OK ] hip.view_fill_tests_layout_left (41 ms) 5: [ RUN ] hip.vcp_empty_traits 5: [ OK ] hip.vcp_empty_traits (0 ms) 5: [ RUN ] hip.is_view_label 5: [ OK ] hip.is_view_label (0 ms) 5: [ RUN ] hip.vcp_label_base_traits 5: [ OK ] hip.vcp_label_base_traits (0 ms) 5: [ RUN ] hip.vcp_label_traits 5: [ OK ] hip.vcp_label_traits (0 ms) 5: [ RUN ] hip.view_alloc_can_perfect_forward_label 5: [ OK ] hip.view_alloc_can_perfect_forward_label (0 ms) 5: [ RUN ] hip.vcp_label_copy_constructor 5: [ OK ] hip.vcp_label_copy_constructor (0 ms) 5: [ RUN ] hip.vcp_pointer_add_property 5: [ OK ] hip.vcp_pointer_add_property (0 ms) 5: [ RUN ] hip.view_empty_runtime_unmanaged 5: [ OK ] hip.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] hip.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] hip.view_layoutstride_left_to_layoutleft_assignment (36 ms) 5: [ RUN ] hip.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] hip.view_layoutstride_right_to_layoutright_assignment (32 ms) 5: [ RUN ] hip.view_mapping 5: [ OK ] hip.view_mapping (71 ms) 5: [ RUN ] hip.view_mapping_operator 5: [ OK ] hip.view_mapping_operator (19 ms) 5: [ RUN ] hip.static_extent 5: [ OK ] hip.static_extent (0 ms) 5: [ RUN ] hip.view_mapping_atomic 5: [ OK ] hip.view_mapping_atomic (1 ms) 5: [ RUN ] hip.view_mapping_class_value 5: [ OK ] hip.view_mapping_class_value (0 ms) 5: [ RUN ] hip.view_mapping_assignable 5: [ OK ] hip.view_mapping_assignable (0 ms) 5: [ RUN ] hip.view_mapping_trivially_copyable 5: [ OK ] hip.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip.view_mapping_subview 5: [ OK ] hip.view_mapping_subview (1 ms) 5: [ RUN ] hip.view_nested_view 5: [ OK ] hip.view_nested_view (0 ms) 5: [ RUN ] hip.view_of_views_default 5: [ OK ] hip.view_of_views_default (0 ms) 5: [ RUN ] hip.view_of_views_without_initializing 5: [ OK ] hip.view_of_views_without_initializing (0 ms) 5: [ RUN ] hip.test_view_of_views_sequential_host_init 5: [ OK ] hip.test_view_of_views_sequential_host_init (0 ms) 5: [ RUN ] hip.append_formatted_multidimensional_index 5: [ OK ] hip.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] hip.view_resize 5: [ OK ] hip.view_resize (11 ms) 5: [ RUN ] hip.view_realloc 5: [ OK ] hip.view_realloc (0 ms) 5: [ RUN ] hip.workgraph_fib [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o 5: [ OK ] hip.workgraph_fib (3216 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 [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOfViews.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOutOfBoundsAccess.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 81%] Linking CXX executable Kokkos_ContainersUnitTest_SYCL [ 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_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_WithoutInitializing.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_a.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 81%] Built target Kokkos_UnitTest_Sort [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_b.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c01.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 82%] 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_OpenACC.dir/openacc/TestOpenACC_SubView_c02.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o 5: [ OK ] hip.team_scratch_1_streams (64664 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-8351/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: [----------] 339 tests from hip (195159 ms total) 5: 5: [----------] 17 tests from hip_graph 5: [ RUN ] hip_graph.submit_once 5: [ OK ] hip_graph.submit_once (1 ms) 5: [ RUN ] hip_graph.submit_once_rvalue 5: [ OK ] hip_graph.submit_once_rvalue (0 ms) 5: [ RUN ] hip_graph.instantiate_and_submit_once 5: [ OK ] hip_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] hip_graph.submit_onto_another_execution_space_instance 5: [ OK ] hip_graph.submit_onto_another_execution_space_instance (1 ms) 5: [ RUN ] hip_graph.create_graph_no_closure_with_exec 5: [ OK ] hip_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] hip_graph.create_graph_no_arg 5: [ OK ] hip_graph.create_graph_no_arg (0 ms) 5: [ RUN ] hip_graph.submit_six 5: [ OK ] hip_graph.submit_six (3 ms) 5: [ RUN ] hip_graph.when_all_cycle 5: [ OK ] hip_graph.when_all_cycle (0 ms) 5: [ RUN ] hip_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:338: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] hip_graph.repeat_chain (0 ms) 5: [ RUN ] hip_graph.zero_work_reduce 5: [ OK ] hip_graph.zero_work_reduce (0 ms) 5: [ RUN ] hip_graph.empty_graph 5: [ OK ] hip_graph.empty_graph (0 ms) 5: [ RUN ] hip_graph.force_global_launch 5: [ OK ] hip_graph.force_global_launch (0 ms) 5: [ RUN ] hip_graph.sized_functor_launch 5: [ OK ] hip_graph.sized_functor_launch (1 ms) 5: [ RUN ] hip_graph.empty_graph_default_host_exec 5: [ OK ] hip_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] hip_graph.node_lifetime 5: [ OK ] hip_graph.node_lifetime (0 ms) 5: [ RUN ] hip_graph.diamond 5: [ OK ] hip_graph.diamond (2 ms) 5: [ RUN ] hip_graph.end_of_submit_control_flow 5: [ OK ] hip_graph.end_of_submit_control_flow (2 ms) 5: [----------] 17 tests from hip_graph (19 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 (38 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d_atomic 5: [ OK ] hip_managed.view_subview_2d_from_3d_atomic (38 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d_randomaccess 5: [ OK ] hip_managed.view_subview_2d_from_3d_randomaccess (38 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left 5: [ OK ] hip_managed.view_subview_3d_from_5d_left (104 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left_atomic 5: [ OK ] hip_managed.view_subview_3d_from_5d_left_atomic (106 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (105 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right 5: [ OK ] hip_managed.view_subview_3d_from_5d_right (111 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right_atomic 5: [ OK ] hip_managed.view_subview_3d_from_5d_right_atomic (110 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (110 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 (209 ms) 5: [ RUN ] hip_managed.view_api_a 5: [ OK ] hip_managed.view_api_a (5 ms) 5: [ RUN ] hip_managed.view_layout_left_with_stride 5: [ OK ] hip_managed.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip_managed.view_layout_right_with_stride 5: [ OK ] hip_managed.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip_managed.view_api_b 5: [ OK ] hip_managed.view_api_b (13 ms) 5: [ RUN ] hip_managed.view_api_c 5: [ OK ] hip_managed.view_api_c (1 ms) 5: [ RUN ] hip_managed.view_api_d 5: [ OK ] hip_managed.view_api_d (4 ms) 5: [ RUN ] hip_managed.view_remap 5: [ OK ] hip_managed.view_remap (1 ms) 5: [ RUN ] hip_managed.view_mirror_nonconst 5: [ OK ] hip_managed.view_mirror_nonconst (0 ms) 5: [ RUN ] hip_managed.view_stride_method 5: [ OK ] hip_managed.view_stride_method (0 ms) 5: [ RUN ] hip_managed.anonymous_space 5: [ OK ] hip_managed.anonymous_space (0 ms) 5: [ RUN ] hip_managed.view_overload_resolution 5: [ OK ] hip_managed.view_overload_resolution (0 ms) 5: [ RUN ] hip_managed.view_allocation_large_rank 5: [ OK ] hip_managed.view_allocation_large_rank (712 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 (11 ms) 5: [ RUN ] hip_managed.view_copy_tests 5: [ OK ] hip_managed.view_copy_tests (8 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 (1361 ms) 5: [ RUN ] hip_managed.view_fill_tests_layout_left 5: [ OK ] hip_managed.view_fill_tests_layout_left (767 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 (18 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 (3977 ms total) 5: 5: [----------] 27 tests from hip_hostpinned 5: [ RUN ] hip_hostpinned.impl_shared_alloc 5: [ OK ] hip_hostpinned.impl_shared_alloc (120 ms) 5: [ RUN ] hip_hostpinned.view_api_a 5: [ OK ] hip_hostpinned.view_api_a (5 ms) 5: [ RUN ] hip_hostpinned.view_layout_left_with_stride 5: [ OK ] hip_hostpinned.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip_hostpinned.view_layout_right_with_stride 5: [ OK ] hip_hostpinned.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip_hostpinned.view_api_b 5: [ OK ] hip_hostpinned.view_api_b (5 ms) 5: [ RUN ] hip_hostpinned.view_api_c 5: [ OK ] hip_hostpinned.view_api_c (0 ms) 5: [ RUN ] hip_hostpinned.view_api_d 5: [ OK ] hip_hostpinned.view_api_d (1 ms) 5: [ RUN ] hip_hostpinned.view_remap 5: [ OK ] hip_hostpinned.view_remap (0 ms) 5: [ RUN ] hip_hostpinned.view_mirror_nonconst 5: [ OK ] hip_hostpinned.view_mirror_nonconst (0 ms) 5: [ RUN ] hip_hostpinned.view_stride_method 5: [ OK ] hip_hostpinned.view_stride_method (0 ms) 5: [ RUN ] hip_hostpinned.anonymous_space 5: [ OK ] hip_hostpinned.anonymous_space (0 ms) 5: [ RUN ] hip_hostpinned.view_overload_resolution 5: [ OK ] hip_hostpinned.view_overload_resolution (0 ms) 5: [ RUN ] hip_hostpinned.view_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 [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o 5: [ OK ] hip_hostpinned.view_fill_tests_layout_right (1336 ms) 5: [ RUN ] hip_hostpinned.view_fill_tests_layout_left [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c03.cpp.o 5: [ OK ] hip_hostpinned.view_fill_tests_layout_left (2103 ms) 5: [ RUN ] hip_hostpinned.view_mapping 5: [ OK ] hip_hostpinned.view_mapping (68 ms) 5: [ RUN ] hip_hostpinned.view_mapping_operator 5: [ OK ] hip_hostpinned.view_mapping_operator (3 ms) 5: [ RUN ] hip_hostpinned.static_extent 5: [ OK ] hip_hostpinned.static_extent (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_atomic 5: [ OK ] hip_hostpinned.view_mapping_atomic (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_class_value 5: [ OK ] hip_hostpinned.view_mapping_class_value (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_assignable 5: [ OK ] hip_hostpinned.view_mapping_assignable (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_trivially_copyable 5: [ OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_subview 5: [ OK ] hip_hostpinned.view_mapping_subview (0 ms) 5: [----------] 27 tests from hip_hostpinned (3652 ms total) 5: 5: [----------] 2 tests from hip_constant_memory 5: [ RUN ] hip_constant_memory.many_streams_per_device 5: [ OK ] hip_constant_memory.many_streams_per_device (74 ms) 5: [ RUN ] hip_constant_memory.one_stream_per_device 5: [ OK ] hip_constant_memory.one_stream_per_device (65 ms) 5: [----------] 2 tests from hip_constant_memory (140 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 462 tests from 8 test suites ran. (323030 ms total) 5: [ PASSED ] 454 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/59 Test #5: Kokkos_CoreUnitTest_HIP .................................... Passed 323.59 sec test 6 Start 6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks 6: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (8 ms) 6: [----------] 1 test from hip (8 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (8 ms total) 6: [ PASSED ] 1 test. [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o 6/59 Test #6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks .................... Passed 0.43 sec test 7 Start 7: Kokkos_CoreUnitTest_HIPInterOpInit 7: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (376 ms) 7: [----------] 1 test from hip (376 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 1 test from 1 test suite ran. (376 ms total) 7: [ PASSED ] 1 test. 7/59 Test #7: Kokkos_CoreUnitTest_HIPInterOpInit ......................... Passed 0.43 sec test 8 Start 8: Kokkos_CoreUnitTest_HIPInterOpStreams 8: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (379 ms) 8: [----------] 1 test from hip (379 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (379 ms total) 8: [ PASSED ] 1 test. 8/59 Test #8: Kokkos_CoreUnitTest_HIPInterOpStreams ...................... Passed 0.43 sec test 9 Start 9: Kokkos_CoreUnitTest_HIPInterOpGraph 9: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (6 ms) 9: [ RUN ] hip.graph_instantiate_and_debug_dot_print 9: [ OK ] hip.graph_instantiate_and_debug_dot_print (1 ms) 9: [ RUN ] hip.graph_construct_from_native 9: 9: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 9: does not support page migration between device and host. 9: HIPManagedSpace might not work as expected. 9: Please refer to the ROCm documentation on unified/managed memory. 9: [ OK ] hip.graph_construct_from_native (0 ms) 9: [----------] 3 tests from hip (8 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 3 tests from 1 test suite ran. (8 ms total) 9: [ PASSED ] 3 tests. 9/59 Test #9: Kokkos_CoreUnitTest_HIPInterOpGraph ........................ Passed 0.43 sec test 10 Start 10: Kokkos_CoreUnitTest_Default 10: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Default 10: Test timeout computed to be: 1500 [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o 10: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 10: [==========] Running 59 tests from 41 test suites. 10: [----------] Global test environment set-up. 10: [----------] 19 tests from defaultdevicetype 10: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 10: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (1 ms) 10: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 10: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 10: [ RUN ] defaultdevicetype.shared_space 10: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSharedSpace.cpp:109: Skipped 10: skipping because specified arch does not support page migration 10: [ SKIPPED ] defaultdevicetype.shared_space (0 ms) 10: [ RUN ] defaultdevicetype.shared_host_pinned_space 10: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 10: [ RUN ] defaultdevicetype.compiler_macros 10: [ OK ] defaultdevicetype.compiler_macros (0 ms) 10: [ RUN ] defaultdevicetype.half_conversion 10: [ OK ] defaultdevicetype.half_conversion (3 ms) 10: [ RUN ] defaultdevicetype.bhalf_conversion 10: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 10: [ RUN ] defaultdevicetype.half_operators 10: [ OK ] defaultdevicetype.half_operators (1 ms) 10: [ RUN ] defaultdevicetype.bhalf_operators 10: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 10: [ RUN ] defaultdevicetype.host_space_access 10: [ OK ] defaultdevicetype.host_space_access (0 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_a1 10: [ OK ] defaultdevicetype.reduce_instantiation_a1 (6 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_b1 10: [ OK ] defaultdevicetype.reduce_instantiation_b1 (15 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_c1 10: [ OK ] defaultdevicetype.reduce_instantiation_c1 (6 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_a2 10: [ OK ] defaultdevicetype.reduce_instantiation_a2 (9 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_b2 10: [ OK ] defaultdevicetype.reduce_instantiation_b2 (21 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_c2 10: [ OK ] defaultdevicetype.reduce_instantiation_c2 (8 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_a3 10: [ OK ] defaultdevicetype.reduce_instantiation_a3 (10 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_b3 10: [ OK ] defaultdevicetype.reduce_instantiation_b3 (25 ms) 10: [ RUN ] defaultdevicetype.reduce_instantiation_c3 10: [ OK ] defaultdevicetype.reduce_instantiation_c3 (10 ms) 10: [----------] 19 tests from defaultdevicetype (123 ms total) 10: 10: [----------] 1 test from kokkosresize 10: [ RUN ] kokkosresize.host_space_access 10: [ OK ] kokkosresize.host_space_access (12 ms) 10: [----------] 1 test from kokkosresize (12 ms total) 10: 10: [----------] 1 test from TestViewAPI/0, where TypeParam = <type> 10: [ RUN ] TestViewAPI/0.sizes 10: [ OK ] TestViewAPI/0.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/0 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/1, where TypeParam = <type> 10: [ RUN ] TestViewAPI/1.sizes 10: [ OK ] TestViewAPI/1.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/1 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/2, where TypeParam = <type> 10: [ RUN ] TestViewAPI/2.sizes 10: [ OK ] TestViewAPI/2.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/2 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/3, where TypeParam = <type> 10: [ RUN ] TestViewAPI/3.sizes 10: [ OK ] TestViewAPI/3.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/3 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/4, where TypeParam = <type> 10: [ RUN ] TestViewAPI/4.sizes 10: [ OK ] TestViewAPI/4.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/4 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/5, where TypeParam = <type> 10: [ RUN ] TestViewAPI/5.sizes 10: [ OK ] TestViewAPI/5.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/5 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/6, where TypeParam = <type> 10: [ RUN ] TestViewAPI/6.sizes 10: [ OK ] TestViewAPI/6.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/6 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/7, where TypeParam = <type> 10: [ RUN ] TestViewAPI/7.sizes 10: [ OK ] TestViewAPI/7.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/7 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/8, where TypeParam = <type> 10: [ RUN ] TestViewAPI/8.sizes 10: [ OK ] TestViewAPI/8.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/8 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/9, where TypeParam = <type> 10: [ RUN ] TestViewAPI/9.sizes 10: [ OK ] TestViewAPI/9.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/9 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/10, where TypeParam = <type> 10: [ RUN ] TestViewAPI/10.sizes 10: [ OK ] TestViewAPI/10.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/10 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/11, where TypeParam = <type> 10: [ RUN ] TestViewAPI/11.sizes 10: [ OK ] TestViewAPI/11.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/11 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/12, where TypeParam = <type> 10: [ RUN ] TestViewAPI/12.sizes 10: [ OK ] TestViewAPI/12.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/12 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/13, where TypeParam = <type> 10: [ RUN ] TestViewAPI/13.sizes 10: [ OK ] TestViewAPI/13.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/13 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/14, where TypeParam = <type> 10: [ RUN ] TestViewAPI/14.sizes 10: [ OK ] TestViewAPI/14.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/14 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/15, where TypeParam = <type> 10: [ RUN ] TestViewAPI/15.sizes 10: [ OK ] TestViewAPI/15.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/15 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/16, where TypeParam = <type> 10: [ RUN ] TestViewAPI/16.sizes 10: [ OK ] TestViewAPI/16.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/16 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/17, where TypeParam = <type> 10: [ RUN ] TestViewAPI/17.sizes 10: [ OK ] TestViewAPI/17.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/17 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/18, where TypeParam = <type> 10: [ RUN ] TestViewAPI/18.sizes 10: [ OK ] TestViewAPI/18.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/18 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/19, where TypeParam = <type> 10: [ RUN ] TestViewAPI/19.sizes 10: [ OK ] TestViewAPI/19.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/19 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/20, where TypeParam = <type> 10: [ RUN ] TestViewAPI/20.sizes 10: [ OK ] TestViewAPI/20.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/20 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/21, where TypeParam = <type> 10: [ RUN ] TestViewAPI/21.sizes 10: [ OK ] TestViewAPI/21.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/21 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/22, where TypeParam = <type> 10: [ RUN ] TestViewAPI/22.sizes 10: [ OK ] TestViewAPI/22.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/22 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/23, where TypeParam = <type> 10: [ RUN ] TestViewAPI/23.sizes 10: [ OK ] TestViewAPI/23.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/23 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/24, where TypeParam = <type> 10: [ RUN ] TestViewAPI/24.sizes 10: [ OK ] TestViewAPI/24.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/24 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/25, where TypeParam = <type> 10: [ RUN ] TestViewAPI/25.sizes 10: [ OK ] TestViewAPI/25.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/25 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/26, where TypeParam = <type> 10: [ RUN ] TestViewAPI/26.sizes 10: [ OK ] TestViewAPI/26.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/26 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/27, where TypeParam = <type> 10: [ RUN ] TestViewAPI/27.sizes 10: [ OK ] TestViewAPI/27.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/27 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/28, where TypeParam = <type> 10: [ RUN ] TestViewAPI/28.sizes 10: [ OK ] TestViewAPI/28.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/28 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/29, where TypeParam = <type> 10: [ RUN ] TestViewAPI/29.sizes 10: [ OK ] TestViewAPI/29.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/29 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/30, where TypeParam = <type> 10: [ RUN ] TestViewAPI/30.sizes 10: [ OK ] TestViewAPI/30.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/30 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/31, where TypeParam = <type> 10: [ RUN ] TestViewAPI/31.sizes 10: [ OK ] TestViewAPI/31.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/31 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/32, where TypeParam = <type> 10: [ RUN ] TestViewAPI/32.sizes 10: [ OK ] TestViewAPI/32.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/32 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/33, where TypeParam = <type> 10: [ RUN ] TestViewAPI/33.sizes 10: [ OK ] TestViewAPI/33.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/33 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/34, where TypeParam = <type> 10: [ RUN ] TestViewAPI/34.sizes 10: [ OK ] TestViewAPI/34.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/34 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/35, where TypeParam = <type> 10: [ RUN ] TestViewAPI/35.sizes 10: [ OK ] TestViewAPI/35.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/35 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/36, where TypeParam = <type> 10: [ RUN ] TestViewAPI/36.sizes 10: [ OK ] TestViewAPI/36.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/36 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/37, where TypeParam = <type> 10: [ RUN ] TestViewAPI/37.sizes 10: [ OK ] TestViewAPI/37.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/37 (0 ms total) 10: 10: [----------] 1 test from TestViewAPI/38, where TypeParam = <type> 10: [ RUN ] TestViewAPI/38.sizes 10: [ OK ] TestViewAPI/38.sizes (0 ms) 10: [----------] 1 test from TestViewAPI/38 (0 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 59 tests from 41 test suites ran. (137 ms total) 10: [ PASSED ] 58 tests. 10: [ SKIPPED ] 1 test, listed below: 10: [ SKIPPED ] defaultdevicetype.shared_space 10/59 Test #10: Kokkos_CoreUnitTest_Default ................................ Passed 0.57 sec test 11 Start 11: Kokkos_CoreUnitTest_InitializeFinalize 11: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 11: Test timeout computed to be: 1500 11: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 11: [==========] Running 30 tests from 7 test suites. 11: [----------] Global test environment set-up. 11: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 11: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 11: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (987 ms) 11: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c04.cpp.o 11: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (4006 ms) 11: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o 11: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (6292 ms) 11: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (11286 ms total) 11: 11: [----------] 4 tests from InitializeFinalize_DeathTest 11: [ RUN ] InitializeFinalize_DeathTest.initialize 11: [ OK ] InitializeFinalize_DeathTest.initialize (3065 ms) 11: [ RUN ] InitializeFinalize_DeathTest.finalize [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o 11: [ OK ] InitializeFinalize_DeathTest.finalize (2272 ms) 11: [ RUN ] InitializeFinalize_DeathTest.is_initialized [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c05.cpp.o 11: [ OK ] InitializeFinalize_DeathTest.is_initialized (428 ms) 11: [ RUN ] InitializeFinalize_DeathTest.is_finalized [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D 11: [ OK ] InitializeFinalize_DeathTest.is_finalized (422 ms) 11: [----------] 4 tests from InitializeFinalize_DeathTest (6189 ms total) 11: 11: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 11: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 11: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (149 ms) 11: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (149 ms total) 11: 11: [----------] 1 test from Legion_DeathTest 11: [ RUN ] Legion_DeathTest.individual_backend_initialization [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c06.cpp.o 11: [ OK ] Legion_DeathTest.individual_backend_initialization (418 ms) 11: [----------] 1 test from Legion_DeathTest (418 ms total) 11: 11: [----------] 2 tests from PushFinalizeHook_DeathTest 11: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o 11: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (418 ms) 11: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c07.cpp.o 11: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1306 ms) 11: [----------] 2 tests from PushFinalizeHook_DeathTest (1725 ms total) 11: 11: [----------] 6 tests from ScopeGuard_DeathTest 11: [ RUN ] ScopeGuard_DeathTest.create 11: [ OK ] ScopeGuard_DeathTest.create (415 ms) 11: [ RUN ] ScopeGuard_DeathTest.create_argument 11: [ OK ] ScopeGuard_DeathTest.create_argument (409 ms) 11: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 11: [ OK ] ScopeGuard_DeathTest.create_while_initialize (1314 ms) 11: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 11: [ OK ] ScopeGuard_DeathTest.create_after_initialize (1331 ms) 11: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 11: [ OK ] ScopeGuard_DeathTest.create_after_finalize (1323 ms) 11: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 11: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (1290 ms) 11: [----------] 6 tests from ScopeGuard_DeathTest (6086 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 (1 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 30 tests from 7 test suites ran. (25856 ms total) 11: [ PASSED ] 30 tests. 11/59 Test #11: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 26.00 sec test 12 Start 12: Kokkos_CoreUnitTest_Develop 12: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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/59 Test #12: Kokkos_CoreUnitTest_Develop ................................ Passed 0.41 sec test 13 Start 13: Kokkos_CoreUnitTest_KokkosP 13: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 13: Test timeout computed to be: 1500 [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o 31: Test_Atomic<float>/100000/iterations:10 10.3 s 10.3 s 10 0 4 15.4464 1.74668m 851.89u 4.99998G 1.28571M 4.99989G 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 (0 ms) 13: [ RUN ] kokkosp.async_deep_copy 13: [ OK ] kokkosp.async_deep_copy (0 ms) 13: [ RUN ] kokkosp.parallel_for 13: [ OK ] kokkosp.parallel_for (0 ms) 13: [ RUN ] kokkosp.parallel_reduce 13: [ OK ] kokkosp.parallel_reduce (1 ms) 13: [ RUN ] kokkosp.parallel_scan 13: [ OK ] kokkosp.parallel_scan (4 ms) 13: [ RUN ] kokkosp.parallel_scan_no_fence 13: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 13: [ RUN ] kokkosp.parallel_scan_no_fence_view 13: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 13: [ RUN ] kokkosp.regions 13: [ OK ] kokkosp.regions (0 ms) 13: [ RUN ] kokkosp.fences 13: [ OK ] kokkosp.fences (0 ms) 13: [ RUN ] kokkosp.raw_allocation 13: [ OK ] kokkosp.raw_allocation (0 ms) 13: [ RUN ] kokkosp.view 13: [ OK ] kokkosp.view (0 ms) 13: [ RUN ] kokkosp.sections 13: [ OK ] kokkosp.sections (0 ms) 13: [ RUN ] kokkosp.metadata 13: [ OK ] kokkosp.metadata (0 ms) 13: [ RUN ] kokkosp.profile_events 13: [ OK ] kokkosp.profile_events (0 ms) 13: [ RUN ] kokkosp.no_init_kernel 13: [ OK ] kokkosp.no_init_kernel (0 ms) 13: [ RUN ] kokkosp.get_events 13: [ OK ] kokkosp.get_events (0 ms) 13: [ RUN ] kokkosp.kernel_name_parallel_for 13: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 13: [ RUN ] kokkosp.kernel_name_parallel_reduce 13: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 13: [ RUN ] kokkosp.kernel_name_parallel_scan 13: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 13: [ RUN ] kokkosp.kernel_name_internal 13: [ OK ] kokkosp.kernel_name_internal (0 ms) 13: [ RUN ] kokkosp.profiling_section 13: [ OK ] kokkosp.profiling_section (0 ms) 13: [ RUN ] kokkosp.scoped_profile_region 13: [ OK ] kokkosp.scoped_profile_region (0 ms) 13: [ RUN ] kokkosp.create_mirror_no_init 13: [ OK ] kokkosp.create_mirror_no_init (0 ms) 13: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 13: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 13: [ RUN ] kokkosp.create_mirror_view_and_copy 13: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 13: [----------] 31 tests from kokkosp (8 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 31 tests from 1 test suite ran. (8 ms total) 13: [ PASSED ] 31 tests. 13/59 Test #13: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.42 sec test 14 Start 14: Kokkos_CoreUnitTest_ToolIndependence 14: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 14: Test timeout computed to be: 1500 14/59 Test #14: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.14 sec test 15 Start 15: Kokkos_ProfilingTestLibraryLoadHelp 15: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 15: Environment variables: 15: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/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/59 Test #15: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.41 sec test 16 Start 16: Kokkos_ProfilingTestLibraryCmdLineHelp 16: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so" 16: Test timeout computed to be: 1500 16: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 16/59 Test #16: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.41 sec test 17 Start 17: Kokkos_ProfilingTestLibraryLoad 17: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 17: Environment variables: 17: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/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:1800::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.7.99::kokkosp_allocate_data:Host:source:0x1aa9b00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1344d80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1344e80:Host:source:0x1aa9c00: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:0x13a6300: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:0x1344d80:40::kokkosp_deallocate_data:Host:source:0x1aa9b00:40::kokkosp_finalize_library:: 17/59 Test #17: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.40 sec test 18 Start 18: Kokkos_ProfilingTestLibraryCmdLine 18: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/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:1800::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.7.99::kokkosp_allocate_data:Host:source:0x248fcc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x2241500:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x2241600:Host:source:0x248fdc0: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:0x257de00: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:0x2241500:40::kokkosp_deallocate_data:Host:source:0x248fcc0:40::kokkosp_finalize_library:: 18/59 Test #18: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.41 sec test 19 Start 19: Kokkos_CoreUnitTest_StackTraceTest 19: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f75299ee3a2] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x29dfbe] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x299df2] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x29b79c] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f752b16fb09] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f752b14b2b8] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f752b14c52d] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f752b14ce08] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f752b15bced] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f752b170839] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f752b15b88a] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x29bc70] 19: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f7528f871ca] 19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f7528f8728b] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x299c65] 19: 19: demangled test_f1: 19: [0x7f75299ee3a2] Kokkos::Impl::save_stacktrace() 19: [0x29dfbe] Test::stacktrace_test_f1(std::ostream&) 19: [0x299df2] Test::test_stacktrace(bool, bool) 19: [0x29b79c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 19: [0x7f752b16fb09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 19: [0x7f752b14b2b8] testing::Test::Run() 19: [0x7f752b14c52d] testing::TestInfo::Run() 19: [0x7f752b14ce08] testing::TestSuite::Run() 19: [0x7f752b15bced] testing::internal::UnitTestImpl::RunAllTests() 19: [0x7f752b170839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 19: [0x7f752b15b88a] testing::UnitTest::Run() 19: [0x29bc70] main 19: [0x7f7528f871ca] 19: [0x7f7528f8728b] __libc_start_main 19: [0x299c65] _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-8351/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f75299ee3a2] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x29dfbe] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x29e486] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x29a89a] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x29b79c] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f752b16fb09] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f752b14b2b8] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f752b14c52d] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f752b14ce08] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f752b15bced] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f752b170839] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f752b15b88a] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x29bc70] 19: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f7528f871ca] 19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f7528f8728b] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x299c65] 19: 19: demangled test_f3: 19: [0x7f75299ee3a2] Kokkos::Impl::save_stacktrace() 19: [0x29dfbe] Test::stacktrace_test_f1(std::ostream&) 19: [0x29e486] Test::stacktrace_test_f3(std::ostream&, int) 19: [0x29a89a] Test::test_stacktrace(bool, bool) 19: [0x29b79c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 19: [0x7f752b16fb09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 19: [0x7f752b14b2b8] testing::Test::Run() 19: [0x7f752b14c52d] testing::TestInfo::Run() 19: [0x7f752b14ce08] testing::TestSuite::Run() 19: [0x7f752b15bced] testing::internal::UnitTestImpl::RunAllTests() 19: [0x7f752b170839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 19: [0x7f752b15b88a] testing::UnitTest::Run() 19: [0x29bc70] main 19: [0x7f7528f871ca] 19: [0x7f7528f8728b] __libc_start_main 19: [0x299c65] _start 19: 19: Test setting std::terminate handler that prints the last saved stack trace [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o 19: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1277 ms) 19: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o 19: Top of f1 19: Top of f0 19: Top of f0 19: test_f1: 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f9bdeca73a2] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x29dfbe] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x299df2] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x29ba59] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f9be0428b09] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f9be04042b8] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f9be040552d] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f9be0405e08] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f9be0414ced] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f9be0429839] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f9be041488a] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x29bc70] 19: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f9bde2401ca] 19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f9bde24028b] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x299c65] 19: 19: demangled test_f1: 19: [0x7f9bdeca73a2] Kokkos::Impl::save_stacktrace() 19: [0x29dfbe] Test::stacktrace_test_f1(std::ostream&) 19: [0x299df2] Test::test_stacktrace(bool, bool) 19: [0x29ba59] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 19: [0x7f9be0428b09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 19: [0x7f9be04042b8] testing::Test::Run() 19: [0x7f9be040552d] testing::TestInfo::Run() 19: [0x7f9be0405e08] testing::TestSuite::Run() 19: [0x7f9be0414ced] testing::internal::UnitTestImpl::RunAllTests() 19: [0x7f9be0429839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 19: [0x7f9be041488a] testing::UnitTest::Run() 19: [0x29bc70] main 19: [0x7f9bde2401ca] 19: [0x7f9bde24028b] __libc_start_main 19: [0x299c65] _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-8351/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f9bdeca73a2] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x29dfbe] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x29e486] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x29a89a] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x29ba59] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f9be0428b09] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f9be04042b8] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f9be040552d] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f9be0405e08] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f9be0414ced] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f9be0429839] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f9be041488a] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x29bc70] 19: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f9bde2401ca] 19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f9bde24028b] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x299c65] 19: 19: demangled test_f3: 19: [0x7f9bdeca73a2] Kokkos::Impl::save_stacktrace() 19: [0x29dfbe] Test::stacktrace_test_f1(std::ostream&) 19: [0x29e486] Test::stacktrace_test_f3(std::ostream&, int) 19: [0x29a89a] Test::test_stacktrace(bool, bool) 19: [0x29ba59] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 19: [0x7f9be0428b09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 19: [0x7f9be04042b8] testing::Test::Run() 19: [0x7f9be040552d] testing::TestInfo::Run() 19: [0x7f9be0405e08] testing::TestSuite::Run() 19: [0x7f9be0414ced] testing::internal::UnitTestImpl::RunAllTests() 19: [0x7f9be0429839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 19: [0x7f9be041488a] testing::UnitTest::Run() 19: [0x29bc70] main 19: [0x7f9bde2401ca] 19: [0x7f9bde24028b] __libc_start_main 19: [0x299c65] _start 19: 19: Test setting std::terminate handler that prints the last saved stack trace 19: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1296 ms) 19: [----------] 2 tests from defaultdevicetype_DeathTest (2574 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-8351/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f2aa10153a2] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x29dfbe] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x299df2] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f2aa2796b09] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f2aa27722b8] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f2aa277352d] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f2aa2773e08] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f2aa2782ced] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f2aa2797839] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f2aa278288a] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x29bc70] 19: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f2aa05ae1ca] 19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f2aa05ae28b] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x299c65] 19: 19: demangled test_f1: 19: [0x7f2aa10153a2] Kokkos::Impl::save_stacktrace() 19: [0x29dfbe] Test::stacktrace_test_f1(std::ostream&) 19: [0x299df2] Test::test_stacktrace(bool, bool) 19: [0x7f2aa2796b09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 19: [0x7f2aa27722b8] testing::Test::Run() 19: [0x7f2aa277352d] testing::TestInfo::Run() 19: [0x7f2aa2773e08] testing::TestSuite::Run() 19: [0x7f2aa2782ced] testing::internal::UnitTestImpl::RunAllTests() 19: [0x7f2aa2797839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 19: [0x7f2aa278288a] testing::UnitTest::Run() 19: [0x29bc70] main 19: [0x7f2aa05ae1ca] 19: [0x7f2aa05ae28b] __libc_start_main 19: [0x299c65] _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-8351/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f2aa10153a2] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x29dfbe] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x29e486] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x29a89a] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f2aa2796b09] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f2aa27722b8] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f2aa277352d] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f2aa2773e08] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f2aa2782ced] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f2aa2797839] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f2aa278288a] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x29bc70] 19: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f2aa05ae1ca] 19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f2aa05ae28b] 19: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x299c65] 19: 19: demangled test_f3: 19: [0x7f2aa10153a2] Kokkos::Impl::save_stacktrace() 19: [0x29dfbe] Test::stacktrace_test_f1(std::ostream&) 19: [0x29e486] Test::stacktrace_test_f3(std::ostream&, int) 19: [0x29a89a] Test::test_stacktrace(bool, bool) 19: [0x7f2aa2796b09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 19: [0x7f2aa27722b8] testing::Test::Run() 19: [0x7f2aa277352d] testing::TestInfo::Run() 19: [0x7f2aa2773e08] testing::TestSuite::Run() 19: [0x7f2aa2782ced] testing::internal::UnitTestImpl::RunAllTests() 19: [0x7f2aa2797839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 19: [0x7f2aa278288a] testing::UnitTest::Run() 19: [0x29bc70] main 19: [0x7f2aa05ae1ca] 19: [0x7f2aa05ae28b] __libc_start_main 19: [0x299c65] _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. (2575 ms total) 19: [ PASSED ] 3 tests. 19/59 Test #19: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 2.99 sec test 20 Start 20: Kokkos_IncrementalTest_SERIAL 20: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (48 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 (66 ms) 20: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 20: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 20: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 20: [ OK ] SERIAL.IncrTest_12b_TeamScratch (1 ms) 20: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 20: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 20: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 20: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 20: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 20: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 20: [ RUN ] SERIAL.incr_14_MDrangeReduce 20: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 20: [ RUN ] SERIAL.IncrTest_16_parallelscan 20: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 20: [ RUN ] SERIAL.incr_17_atomicView 20: [ OK ] SERIAL.incr_17_atomicView (0 ms) 20: [----------] 28 tests from SERIAL (117 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 28 tests from 1 test suite ran. (117 ms total) 20: [ PASSED ] 28 tests. 20/59 Test #20: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.53 sec test 21 Start 21: Kokkos_IncrementalTest_HIP 21: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 : 60241133 = version 6.2.41133 21: macro KOKKOS_ENABLE_ROCTHRUST : defined 21: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 21: Kokkos::HIP[ 0 ] gcnArch 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 [ 97%] 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_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o 21: [ OK ] HIP.IncrTest_03b_memspace_free (4287 ms) 21: [ RUN ] HIP.IncrTest_04_simple_parallelFor 21: [ OK ] HIP.IncrTest_04_simple_parallelFor (1 ms) 21: [ RUN ] HIP.IncrTest_04_RangePolicy_parallelFor 21: [ OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms) 21: [ RUN ] HIP.IncrTest_05_reduction 21: [ OK ] HIP.IncrTest_05_reduction (6 ms) 21: [ RUN ] HIP.IncrTest_06_mdrange2D 21: [ OK ] HIP.IncrTest_06_mdrange2D (0 ms) 21: [ RUN ] HIP.IncrTest_06_mdrange3D 21: [ OK ] HIP.IncrTest_06_mdrange3D (0 ms) 21: [ RUN ] HIP.IncrTest_06_mdrange4D 21: [ OK ] HIP.IncrTest_06_mdrange4D (0 ms) 21: [ RUN ] HIP.IncrTest_08_deep_copy_2D 21: [ OK ] HIP.IncrTest_08_deep_copy_2D (1 ms) 21: [ RUN ] HIP.IncrTest_08_deep_copy_3D 21: [ OK ] HIP.IncrTest_08_deep_copy_3D (0 ms) 21: [ RUN ] HIP.IncrTest_08_deep_copy_4D 21: [ OK ] HIP.IncrTest_08_deep_copy_4D (0 ms) 21: [ RUN ] HIP.IncrTest_10_Hierarchical_Basics 21: [ OK ] HIP.IncrTest_10_Hierarchical_Basics (0 ms) 21: [ RUN ] HIP.IncrTest_11a_Hierarchical_ForLoop 21: [ OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms) 21: [ RUN ] HIP.IncrTest_11b_Hierarchical_ForLoop 21: [ OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (0 ms) 21: [ RUN ] HIP.IncrTest_11c_Hierarchical_ForLoop 21: [ OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (105 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 (1 ms) 21: [ RUN ] HIP.IncrTest_13b_Hierarchical_Red 21: [ OK ] HIP.IncrTest_13b_Hierarchical_Red (1 ms) 21: [ RUN ] HIP.IncrTest_13c_Hierarchical_Red 21: [ OK ] HIP.IncrTest_13c_Hierarchical_Red (0 ms) 21: [ RUN ] HIP.incr_14_MDrangeReduce 21: [ OK ] HIP.incr_14_MDrangeReduce (0 ms) 21: [ RUN ] HIP.IncrTest_16_parallelscan 21: [ OK ] HIP.IncrTest_16_parallelscan (6 ms) 21: [ RUN ] HIP.incr_17_atomicView 21: [ OK ] HIP.incr_17_atomicView (0 ms) 21: [----------] 28 tests from HIP (4426 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 28 tests from 1 test suite ran. (4426 ms total) 21: [ PASSED ] 28 tests. 21/59 Test #21: Kokkos_IncrementalTest_HIP ................................. Passed 4.85 sec test 22 Start 22: Kokkos_CoreUnitTest_CTestDevice 22: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (583 ms) 22: [ RUN ] ctest_environment_DeathTest.no_type_str [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o 22: [ OK ] ctest_environment_DeathTest.no_type_str (579 ms) 22: [ RUN ] ctest_environment_DeathTest.missing_type 22: [ OK ] ctest_environment_DeathTest.missing_type (1075 ms) 22: [ RUN ] ctest_environment_DeathTest.no_id_str 22: [ OK ] ctest_environment_DeathTest.no_id_str (566 ms) 22: [ RUN ] ctest_environment_DeathTest.invalid_id_str [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A 22: [ OK ] ctest_environment_DeathTest.invalid_id_str (1142 ms) 22: [----------] 5 tests from ctest_environment_DeathTest (3947 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. (3947 ms total) 22: [ PASSED ] 8 tests. 22/59 Test #22: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 4.09 sec test 23 Start 23: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 23: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 23: Test timeout computed to be: 1500 23/59 Test #23: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.14 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 24: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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/59 Test #24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.14 sec test 25 Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 25: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 25: Test timeout computed to be: 1500 25/59 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.14 sec test 26 Start 26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 26: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 26: Environment variables: 26: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 26: Test timeout computed to be: 1500 26/59 Test #26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.14 sec test 27 Start 27: Kokkos_CoreUnitTest_DeviceAndThreads 27: Test command: /usr/bin/python3 "/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/TestDeviceAndThreads.py" "-v" 27: Test timeout computed to be: 1500 [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o 27: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... ok 27: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ok 27: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... ok 27: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... skipped 'no host parallel backend enabled' [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C 27: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ok 27: 27: ---------------------------------------------------------------------- 27: Ran 5 tests in 4.957s 27: 27: OK (skipped=1) 27/59 Test #27: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 5.00 sec test 28 Start 28: Kokkos_PerformanceTest_TaskDag 28: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 28: Test timeout computed to be: 1500 28/59 Test #28: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.14 sec test 29 Start 29: Kokkos_PerformanceTest_Benchmark 29: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-08-22_T19-33-19.json" 29: Test timeout computed to be: 1500 29: 2025-08-22T20:03:34+00:00 29: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 29: Run on (255 X 3524.58 MHz CPU s) 29: CPU Caches: 29: L1 Data 32 KiB (x127) 29: L1 Instruction 32 KiB (x127) 29: L2 Unified 512 KiB (x127) 29: L3 Unified 32768 KiB (x15) 29: Load Average: 3.70, 8.08, 14.30 29: APU or dGPU: dGPU 29: Architecture capable of accessing system allocated memory: 1 29: CPU architecture: none 29: Default Device: HIP 29: GPU architecture: AMD_GFX908 29: Is Large Bar: 1 29: KOKKOS_COMPILER_CLANG: 1800 29: KOKKOS_ENABLE_ASM: no 29: KOKKOS_ENABLE_CXX17: no 29: KOKKOS_ENABLE_CXX20: yes 29: KOKKOS_ENABLE_CXX23: no 29: KOKKOS_ENABLE_CXX26: no 29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 29: KOKKOS_ENABLE_HIP: yes 29: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 29: KOKKOS_ENABLE_HWLOC: no 29: KOKKOS_ENABLE_LIBDL: yes 29: KOKKOS_ENABLE_PRAGMA_IVDEP: no 29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 29: KOKKOS_ENABLE_PRAGMA_UNROLL: no 29: KOKKOS_ENABLE_PRAGMA_VECTOR: no 29: KOKKOS_ENABLE_SERIAL: yes 29: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 29: Kokkos Version: 4.7.99 29: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 29: Shared Memory per Block: 64 KiB 29: Supports Managed Memory: 1 29: System allows accessing system allocated memory on GPU: 0 29: Total Global Memory: 31.98 GiB 29: Wavefront Size: 64 29: XNACK environment variable set: no 29: macro HIP_VERSION: 60241133 = version 6.2.41133 29: macro KOKKOS_ENABLE_HIP: defined 29: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 29: macro KOKKOS_ENABLE_ROCTHRUST: defined 29: platform: 64bit 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Count Time normalized 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: GramSchmidt<double>/Count:1024/iterations:5/manual_time 0.007 s 0.008 s 5 1024 6.92819u 29: GramSchmidt<double>/Count:2048/iterations:5/manual_time 0.007 s 0.007 s 5 2.048k 3.44179u 29: GramSchmidt<double>/Count:4096/iterations:5/manual_time 0.007 s 0.008 s 5 4.096k 1.7215u 29: GramSchmidt<double>/Count:8192/iterations:5/manual_time 0.007 s 0.008 s 5 8.192k 853.718n 29: GramSchmidt<double>/Count:16384/iterations:5/manual_time 0.007 s 0.008 s 5 16.384k 424.702n 29: GramSchmidt<double>/Count:32768/iterations:5/manual_time 0.007 s 0.009 s 5 32.768k 216.388n 29: GramSchmidt<double>/Count:65536/iterations:5/manual_time 0.008 s 0.010 s 5 65.536k 118.48n 29: GramSchmidt<double>/Count:131072/iterations:5/manual_time 0.010 s 0.016 s 5 131.072k 79.5175n 29: GramSchmidt<double>/Count:262144/iterations:5/manual_time 0.031 s 0.044 s 5 262.144k 117.395n [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o 29: GramSchmidt<double>/Count:524288/iterations:5/manual_time 0.033 s 0.059 s 5 524.288k 62.5926n [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s Max 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: CustomReduction<double>/N:100000/R:1000/manual_time 0.007 s 0.017 s 96 15.0103k/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.517 s 0.514 s 1 0.097549 0.0471553 0.0934727 0.0429254 0.0444504 2.1u 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: OverlapMDRangePolicy/N:200/M:10000/R:10 0.045 s 0.044 s 16 8.16262m 4.0599m 7.71817m 3.85714m 3.86939m 2.07u [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o 29: OverlapTeamPolicy/N:20/M:1000000/R:10 0.193 s 0.192 s 4 0.0356951 0.0181286 0.0329686 0.0162439 0.0179973 2.48u 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Count Time normalized 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time 0.000 s 0.001 s 5 1024 29.1992n 29: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 15.2876n 29: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 5.63696n 29: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 2.948n 29: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.58813n 29: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 978.394p 29: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 664.52p 29: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 525.429p 29: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 430.447p 29: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 376.163p 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations FOM: rate 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Malloc/N:1/manual_time 17.6 us 43.1 us 38118 56.7751k/s 29: Malloc/N:16/manual_time 17.5 us 42.9 us 39673 57.0337k/s [ 85%] Built target Kokkos_ContainersUnitTest_SYCL [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o 29: Malloc/N:256/manual_time 17.6 us 42.9 us 38406 56.8868k/s [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o 29: Malloc/N:4096/manual_time 17.7 us 43.0 us 39868 56.4429k/s [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o 29: Malloc/N:65536/manual_time 17.6 us 42.9 us 39911 56.9678k/s 29: Malloc/N:1048576/manual_time 17.6 us 43.1 us 38822 56.7661k/s [ 98%] 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_Serial1.dir/serial/TestSerial_Task.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c08.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o 29: Malloc/N:16777216/manual_time 531 us 225 us 7626 1.88462k/s 29: Malloc/N:268435456/manual_time 9311 us 448 us 75 107.396/s 29: Malloc/N:4294967296/manual_time 148543 us 1318 us 5 6.73205/s 29: MallocFree/N:1/manual_time 160 us 159 us 3639 6.26209k/s [ 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_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o 29: MallocFree/N:16/manual_time 46.0 us 45.7 us 14233 21.7612k/s 29: MallocFree/N:256/manual_time 45.3 us 45.1 us 16058 22.081k/s 29: MallocFree/N:4096/manual_time 43.2 us 43.1 us 16179 23.1652k/s 29: MallocFree/N:65536/manual_time 43.0 us 42.9 us 16265 23.2704k/s [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c09.cpp.o 29: MallocFree/N:1048576/manual_time 43.1 us 43.0 us 16148 23.1804k/s [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o 29: MallocFree/N:16777216/manual_time 544 us 217 us 4714 1.8374k/s 29: MallocFree/N:268435456/manual_time 9458 us 450 us 74 105.735/s [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c10.cpp.o 29: MallocFree/N:4294967296/manual_time 149163 us 1214 us 5 6.70407/s [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o 29: MallocTouch/N:1/manual_time 127 us 153 us 4666 7.85746k/s [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o 29: MallocTouch/N:16/manual_time 18.9 us 44.3 us 37716 52.833k/s [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C 29: MallocTouch/N:256/manual_time 17.9 us 42.7 us 33212 55.956k/s 29: MallocTouch/N:4096/manual_time 28.6 us 54.0 us 22854 34.9427k/s [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D 29: MallocTouch/N:65536/manual_time 28.6 us 53.9 us 24461 35.0108k/s 29: MallocTouch/N:1048576/manual_time 33.9 us 59.2 us 21778 29.4798k/s [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E 29: MallocTouch/N:16777216/manual_time 500 us 237 us 5830 1.99911k/s 29: MallocTouch/N:268435456/manual_time 9320 us 1998 us 75 107.301/s 29: MallocTouch/N:4294967296/manual_time 148181 us 1927 us 5 6.7485/s 29: MallocTouchFree/N:1/manual_time 163 us 163 us 4541 6.11952k/s 29: MallocTouchFree/N:16/manual_time 46.4 us 46.2 us 15768 21.5586k/s [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o 29: MallocTouchFree/N:256/manual_time 53.6 us 52.9 us 15953 18.6475k/s 29: MallocTouchFree/N:4096/manual_time 53.6 us 53.4 us 13423 18.6676k/s [ 99%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o 29: MallocTouchFree/N:65536/manual_time 56.5 us 54.5 us 12918 17.7121k/s 29: MallocTouchFree/N:1048576/manual_time 58.1 us 58.0 us 12039 17.2065k/s [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 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_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 99%] Built target Kokkos_CoreUnitTest_Serial1 [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c11.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o 29: MallocTouchFree/N:16777216/manual_time 507 us 255 us 3873 1.97322k/s [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o 29: MallocTouchFree/N:268435456/manual_time 9455 us 524 us 74 105.768/s 29: MallocTouchFree/N:4294967296/manual_time 149109 us 2004 us 5 6.70651/s 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s MB 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.055 s 0.001 s 10 14.6722/s 800 29: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.025 s 0.001 s 49 32.3983/s 800 29: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.8196/s 800 29: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.8219/s 800 29: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.8058/s 800 29: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.8152/s 800 29: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.8227/s 800 29: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.8163/s 800 [ 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.cpp.o 29: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.8176/s 800 [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o 29: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.028 s 0.001 s 28 28.8286/s 800 29: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.8243/s 800 29: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.809/s 800 29: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.8182/s 800 29: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.8195/s 800 29: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.027 s 0.001 s 26 29.8223/s 800 [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o 29: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.027 s 0.001 s 26 29.8531/s 800 29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.028 s 0.028 s 24 56.3904/s 1.6k 29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.029 s 0.028 s 24 56.0314/s 1.6k 29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 403 933.038/s 1.6k 29: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 400 926.587/s 1.6k [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o 29: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 398 925.96/s 1.6k 29: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.003 s 0.003 s 254 294.973/s 800 [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o 29: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.047 s 0.047 s 15 17.0169/s 800 29: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 393 888.4/s 1.6k 31: Test_Atomic<double>/100000/iterations:10 11.5 s 11.4 s 10 1 8 20.2213 1.93148m 854.39u 4.99995G 1028.78k 4.99995G 31/58 Test #31: Kokkos_PerformanceTest_Atomic .............................. Passed 405.82 sec test 32 Start 32: Kokkos_PerformanceTest_Reduction 32: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-08-22_T19-33-56.json" 32: Test timeout computed to be: 1500 32: 2025-08-22T20:04:58+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Reduction 32: Run on (255 X 3523.96 MHz CPU s) 32: CPU Caches: 32: L1 Data 32 KiB (x127) 32: L1 Instruction 32 KiB (x127) 32: L2 Unified 512 KiB (x127) 32: L3 Unified 32768 KiB (x15) 32: Load Average: 9.09, 8.52, 13.89 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: 1500 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_OPENMP: yes 32: KOKKOS_ENABLE_PRAGMA_IVDEP: no 32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 32: KOKKOS_ENABLE_PRAGMA_UNROLL: no 32: KOKKOS_ENABLE_PRAGMA_VECTOR: no 32: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 32: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 32: Kokkos Version: 4.7.99 32: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 32: Shared Memory per Block: 64 KiB 32: Supports Managed Memory: 1 32: System allows accessing system allocated memory on GPU: 0 32: Total Global Memory: 31.98 GiB 32: Wavefront Size: 64 32: XNACK environment variable set: no 32: macro HIP_VERSION: 50322062 = version 5.3.22062 32: macro KOKKOS_ENABLE_HIP: defined 32: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 32: macro KOKKOS_ENABLE_ROCTHRUST: defined 32: platform: 64bit 32: ---------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations 32: ---------------------------------------------------------------------------------------------------- 32: ReductionCheapScalarResult<double>/10000/iterations:10 31.5 us 31.2 us 10 32: ReductionCheapScalarResult<double>/100000/iterations:10 37.1 us 37.0 us 10 32: ReductionCheapScalarResult<double>/1000000/iterations:10 43.1 us 43.1 us 10 32: ReductionCheapScalarResult<double>/10000000/iterations:10 147 us 147 us 10 32: ReductionCheapHostResult<double>/10000/iterations:10 30.1 us 30.1 us 10 32: ReductionCheapHostResult<double>/100000/iterations:10 37.5 us 37.1 us 10 32: ReductionCheapHostResult<double>/1000000/iterations:10 43.0 us 42.9 us 10 32: ReductionCheapHostResult<double>/10000000/iterations:10 145 us 143 us 10 32: ReductionCheapDeviceResult<double>/10000/iterations:10 29.4 us 29.3 us 10 32: ReductionCheapDeviceResult<double>/100000/iterations:10 33.6 us 33.6 us 10 32: ReductionCheapDeviceResult<double>/1000000/iterations:10 40.5 us 40.0 us 10 32: ReductionCheapDeviceResult<double>/10000000/iterations:10 132 us 131 us 10 32: ReductionExpensive<double>/10000/iterations:10 104 us 103 us 10 32: ReductionExpensive<double>/100000/iterations:10 298 us 297 us 10 32: ReductionExpensive<double>/1000000/iterations:10 2591 us 2580 us 10 32: ReductionExpensive<double>/10000000/iterations:10 22256 us 22165 us 10 32/58 Test #32: Kokkos_PerformanceTest_Reduction ........................... Passed 0.71 sec test 33 Start 33: Kokkos_ContainersUnitTest_OpenMP 33: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 33: Test timeout computed to be: 1500 33: [==========] Running 71 tests from 2 test suites. 33: [----------] Global test environment set-up. 33: [----------] 2 tests from openmp_DeathTest 33: [ RUN ] openmp_DeathTest.dualview_external_view_construction 33: [ OK ] openmp_DeathTest.dualview_external_view_construction (1676 ms) 33: [ RUN ] openmp_DeathTest.offsetview_unmanaged_construction 29: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 384 869.212/s 1.6k 29: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 398 924.592/s 1.6k [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o 29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 363 916.697/s 1.6k 29: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.003 s 0.003 s 203 506.816/s 1.6k 29: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.003 s 0.003 s 225 516.003/s 1.6k 29: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 365 888.753/s 1.6k [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o 29: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 328 752.052/s 1.6k [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o 29: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 275 642.713/s 1.6k 29: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 400 894.891/s 1.6k 29: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 401 881.057/s 1.6k 29: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 400 888.63/s 1.6k 29: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 388 931.055/s 1.6k [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o 29: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.014 s 0.014 s 49 111.502/s 1.6k [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o 29: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.014 s 0.014 s 49 112.676/s 1.6k 29: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.003 s 0.003 s 211 511.923/s 1.6k 29: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.007 s 0.007 s 103 234.4/s 1.6k 33: [ OK ] openmp_DeathTest.offsetview_unmanaged_construction (19532 ms) 33: [----------] 2 tests from openmp_DeathTest (21208 ms total) 33: 33: [----------] 69 tests from openmp 33: [ RUN ] openmp.bitset 33: [ OK ] openmp.bitset (207 ms) 33: [ RUN ] openmp.bitset_default_constructor_no_alloc 33: [ OK ] openmp.bitset_default_constructor_no_alloc (0 ms) 33: [ RUN ] openmp.dualview_combination 33: [ OK ] openmp.dualview_combination (0 ms) 33: [ RUN ] openmp.dualview_alloc 33: [ OK ] openmp.dualview_alloc (0 ms) 33: [ RUN ] openmp.test_dualview_copy_construction_and_assignment 33: [ OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms) 33: [ RUN ] openmp.dualview_combinations_without_init 33: [ OK ] openmp.dualview_combinations_without_init (0 ms) 33: [ RUN ] openmp.dualview_deep_copy 33: [ OK ] openmp.dualview_deep_copy (0 ms) 33: [ RUN ] openmp.dualview_sync_should_fence 33: [ OK ] openmp.dualview_sync_should_fence (0 ms) 33: [ RUN ] openmp.dualview_realloc 33: [ OK ] openmp.dualview_realloc (0 ms) 33: [ RUN ] openmp.dualview_resize 33: [ OK ] openmp.dualview_resize (0 ms) 33: [ RUN ] openmp.dualview_device_correct_kokkos_device 33: 33: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 33: does not support page migration between device and host. 33: HIPManagedSpace might not work as expected. 33: Please refer to the ROCm documentation on unified/managed memory. 33: [ OK ] openmp.dualview_device_correct_kokkos_device (0 ms) 33: [ RUN ] openmp.dualview_host_correct_kokkos_device 33: [ OK ] openmp.dualview_host_correct_kokkos_device (0 ms) 33: [ RUN ] openmp.dualview_host_modify_template_device_sync 33: [ OK ] openmp.dualview_host_modify_template_device_sync (0 ms) 33: [ RUN ] openmp.dualview_host_modify_template_device_execspace_sync 33: [ OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms) 33: [ RUN ] openmp.dualview_device_modify_template_host_sync 33: [ OK ] openmp.dualview_device_modify_template_host_sync (0 ms) 33: [ RUN ] openmp.dualview_device_modify_template_host_execspace_sync 33: [ OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms) 33: [ RUN ] openmp.dualview_template_views_return_correct_executionspace_views 33: [ OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms) 33: [ RUN ] openmp.dualview_template_views_return_correct_views_from_const_dual_view 33: [ OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 33: [ RUN ] openmp.dualview_sequential_host_init 33: [ OK ] openmp.dualview_sequential_host_init (0 ms) 33: [ RUN ] openmp.dualview_default_constructed 33: [ OK ] openmp.dualview_default_constructed (0 ms) 33: [ RUN ] openmp.dualview_resize_single_device 33: [ OK ] openmp.dualview_resize_single_device (0 ms) 33: [ RUN ] openmp.dynamic_view 33: [ OK ] openmp.dynamic_view (10 ms) 33: [ RUN ] openmp.dyn_rank_view_api_generic 33: [ OK ] openmp.dyn_rank_view_api_generic (7 ms) 33: [ RUN ] openmp.dyn_rank_view_api_operator_rank12345 33: [ OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms) 33: [ RUN ] openmp.dyn_rank_view_check_fence_resize_realloc 33: /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 33: skipping since not default execution space 33: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms) 33: [ RUN ] openmp.dyn_rank_view_api_operator_rank67 33: [ OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms) 33: [ RUN ] openmp.dyn_rank_view_ctor_from_members 33: [ OK ] openmp.dyn_rank_view_ctor_from_members (0 ms) 33: [ RUN ] openmp.dyn_rank_view_team_scratch 33: [ OK ] openmp.dyn_rank_view_team_scratch (0 ms) 33: [ RUN ] openmp.ErrorReporterViaLambda 33: [ OK ] openmp.ErrorReporterViaLambda (0 ms) 33: [ RUN ] openmp.ErrorReporter 33: [ OK ] openmp.ErrorReporter (0 ms) 33: [ RUN ] openmp.offsetview_construction 33: [ OK ] openmp.offsetview_construction (9 ms) 33: [ RUN ] openmp.offsetview_unmanaged_construction 33: [ OK ] openmp.offsetview_unmanaged_construction (0 ms) 33: [ RUN ] openmp.offsetview_subview 33: [ OK ] openmp.offsetview_subview (10 ms) 33: [ RUN ] openmp.offsetview_offsets_rank1 33: [ OK ] openmp.offsetview_offsets_rank1 (0 ms) 33: [ RUN ] openmp.offsetview_offsets_rank2 33: [ OK ] openmp.offsetview_offsets_rank2 (0 ms) 33: [ RUN ] openmp.offsetview_offsets_rank3 33: [ OK ] openmp.offsetview_offsets_rank3 (0 ms) 33: [ RUN ] openmp.scatterview 29: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 400 928.464/s 1.6k [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o 29: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 397 928.357/s 1.6k 33: [ OK ] openmp.scatterview (1212 ms) 33: [ RUN ] openmp.scatterview_devicetype 33: [ OK ] openmp.scatterview_devicetype (3 ms) 33: [ RUN ] openmp.resize_realloc_no_init_dualview 33: [ OK ] openmp.resize_realloc_no_init_dualview (6 ms) 33: [ RUN ] openmp.resize_realloc_no_alloc_dualview 33: [ OK ] openmp.resize_realloc_no_alloc_dualview (0 ms) 33: [ RUN ] openmp.resize_exec_space_dualview 33: [ OK ] openmp.resize_exec_space_dualview (0 ms) 33: [ RUN ] openmp.realloc_exec_space_dualview 33: [ OK ] openmp.realloc_exec_space_dualview (0 ms) 33: [ RUN ] openmp.resize_realloc_no_init_dynrankview 33: [ OK ] openmp.resize_realloc_no_init_dynrankview (0 ms) 33: [ RUN ] openmp.resize_exec_space_dynrankview 33: [ OK ] openmp.resize_exec_space_dynrankview (0 ms) 33: [ RUN ] openmp.realloc_exec_space_dynrankview 33: [ OK ] openmp.realloc_exec_space_dynrankview (0 ms) 33: [ RUN ] openmp.resize_realloc_no_init_scatterview 33: [ OK ] openmp.resize_realloc_no_init_scatterview (0 ms) 33: [ RUN ] openmp.resize_realloc_no_alloc_scatterview 33: [ OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms) 33: [ RUN ] openmp.resize_exec_space_scatterview 33: [ OK ] openmp.resize_exec_space_scatterview (0 ms) 33: [ RUN ] openmp.realloc_exec_space_scatterview 33: [ OK ] openmp.realloc_exec_space_scatterview (0 ms) 33: [ RUN ] openmp.create_mirror_no_init_dynrankview 33: [ OK ] openmp.create_mirror_no_init_dynrankview (0 ms) 33: [ RUN ] openmp.create_mirror_no_init_dynrankview_viewctor 33: [ OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms) 33: [ RUN ] openmp.create_mirror_view_and_copy_dynrankview 33: [ OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms) 33: [ RUN ] openmp.create_mirror_no_init_offsetview 33: [ OK ] openmp.create_mirror_no_init_offsetview (0 ms) 33: [ RUN ] openmp.create_mirror_no_init_offsetview_view_ctor 33: [ OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms) 33: [ RUN ] openmp.create_mirror_view_and_copy_offsetview 33: [ OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms) 33: [ RUN ] openmp.create_mirror_no_init_dynamicview 33: [ OK ] openmp.create_mirror_no_init_dynamicview (0 ms) 33: [ RUN ] openmp.create_mirror_view_and_copy_dynamicview 33: [ OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms) 33: [ RUN ] openmp.create_mirror_no_init_dynamicview_view_ctor 33: [ OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms) 33: [ RUN ] openmp.UnorderedMap_insert 29: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.016 s 0.016 s 44 101.474/s 1.6k 29: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.018 s 0.018 s 38 87.4743/s 1.6k 29: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 400 931.788/s 1.6k 33: [ OK ] openmp.UnorderedMap_insert (2786 ms) 33: [ RUN ] openmp.UnorderedMap_failed_insert 29: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 399 928.393/s 1.6k [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o 29: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.017 s 0.017 s 40 91.4725/s 1.6k 29: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.019 s 0.019 s 37 84.9136/s 1.6k 33: [ OK ] openmp.UnorderedMap_failed_insert (3046 ms) 33: [ RUN ] openmp.UnorderedMap_deep_copy 33: [ OK ] openmp.UnorderedMap_deep_copy (4 ms) 33: [ RUN ] openmp.UnorderedMap_valid_empty 33: [ OK ] openmp.UnorderedMap_valid_empty (0 ms) 33: [ RUN ] openmp.UnorderedMap_clear_zero_size 33: [ OK ] openmp.UnorderedMap_clear_zero_size (0 ms) 33: [ RUN ] openmp.UnorderedMap_consistent_size 33: [ OK ] openmp.UnorderedMap_consistent_size (0 ms) 33: [ RUN ] openmp.UnorderedMap_shallow_copyable_on_device 33: [ OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms) 33: [ RUN ] openmp.UnorderedMap_lambda_capturable 33: [ OK ] openmp.UnorderedMap_lambda_capturable (0 ms) 33: [ RUN ] openmp.UnorderedMap_constructor_view_alloc 33: [ OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms) 33: [ RUN ] openmp.UnorderedMap_View_as_value 33: [ OK ] openmp.UnorderedMap_View_as_value (0 ms) 33: [ RUN ] openmp.viewctorprop_embedded_dim 33: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 33: [----------] 69 tests from openmp (7311 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 71 tests from 2 test suites ran. (28520 ms total) 33: [ PASSED ] 70 tests. 33: [ SKIPPED ] 1 test, listed below: 33: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc 29: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 398 924.685/s 1.6k 33/58 Test #33: Kokkos_ContainersUnitTest_OpenMP ........................... Passed 29.05 sec test 34 Start 34: Kokkos_ContainersUnitTest_HIP 34: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP 34: Test timeout computed to be: 1500 34: [==========] Running 71 tests from 2 test suites. 34: [----------] Global test environment set-up. 34: [----------] 2 tests from hip_DeathTest 34: [ RUN ] hip_DeathTest.dualview_external_view_construction 34: /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDualView.hpp:586: Skipped 34: test only relevant if DualView uses one allocation 34: [ SKIPPED ] hip_DeathTest.dualview_external_view_construction (0 ms) 34: [ RUN ] hip_DeathTest.offsetview_unmanaged_construction [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o 29: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 398 931.389/s 1.6k 29: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.021 s 0.021 s 37 75.9044/s 1.6k [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o 29: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.021 s 0.021 s 36 77.2807/s 1.6k 29: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 439 1030.47/s 1.6k 29: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 445 1028.02/s 1.6k 29: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 443 1030.82/s 1.6k 29: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 445 1026.5/s 1.6k 29: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 888 990.902/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. [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G 29: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time 0.030 s 0.030 s 23 26.2867/s 800 29: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 902 1043.35/s 800 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o 29: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time 0.030 s 0.030 s 23 26.3177/s 800 29: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 887 1041.04/s 800 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o 29: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 893 1044.29/s 800 [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F 29: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 880 1038.89/s 800 29: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 892 1044.22/s 800 29: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 339 195.537/s 400 29: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 889 1039.83/s 800 29: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 876 1044.81/s 800 29: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 891 1042.65/s 800 29: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 879 1042.95/s 800 [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o 29: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 892 1042.63/s 800 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o 29: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 882 1042.87/s 800 29: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 892 1046.09/s 800 29: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 892 1046.67/s 800 29: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 892 1046.15/s 800 34: [ OK ] hip_DeathTest.offsetview_unmanaged_construction (19051 ms) 34: [----------] 2 tests from hip_DeathTest (19051 ms total) 34: 34: [----------] 69 tests from hip 34: [ RUN ] hip.bitset 34: [ OK ] hip.bitset (21 ms) 34: [ RUN ] hip.bitset_default_constructor_no_alloc 34: [ OK ] hip.bitset_default_constructor_no_alloc (0 ms) 34: [ RUN ] hip.dualview_combination 34: [ OK ] hip.dualview_combination (6 ms) 34: [ RUN ] hip.dualview_alloc 34: [ OK ] hip.dualview_alloc (0 ms) 34: [ RUN ] hip.test_dualview_copy_construction_and_assignment 34: [ OK ] hip.test_dualview_copy_construction_and_assignment (0 ms) 34: [ RUN ] hip.dualview_combinations_without_init 34: [ OK ] hip.dualview_combinations_without_init (0 ms) 34: [ RUN ] hip.dualview_deep_copy 34: [ OK ] hip.dualview_deep_copy (1 ms) 34: [ RUN ] hip.dualview_sync_should_fence 34: [ OK ] hip.dualview_sync_should_fence (27 ms) 34: [ RUN ] hip.dualview_realloc 34: [ OK ] hip.dualview_realloc (0 ms) 34: [ RUN ] hip.dualview_resize 34: [ OK ] hip.dualview_resize (1 ms) 34: [ RUN ] hip.dualview_device_correct_kokkos_device 34: 34: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 34: does not support page migration between device and host. 34: HIPManagedSpace might not work as expected. 34: Please refer to the ROCm documentation on unified/managed memory. 34: [ OK ] hip.dualview_device_correct_kokkos_device (0 ms) 34: [ RUN ] hip.dualview_host_correct_kokkos_device 34: [ OK ] hip.dualview_host_correct_kokkos_device (0 ms) 34: [ RUN ] hip.dualview_host_modify_template_device_sync 34: [ OK ] hip.dualview_host_modify_template_device_sync (0 ms) 34: [ RUN ] hip.dualview_host_modify_template_device_execspace_sync 34: [ OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms) 34: [ RUN ] hip.dualview_device_modify_template_host_sync 34: [ OK ] hip.dualview_device_modify_template_host_sync (0 ms) 34: [ RUN ] hip.dualview_device_modify_template_host_execspace_sync 34: [ OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms) 34: [ RUN ] hip.dualview_template_views_return_correct_executionspace_views 34: [ OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms) 34: [ RUN ] hip.dualview_template_views_return_correct_views_from_const_dual_view 34: [ OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 34: [ RUN ] hip.dualview_sequential_host_init 34: [ OK ] hip.dualview_sequential_host_init (0 ms) 34: [ RUN ] hip.dualview_default_constructed 34: [ OK ] hip.dualview_default_constructed (0 ms) 34: [ RUN ] hip.dualview_resize_single_device 34: [ OK ] hip.dualview_resize_single_device (0 ms) 34: [ RUN ] hip.dynamic_view 34: [ OK ] hip.dynamic_view (40 ms) 34: [ RUN ] hip.dyn_rank_view_api_generic 34: [ OK ] hip.dyn_rank_view_api_generic (26 ms) 34: [ RUN ] hip.dyn_rank_view_api_operator_rank12345 34: [ OK ] hip.dyn_rank_view_api_operator_rank12345 (2 ms) 34: [ RUN ] hip.dyn_rank_view_check_fence_resize_realloc 34: [ OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms) 34: [ RUN ] hip.dyn_rank_view_api_operator_rank67 34: [ OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms) 34: [ RUN ] hip.dyn_rank_view_ctor_from_members 34: [ OK ] hip.dyn_rank_view_ctor_from_members (0 ms) 34: [ RUN ] hip.dyn_rank_view_team_scratch 34: [ OK ] hip.dyn_rank_view_team_scratch (0 ms) 34: [ RUN ] hip.ErrorReporterViaLambda 34: [ OK ] hip.ErrorReporterViaLambda (2 ms) 34: [ RUN ] hip.ErrorReporter 34: [ OK ] hip.ErrorReporter (0 ms) 34: [ RUN ] hip.offsetview_construction 34: [ OK ] hip.offsetview_construction (5 ms) 34: [ RUN ] hip.offsetview_unmanaged_construction 34: [ OK ] hip.offsetview_unmanaged_construction (0 ms) 34: [ RUN ] hip.offsetview_subview 34: [ OK ] hip.offsetview_subview (1 ms) 34: [ RUN ] hip.offsetview_offsets_rank1 34: [ OK ] hip.offsetview_offsets_rank1 (0 ms) 34: [ RUN ] hip.offsetview_offsets_rank2 34: [ OK ] hip.offsetview_offsets_rank2 (0 ms) 34: [ RUN ] hip.offsetview_offsets_rank3 34: [ OK ] hip.offsetview_offsets_rank3 (0 ms) 34: [ RUN ] hip.scatterview [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o 29: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 892 1046.75/s 800 29: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 893 1047.35/s 800 [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I 29: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 893 1046.82/s 800 29: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.42837k/s 1.6k 29: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.75156k/s 1.6k 29: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.83458k/s 1.6k 29: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.90239k/s 1.6k 29: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.3558k/s 1.6k 29: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.99k/s 1.6k 29: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.91386k/s 1.6k 29: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.95712k/s 1.6k 29: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.88033k/s 1.6k 29: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.69296k/s 1.6k 29: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.43501k/s 1.6k 29: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.5709k/s 1.6k 29: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.64312k/s 1.6k 29: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.09909k/s 1.6k 29: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.66762k/s 1.6k 29: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.06324k/s 1.6k 29: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.42423k/s 1.6k 29: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.45491k/s 1.6k 29: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.68314k/s 1.6k 29: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.76065k/s 1.6k 29: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.30666k/s 1.6k 29: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 465.515/s 1.6k 29: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 508.071/s 1.6k 29: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 480.693/s 1.6k 29: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 534.842/s 1.6k 29: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 544.429/s 1.6k 29: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 561.525/s 1.6k 29: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 563.087/s 1.6k 29: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 511.743/s 1.6k 29: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 538.475/s 1.6k 29: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 534.617/s 1.6k 29: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 561.49/s 1.6k 29: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.028 s 0.002 s 10 56.6888/s 1.6k 29: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.031 s 0.002 s 10 51.0212/s 1.6k 29/59 Test #29: Kokkos_PerformanceTest_Benchmark ........................... Passed 139.16 sec test 30 Start 30: Kokkos_Benchmark_Atomic_MinMax 30: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-08-22_T19-33-19.json" 30: Test timeout computed to be: 1500 30: 2025-08-22T20:05:53+00:00 30: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 30: Run on (255 X 3525.01 MHz CPU s) 30: CPU Caches: 30: L1 Data 32 KiB (x127) 30: L1 Instruction 32 KiB (x127) 30: L2 Unified 512 KiB (x127) 30: L3 Unified 32768 KiB (x15) 30: Load Average: 9.39, 8.75, 13.66 30: APU or dGPU: dGPU 30: Architecture capable of accessing system allocated memory: 1 30: CPU architecture: none 30: Default Device: HIP 30: GPU architecture: AMD_GFX908 30: Is Large Bar: 1 30: KOKKOS_COMPILER_CLANG: 1800 30: KOKKOS_ENABLE_ASM: no 30: KOKKOS_ENABLE_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 Version: 4.7.99 30: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 30: Shared Memory per Block: 64 KiB 30: Supports Managed Memory: 1 30: System allows accessing system allocated memory on GPU: 0 30: Total Global Memory: 31.98 GiB 30: Wavefront Size: 64 30: XNACK environment variable set: no 30: macro HIP_VERSION: 60241133 = version 6.2.41133 30: macro KOKKOS_ENABLE_HIP: defined 30: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 30: macro KOKKOS_ENABLE_ROCTHRUST: defined 30: platform: 64bit 30: ---------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations 30: ---------------------------------------------------------------------------------------------------------------------------------------- 30: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30/59 Test #30: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.56 sec test 31 Start 31: Kokkos_PerformanceTest_ViewFirstTouch 31: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-08-22_T19-33-19.json" 31: Test timeout computed to be: 1500 31: 2025-08-22T20:05:54+00:00 31: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 31: Run on (255 X 3525.01 MHz CPU s) 31: CPU Caches: 31: L1 Data 32 KiB (x127) 31: L1 Instruction 32 KiB (x127) 31: L2 Unified 512 KiB (x127) 31: L3 Unified 32768 KiB (x15) 31: Load Average: 9.39, 8.75, 13.66 31: APU or dGPU: dGPU 31: Architecture capable of accessing system allocated memory: 1 31: CPU architecture: none 31: Default Device: HIP 31: GPU architecture: AMD_GFX908 31: Is Large Bar: 1 31: KOKKOS_COMPILER_CLANG: 1800 31: KOKKOS_ENABLE_ASM: no 31: KOKKOS_ENABLE_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 Version: 4.7.99 31: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 31: Shared Memory per Block: 64 KiB 31: Supports Managed Memory: 1 31: System allows accessing system allocated memory on GPU: 0 31: Total Global Memory: 31.98 GiB 31: Wavefront Size: 64 31: XNACK environment variable set: no 31: macro HIP_VERSION: 60241133 = version 6.2.41133 31: macro KOKKOS_ENABLE_HIP: defined 31: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 31: macro KOKKOS_ENABLE_ROCTHRUST: defined 31: platform: 64bit [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o 31: ------------------------------------------------------------------------------------------------------------------------------------ 31: Benchmark Time CPU Iterations FOM: GB/s MB 31: ------------------------------------------------------------------------------------------------------------------------------------ 31: ViewFirstTouch_Initialize<double>/N:64/manual_time 0.000 s 0.000 s 22346 0.0166242/s 512u [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o 31: ViewFirstTouch_Initialize<double>/N:512/manual_time 0.000 s 0.000 s 21574 0.133721/s 4.096m [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o 31: ViewFirstTouch_Initialize<double>/N:4096/manual_time 0.000 s 0.000 s 20954 1.01017/s 0.032768 31: ViewFirstTouch_Initialize<double>/N:32768/manual_time 0.000 s 0.000 s 21144 8.14923/s 0.262144 31: ViewFirstTouch_Initialize<double>/N:262144/manual_time 0.000 s 0.000 s 3507 10.5625/s 2.09715 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o 31: ViewFirstTouch_Initialize<double>/N:2097152/manual_time 0.000 s 0.000 s 4941 33.625/s 16.7772 31: ViewFirstTouch_Initialize<double>/N:16777216/manual_time 0.005 s 0.001 s 149 28.4806/s 134.218 34: [ OK ] hip.scatterview (20417 ms) 34: [ RUN ] hip.scatterview_devicetype [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o 31: ViewFirstTouch_ParallelFor<double>/N:64/manual_time 0.000 s 0.000 s 61419 0.0852563/s 1024u [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 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 [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c14.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c15.cpp.o 31: ViewFirstTouch_ParallelFor<double>/N:512/manual_time 0.000 s 0.000 s 54034 0.625605/s 8.192m 31: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time 0.000 s 0.000 s 45452 4.25953/s 0.065536 31: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time 0.000 s 0.000 s 44180 31.3431/s 0.524288 [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o 31: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time 0.000 s 0.000 s 32393 193.363/s 4.1943 [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o 31: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time 0.000 s 0.000 s 13756 650.722/s 33.5544 [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 31: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time 0.000 s 0.001 s 2453 648.916/s 268.435 31: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time 0.000 s 0.000 s 54741 0.052663/s 1024u 31: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time 0.000 s 0.000 s 57604 0.672883/s 8.192m [ 92%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o 31: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time 0.000 s 0.000 s 43828 5.29965/s 0.065536 [ 92%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H 31: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time 0.000 s 0.000 s 55119 41.7983/s 0.524288 31: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time 0.000 s 0.000 s 34438 271.671/s 4.1943 31: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 24047 1.14616k/s 33.5544 31: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time 0.000 s 0.000 s 4733 1.70531k/s 268.435 31: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time 0.000 s 0.000 s 62328 0.094828/s 1024u 34: [ OK ] hip.scatterview_devicetype (47768 ms) 34: [ RUN ] hip.resize_realloc_no_init_dualview 34: [ OK ] hip.resize_realloc_no_init_dualview (16 ms) 34: [ RUN ] hip.resize_realloc_no_alloc_dualview 34: [ OK ] hip.resize_realloc_no_alloc_dualview (0 ms) 34: [ RUN ] hip.resize_exec_space_dualview 34: [ OK ] hip.resize_exec_space_dualview (0 ms) 34: [ RUN ] hip.realloc_exec_space_dualview 34: [ OK ] hip.realloc_exec_space_dualview (0 ms) 34: [ RUN ] hip.resize_realloc_no_init_dynrankview 34: [ OK ] hip.resize_realloc_no_init_dynrankview (0 ms) 34: [ RUN ] hip.resize_exec_space_dynrankview 34: [ OK ] hip.resize_exec_space_dynrankview (0 ms) 34: [ RUN ] hip.realloc_exec_space_dynrankview 34: [ OK ] hip.realloc_exec_space_dynrankview (0 ms) 34: [ RUN ] hip.resize_realloc_no_init_scatterview 34: [ OK ] hip.resize_realloc_no_init_scatterview (0 ms) 34: [ RUN ] hip.resize_realloc_no_alloc_scatterview 34: [ OK ] hip.resize_realloc_no_alloc_scatterview (0 ms) 34: [ RUN ] hip.resize_exec_space_scatterview 34: [ OK ] hip.resize_exec_space_scatterview (0 ms) 34: [ RUN ] hip.realloc_exec_space_scatterview 34: [ OK ] hip.realloc_exec_space_scatterview (0 ms) 34: [ RUN ] hip.create_mirror_no_init_dynrankview 34: [ OK ] hip.create_mirror_no_init_dynrankview (0 ms) 34: [ RUN ] hip.create_mirror_no_init_dynrankview_viewctor 34: [ OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms) 34: [ RUN ] hip.create_mirror_view_and_copy_dynrankview 34: [ OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms) 34: [ RUN ] hip.create_mirror_no_init_offsetview 34: [ OK ] hip.create_mirror_no_init_offsetview (0 ms) 34: [ RUN ] hip.create_mirror_no_init_offsetview_view_ctor 34: [ OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms) 34: [ RUN ] hip.create_mirror_view_and_copy_offsetview 34: [ OK ] hip.create_mirror_view_and_copy_offsetview (0 ms) 34: [ RUN ] hip.create_mirror_no_init_dynamicview 34: [ OK ] hip.create_mirror_no_init_dynamicview (0 ms) 34: [ RUN ] hip.create_mirror_view_and_copy_dynamicview 34: [ OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms) 34: [ RUN ] hip.create_mirror_no_init_dynamicview_view_ctor 34: [ OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms) 34: [ RUN ] hip.UnorderedMap_insert 34: [ OK ] hip.UnorderedMap_insert (3307 ms) 34: [ RUN ] hip.UnorderedMap_failed_insert 34: [ OK ] hip.UnorderedMap_failed_insert (860 ms) 34: [ RUN ] hip.UnorderedMap_deep_copy 34: [ OK ] hip.UnorderedMap_deep_copy (5 ms) 34: [ RUN ] hip.UnorderedMap_valid_empty 34: [ OK ] hip.UnorderedMap_valid_empty (2 ms) 34: [ RUN ] hip.UnorderedMap_clear_zero_size 34: [ OK ] hip.UnorderedMap_clear_zero_size (1 ms) 34: [ RUN ] hip.UnorderedMap_consistent_size 34: [ OK ] hip.UnorderedMap_consistent_size (0 ms) 34: [ RUN ] hip.UnorderedMap_shallow_copyable_on_device 34: [ OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms) 34: [ RUN ] hip.UnorderedMap_lambda_capturable 34: [ OK ] hip.UnorderedMap_lambda_capturable (0 ms) 34: [ RUN ] hip.UnorderedMap_constructor_view_alloc 34: [ OK ] hip.UnorderedMap_constructor_view_alloc (0 ms) 34: [ RUN ] hip.UnorderedMap_View_as_value 34: [ OK ] hip.UnorderedMap_View_as_value (0 ms) 34: [ RUN ] hip.viewctorprop_embedded_dim 34: [ OK ] hip.viewctorprop_embedded_dim (3 ms) 34: [----------] 69 tests from hip (72531 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 71 tests from 2 test suites ran. (91583 ms total) 34: [ PASSED ] 70 tests. 34: [ SKIPPED ] 1 test, listed below: 34: [ SKIPPED ] hip_DeathTest.dualview_external_view_construction 34/58 Test #34: Kokkos_ContainersUnitTest_HIP .............................. Passed 92.09 sec test 35 Start 35: Kokkos_ContainersPerformanceTest_OpenMP 35: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 35: Test timeout computed to be: 1500 35: [==========] Running 5 tests from 1 test suite. 35: [----------] Global test environment set-up. 35: [----------] 5 tests from TEST_CATEGORY 35: [ RUN ] TEST_CATEGORY.dynrankview_perf 35: OpenMP 35: DynRankView vs View: Initialization Only 35: View time (init only): 0.00428925 35: View sum computation time: 0.00428925 35: Strided View time (init only): 0.00151216 35: View Rank7 time (init only): 0.00439641 35: DynRankView time (init only): 0.00463731 35: DynRankView sum computation time: 0.00305963 35: Ratio of View to DynRankView time: 0.924943 35: Ratio of View to DynRankView sum computation time: 0.944759 35: Ratio of View to View Rank7 time: 0.975626 35: Ratio of StrideView to DynRankView time: 0.326086 35: Ratio of DynRankView to View Rank7 time: 1.0548 35: [ OK ] TEST_CATEGORY.dynrankview_perf (149 ms) 35: [ RUN ] TEST_CATEGORY.global_2_local 35: OpenMP 35: size, create, generate, fill, find 35: 256, 6.9069e-05, 9.409e-06, 6.6729e-05, 0.000578033 35: 512, 4.287e-05, 1.463e-05, 8.8308e-05, 0.000571504 35: 1024, 3.426e-05, 1.36e-05, 0.000123558, 0.000624893 35: 2048, 3.4099e-05, 6.95e-06, 0.000190118, 0.000658542 35: 4096, 3.7969e-05, 8.76e-06, 0.000321286, 0.00080562 35: 8192, 5.6649e-05, 8.18e-06, 0.000576933, 0.00115277 35: 16384, 0.000118349, 1.082e-05, 0.00112528, 0.00224406 35: 32768, 0.000173237, 1.489e-05, 0.00235318, 0.0043873 35: 65536, 0.000267486, 2.172e-05, 0.00439275, 0.0103344 35: 131072, 0.00132614, 4.9339e-05, 0.00853759, 0.0313227 35: 262144, 0.00182995, 7.4279e-05, 0.0158146, 0.0678336 35: 524288, 0.00383299, 0.000159148, 0.0305832, 0.143961 35: 1048576, 0.006864, 0.000115968, 0.0643916, 0.378573 35: 2097152, 0.0134215, 0.000165988, 0.13118, 1.47136 31: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time 0.000 s 0.000 s 65140 0.761117/s 8.192m 31: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time 0.000 s 0.000 s 64691 5.60692/s 0.065536 31: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time 0.000 s 0.000 s 61850 46.251/s 0.524288 31: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time 0.000 s 0.000 s 50252 300.893/s 4.1943 31: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 24139 1.10487k/s 33.5544 35: 4194304, 0.0198, 0.000389205, 0.247357, 4.66792 35: [ OK ] TEST_CATEGORY.global_2_local (7365 ms) 35: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 35: skipping test 35: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 35: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 35: skipping test 35: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 35: [ RUN ] TEST_CATEGORY.scatter_view 35: ScatterView data-duplicated test: 35: num_threads 8 35: hand-coded test took 0.0323902 seconds 35: test took 0.0309819 seconds 35: num_threads 8 35: hand-coded test took 0.0309048 seconds 35: test took 0.0297773 seconds 35: num_threads 8 35: hand-coded test took 0.0307064 seconds 35: test took 0.0305889 seconds 35: num_threads 8 35: hand-coded test took 0.0307176 seconds 35: test took 0.0285686 seconds 35: num_threads 8 35: hand-coded test took 0.0305932 seconds 35: test took 0.0304338 seconds 35: [ OK ] TEST_CATEGORY.scatter_view (571 ms) 35: [----------] 5 tests from TEST_CATEGORY (8086 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 5 tests from 1 test suite ran. (8086 ms total) 35: [ PASSED ] 5 tests. 35/58 Test #35: Kokkos_ContainersPerformanceTest_OpenMP .................... Passed 8.51 sec test 36 Start 36: Kokkos_ContainersPerformanceTest_HIP 36: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP 36: Test timeout computed to be: 1500 36: [==========] Running 4 tests from 1 test suite. 36: [----------] Global test environment set-up. 36: [----------] 4 tests from TEST_CATEGORY 36: [ RUN ] TEST_CATEGORY.dynrankview_perf 36: HIP 36: DynRankView vs View: Initialization Only 36: View time (init only): 0.00350702 36: View sum computation time: 0.00350702 36: Strided View time (init only): 0.00189226 36: View Rank7 time (init only): 0.00203263 36: DynRankView time (init only): 0.00571701 36: DynRankView sum computation time: 0.00136584 36: Ratio of View to DynRankView time: 0.613436 36: Ratio of View to DynRankView sum computation time: 1.23649 36: Ratio of View to View Rank7 time: 1.72536 36: Ratio of StrideView to DynRankView time: 0.330987 36: Ratio of DynRankView to View Rank7 time: 2.81262 36: [ OK ] TEST_CATEGORY.dynrankview_perf (20 ms) 36: [ RUN ] TEST_CATEGORY.global_2_local 36: HIP 36: size, create, generate, fill, find 36: 256, 0.000220347, 2.047e-05, 3.339e-05, 0.0042861 36: 512, 0.000177828, 1.251e-05, 3.1869e-05, 0.00344991 36: 1024, 0.000182108, 1.5869e-05, 3.23e-05, 0.00340925 36: 2048, 0.000179637, 1.2749e-05, 3.219e-05, 0.00347943 36: 4096, 0.00119358, 1.636e-05, 3.119e-05, 0.00343884 36: 8192, 0.000187538, 1.276e-05, 3.247e-05, 0.00345101 36: 16384, 0.000194897, 1.349e-05, 3.417e-05, 0.00353405 36: 32768, 0.000208297, 1.431e-05, 3.58e-05, 0.00382033 31: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time 0.000 s 0.000 s 5041 1.92662k/s 268.435 31/59 Test #31: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 74.93 sec test 32 Start 32: Kokkos_PerformanceTest_Mempool 32: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-08-22_T19-33-19.json" 32: Test timeout computed to be: 1500 36: 65536, 0.00121186, 2.015e-05, 4.1439e-05, 0.00402026 36: 131072, 0.00218819, 2.388e-05, 5.7829e-05, 0.00468453 36: 262144, 0.00375131, 2.201e-05, 0.000102598, 0.00620783 36: 524288, 0.00375079, 2.3579e-05, 0.000271407, 0.00929138 36: 1048576, 0.00376018, 2.519e-05, 0.000624023, 0.0206099 36: 2097152, 0.00383674, 3.419e-05, 0.00142966, 0.0449974 36: 4194304, 0.00394293, 5.033e-05, 0.0033282, 0.100671 36: [ OK ] TEST_CATEGORY.global_2_local (251 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 (271 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 4 tests from 1 test suite ran. (272 ms total) 36: [ PASSED ] 4 tests. 36/58 Test #36: Kokkos_ContainersPerformanceTest_HIP ....................... Passed 0.67 sec test 37 Start 37: Kokkos_UnitTest_Sort 37: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 37: Test timeout computed to be: 1500 32: 2025-08-22T20:07:09+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Mempool 32: Run on (255 X 3098.39 MHz CPU s) 32: CPU Caches: 32: L1 Data 32 KiB (x127) 32: L1 Instruction 32 KiB (x127) 32: L2 Unified 512 KiB (x127) 32: L3 Unified 32768 KiB (x15) 32: Load Average: 13.09, 9.86, 13.65 32: APU or dGPU: dGPU 32: Architecture capable of accessing system allocated memory: 1 32: CPU architecture: none 32: Default Device: HIP 32: GPU architecture: AMD_GFX908 32: Is Large Bar: 1 32: KOKKOS_COMPILER_CLANG: 1800 32: KOKKOS_ENABLE_ASM: no 32: KOKKOS_ENABLE_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 Version: 4.7.99 32: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 32: Shared Memory per Block: 64 KiB 32: Supports Managed Memory: 1 32: System allows accessing system allocated memory on GPU: 0 32: Total Global Memory: 31.98 GiB 32: Wavefront Size: 64 32: XNACK environment variable set: no 32: macro HIP_VERSION: 60241133 = version 6.2.41133 32: macro KOKKOS_ENABLE_HIP: defined 32: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 32: macro KOKKOS_ENABLE_ROCTHRUST: defined 32: platform: 64bit 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 [ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 92%] Linking CXX executable Kokkos_query_device [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o 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 2297 18.3237M/s [ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 92%] Built target Kokkos_query_device [ 92%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o [ 93%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: cycle ops per second 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 7626 119.934M/s 32/59 Test #32: Kokkos_PerformanceTest_Mempool ............................. Passed 3.43 sec test 33 Start 33: Kokkos_PerformanceTest_Atomic 33: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-08-22_T19-33-19.json" 33: Test timeout computed to be: 1500 33: 2025-08-22T20:07:12+00:00 33: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Atomic 33: Run on (255 X 3098.92 MHz CPU s) 33: CPU Caches: 33: L1 Data 32 KiB (x127) 33: L1 Instruction 32 KiB (x127) 33: L2 Unified 512 KiB (x127) 33: L3 Unified 32768 KiB (x15) 33: Load Average: 13.00, 9.89, 13.65 33: APU or dGPU: dGPU 33: Architecture capable of accessing system allocated memory: 1 33: CPU architecture: none 33: Default Device: HIP 33: GPU architecture: AMD_GFX908 33: Is Large Bar: 1 33: KOKKOS_COMPILER_CLANG: 1800 33: KOKKOS_ENABLE_ASM: no 33: KOKKOS_ENABLE_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 Version: 4.7.99 33: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 33: Shared Memory per Block: 64 KiB 33: Supports Managed Memory: 1 33: System allows accessing system allocated memory on GPU: 0 33: Total Global Memory: 31.98 GiB 33: Wavefront Size: 64 33: XNACK environment variable set: no 33: macro HIP_VERSION: 60241133 = version 6.2.41133 33: macro KOKKOS_ENABLE_HIP: defined 33: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 33: macro KOKKOS_ENABLE_ROCTHRUST: defined 33: platform: 64bit 37: [ OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (3214 ms) 37: [----------] 1 test from hip_DeathTest (3214 ms total) 37: 37: [----------] 16 tests from hip 37: [ RUN ] hip.SortUnsignedValueType 37: [ OK ] hip.SortUnsignedValueType (33 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 (17 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 (91 ms) 37: [ RUN ] hip.BinSortGenericTests 37: [ OK ] hip.BinSortGenericTests (23 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 [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o 33: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 33: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Test_Atomic<int>/30000/iterations:10 0.360 s 0.358 s 10 1 4 6.93627m 6.13527m 48.9667u 449.985M 19.32k 449.985M [ 93%] Linking CXX executable Kokkos_example_relocatable_function [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly 37: [ OK ] hip.BinSortUnsignedKeyLayoutStrideValues (9108 ms) 37: [ RUN ] hip.NestedSort 37: [ OK ] hip.NestedSort (41 ms) 37: [ RUN ] hip.NestedSortByKey 37: [ OK ] hip.NestedSortByKey (167 ms) 37: [----------] 16 tests from hip (9485 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 17 tests from 2 test suites ran. (12700 ms total) 37: [ PASSED ] 17 tests. 37/58 Test #37: Kokkos_UnitTest_Sort ....................................... Passed 13.14 sec test 38 Start 38: Kokkos_UnitTest_Random 38: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Random 38: Test timeout computed to be: 1500 38: [==========] Running 3 tests from 1 test suite. 38: [----------] Global test environment set-up. 38: [----------] 3 tests from hip 38: [ RUN ] hip.Random_XorShift64 38: Test Seed:1755893242461571010 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.45775e-07 0.0150096 -0.00535458 || 0.051031 28068 29265 || 28250.4 28674.4 || -74.0218 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.5082e-07 0.007682 0.000154175 || 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.013132 0.00433627 || 0.051031 28012 29312 || 28302.7 28674.4 || 59.9447 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.00865347 -0.00669444 || 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.012343 0.00761591 || 0.051031 28056 29305 || 28324.8 28674.4 || 105.282 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.00855583 -0.00714844 || 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.00293394 -0.032826 || 0.051031 28009 29323 || 28758.8 28674.4 || -453.786 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.0185996 0.00168417 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000245576 -0.99999 -48242.3 || 0.051031 0 195211 || 2.92826e+09 28674.4 || -6.66902e+08 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 0.000735618 -0.313536 0.160115 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.6091e-07 -0.00523563 -0.0293999 || 0.051031 27996 29310 || 28825.3 28674.4 || -406.424 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.96226e-07 0.00963007 -0.00815126 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.68478e-07 -0.00694779 0.0142075 || 0.051031 28052 29434 || 28875 28674.4 || 196.405 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.18929e-07 0.00610902 0.00493385 || 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.011862 -0.0337613 || 0.051031 28034 29306 || 29018.6 28674.4 || -466.717 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.00422661 0.0038022 || 0.051031 1e+64 -1e+64 38: Test Seed:1755893242603345330 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 0.0067294 0.0279911 || 0.051031 28038 29346 || 28482.7 28674.4 || 386.949 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.0156244 0.000872444 || 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.00792068 0.00104984 || 0.051031 28030 29390 || 28449.1 28674.4 || 14.513 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.00798764 0.00149516 || 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.00480759 -0.0160391 || 0.051031 28023 29349 || 28537.2 28674.4 || -221.724 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.0101607 -0.00137938 || 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.00443892 0.00770601 || 0.051031 28020 29316 || 28802.2 28674.4 || 106.528 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.0114369 0.00925061 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000245735 -0.99999 -48245.9 || 0.051031 0 195111 || 2.92894e+09 28674.4 || -6.66951e+08 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 0.000736149 -0.309862 0.163601 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.68478e-07 -0.0127544 0.0125891 || 0.051031 27986 29437 || 29044.8 28674.4 || 174.032 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.18929e-07 -0.0117739 0.0098772 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties [ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o 38: -- Testing 1-D histogram 38: Density 1D: 6.68478e-07 -0.0168658 -0.000211341 || 0.051031 27984 29275 || 29166.3 28674.4 || -2.92158 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.18929e-07 -0.00210121 0.00767904 || 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.00611465 0.016423 || 0.051031 27976 29365 || 28500.1 28674.4 || 227.032 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.0133222 0.00190297 || 0.051031 1e+64 -1e+64 38: [ OK ] hip.Random_XorShift64 (265 ms) 38: [ RUN ] hip.Random_XorShift1024_0 38: Test Seed:1755893242726533225 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 0.0076105 0.00151494 || 0.051031 10876 11799 || 11291 11377 || 20.9425 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.00166196 0.000887339 || 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.0189153 -0.0112601 || 0.051031 10990 11794 || 11596.3 11377 || -155.66 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.0116574 -0.00237699 || 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.0102905 -0.0161931 || 0.051031 11012 11801 || 11261.1 11377 || -223.853 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.00515323 -0.000331188 || 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.00327594 -0.008131 || 0.051031 10973 11821 || 11339.8 11377 || -112.403 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.023858 -0.00226158 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000245396 -0.999975 -7595.75 || 0.051031 0 77840 || 4.61137e+08 11377 || -1.05004e+08 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 0.000735824 -0.155402 0.0210773 || 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.0195402 0.00279357 || 0.051031 10983 11852 || 11158.9 11377 || 38.6183 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 3.05176e-07 -0.0135336 -0.00155219 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.60671e-07 0.0126004 -0.0117614 || 0.051031 10957 11789 || 11235.4 11377 || -162.589 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.86102e-07 -0.00206006 0.000885294 || 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.0164678 0.0107792 || 0.051031 10934 11770 || 11567.4 11377 || 149.012 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.00135878 0.00184376 || 0.051031 1e+64 -1e+64 38: Test Seed:1755893242827539369 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 0.00738503 0.00229202 || 0.051031 11000 11832 || 11293.6 11377 || 31.6849 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.010873 -0.00167675 || 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.0183276 -0.00743613 || 0.051031 10951 11794 || 11589.4 11377 || -102.797 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.00401428 0.000157734 || 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.0106067 -0.0136813 || 0.051031 10940 11804 || 11257.6 11377 || -189.13 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.00996831 0.00119016 || 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.0113002 -8.83755e-05 || 0.051031 10966 11770 || 11249.8 11377 || -1.2217 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.0112077 -0.00417662 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000245269 -0.999975 -7594.77 || 0.051031 0 77638 || 4.6103e+08 11377 || -1.0499e+08 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 0.000735518 -0.141461 0.0218561 || 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.0170257 -0.0210035 || 0.051031 11004 11849 || 11186.5 11377 || -290.353 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.67029e-07 -0.0131428 0.00208696 || 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.0100036 0.011609 || 0.051031 10949 11750 || 11491.9 11377 || 160.483 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 3.62396e-07 0.0219196 -0.00289645 || 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.0173724 -0.0144756 || 0.051031 10954 11781 || 11578.1 11377 || -200.11 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 2.10002e-05 -0.00731956 || 0.051031 1e+64 -1e+64 38: [ OK ] hip.Random_XorShift1024_0 (243 ms) 38: [ RUN ] hip.Multi_streams [ 93%] Linking CXX executable Kokkos_tutorial_01_hello_world 38: [ OK ] hip.Multi_streams (860 ms) 38: [----------] 3 tests from hip (1368 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 3 tests from 1 test suite ran. (1368 ms total) 38: [ PASSED ] 3 tests. 38/58 Test #38: Kokkos_UnitTest_Random ..................................... Passed 1.78 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_A 39: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 39: Test timeout computed to be: 1500 [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 94%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o 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 [ 94%] Built target Kokkos_example_relocatable_function [ 94%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o [ 94%] Built target Kokkos_tutorial_01_hello_world [ 94%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o 39: [ OK ] std_algorithms_DeathTest.expect_no_overlap (7927 ms) 39: [----------] 1 test from std_algorithms_DeathTest (7927 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 (2 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 (0 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. (7933 ms total) 39: [ PASSED ] 16 tests. 39/58 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 8.34 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_B 40: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 40: Test timeout computed to be: 1500 40: [==========] Running 7 tests from 1 test suite. 40: [----------] Global test environment set-up. 40: [----------] 7 tests from std_algorithms_min_max_element_test 40: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 40: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 40: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 40: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 40: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 40: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (12 ms) 40: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 40: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (8 ms) 40: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 40: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms) 40: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 40: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (8 ms) 40: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 40: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (13 ms) 40: [----------] 7 tests from std_algorithms_min_max_element_test (50 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 7 tests from 1 test suite ran. (50 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-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 41: Test timeout computed to be: 1500 41: [==========] Running 13 tests from 10 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_lexicographical_compare_test 41: [ RUN ] std_algorithms_lexicographical_compare_test.test 41: [ OK ] std_algorithms_lexicographical_compare_test.test (31 ms) 41: [----------] 1 test from std_algorithms_lexicographical_compare_test (31 ms total) 41: 41: [----------] 1 test from std_algorithms_for_each_test 41: [ RUN ] std_algorithms_for_each_test.test 41: [ OK ] std_algorithms_for_each_test.test (57 ms) 41: [----------] 1 test from std_algorithms_for_each_test (57 ms total) 41: 41: [----------] 1 test from std_algorithms_find_test 41: [ RUN ] std_algorithms_find_test.test 41: [ OK ] std_algorithms_find_test.test (35 ms) 41: [----------] 1 test from std_algorithms_find_test (35 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 (514 ms) 41: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 41: [ OK ] std_algorithms_non_mod_seq_ops.find_end (575 ms) 41: [ RUN ] std_algorithms_non_mod_seq_ops.search 41: [ OK ] std_algorithms_non_mod_seq_ops.search (543 ms) 41: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 41: [ OK ] std_algorithms_non_mod_seq_ops.search_n (434 ms) 41: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2067 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 (28 ms) 41: [----------] 1 test from std_algorithms_count_test (28 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 (19 ms) 41: [----------] 1 test from std_algorithms_equal_test (19 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 (37 ms) 41: [----------] 1 test from std_algorithms_all_any_none_of_test (37 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 (77 ms) 41: [----------] 1 test from std_algorithms_nonmod_seq_ops (77 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 (67 ms) 41: [----------] 1 test from std_algorithms_mod_seq_ops (67 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 13 tests from 10 test suites ran. (2526 ms total) 41: [ PASSED ] 13 tests. 41/58 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.98 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_D 42: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 42: Test timeout computed to be: 1500 42: [==========] Running 31 tests from 5 test suites. 42: [----------] Global test environment set-up. 42: [----------] 3 tests from std_algorithms_mod_ops_test 42: [ RUN ] std_algorithms_mod_ops_test.move 42: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 42: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 42: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms) 42: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 42: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 42: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total) 42: 42: [----------] 12 tests from std_algorithms_mod_seq_ops_test 42: [ RUN ] std_algorithms_mod_seq_ops_test.copy 42: [ OK ] std_algorithms_mod_seq_ops_test.copy (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 (6 ms total) 42: 42: [----------] 4 tests from std_algorithms_replace_ops_test 42: [ RUN ] std_algorithms_replace_ops_test.replace 42: [ OK ] std_algorithms_replace_ops_test.replace (41 ms) 42: [ RUN ] std_algorithms_replace_ops_test.replace_if 42: [ OK ] std_algorithms_replace_ops_test.replace_if (120 ms) 42: [ RUN ] std_algorithms_replace_ops_test.replace_copy 42: [ OK ] std_algorithms_replace_ops_test.replace_copy (60 ms) 42: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 42: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (60 ms) 42: [----------] 4 tests from std_algorithms_replace_ops_test (283 ms total) 42: 42: [----------] 11 tests from std_algorithms_mod_seq_ops 42: [ RUN ] std_algorithms_mod_seq_ops.copy_if [ 94%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 94%] Linking CXX executable Kokkos_tutorial_02_simple_reduce [ 95%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o 42: [ OK ] std_algorithms_mod_seq_ops.copy_if (43 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.unique 42: [ OK ] std_algorithms_mod_seq_ops.unique (96 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 42: [ OK ] std_algorithms_mod_seq_ops.unique_copy (55 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove 42: [ OK ] std_algorithms_mod_seq_ops.remove (38 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove_if [ 95%] Linking CXX executable Kokkos_tutorial_03_simple_view 42: [ OK ] std_algorithms_mod_seq_ops.remove_if (42 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 42: [ OK ] std_algorithms_mod_seq_ops.remove_copy (154 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 42: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (40 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.rotate 42: [ OK ] std_algorithms_mod_seq_ops.rotate (1326 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy [ 95%] Built target Kokkos_tutorial_02_simple_reduce [ 95%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o 42: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (483 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.shift_left [ 95%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces [ 95%] Built target Kokkos_tutorial_03_simple_view [ 95%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o 42: [ OK ] std_algorithms_mod_seq_ops.shift_left (1466 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.shift_right [ 95%] Built target Kokkos_tutorial_04_simple_memoryspaces [ 95%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o 42: [ OK ] std_algorithms_mod_seq_ops.shift_right (1479 ms) 42: [----------] 11 tests from std_algorithms_mod_seq_ops (5227 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 (65 ms) 42: [----------] 1 test from std_algorithms_modseq_test (65 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 31 tests from 5 test suites ran. (5587 ms total) 42: [ PASSED ] 31 tests. 42/58 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 6.02 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_E 43: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 43: Test timeout computed to be: 1500 43: [==========] Running 29 tests from 7 test suites. 43: [----------] Global test environment set-up. 43: [----------] 2 tests from std_algorithms_sorting_ops_test 43: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 43: [ OK ] std_algorithms_sorting_ops_test.is_sorted (18 ms) 43: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 43: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (14 ms) 43: [----------] 2 tests from std_algorithms_sorting_ops_test (33 ms total) 43: 43: [----------] 4 tests from std_algorithms_partitioning_test 43: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 43: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 43: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 43: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms) 43: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 43: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 43: [ RUN ] std_algorithms_partitioning_test.partition_point 43: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 43: [----------] 4 tests from std_algorithms_partitioning_test (5 ms total) 43: 43: [----------] 1 test from std_algorithms_partitioning_ops 43: [ RUN ] std_algorithms_partitioning_ops.partition_copy 43: [ OK ] std_algorithms_partitioning_ops.partition_copy (33 ms) 43: [----------] 1 test from std_algorithms_partitioning_ops (33 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 (8 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 43: [----------] 12 tests from std_algorithms_numerics_test (18 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 (86 ms) 43: [----------] 1 test from std_algorithms_numerics_ops_test (86 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 (714 ms) 43: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 43: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 43: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 43: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (662 ms) 43: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 43: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 43: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 43: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (206 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 (340 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 (1924 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 (40 ms) 43: [----------] 1 test from std_algorithms_transform_ops_test (40 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 29 tests from 7 test suites ran. (2141 ms total) 43: [ PASSED ] 29 tests. 43/58 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.58 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 44: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 44: Test timeout computed to be: 1500 [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M 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 (389 ms) 44: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist [ 95%] Built target Kokkos_PerformanceTest_InclusiveScan [ 95%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o 44: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (357 ms) 44: [----------] 2 tests from std_algorithms_adjacent_find_team_test (747 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 (211 ms) 44: [ RUN ] std_algorithms_count_team_test.count_returns_zero 44: [ OK ] std_algorithms_count_team_test.count_returns_zero (166 ms) 44: [----------] 2 tests from std_algorithms_count_team_test (377 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 (204 ms) 44: [----------] 1 test from std_algorithms_count_if_team_test (204 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 (287 ms) 44: [----------] 1 test from std_algorithms_for_each_team_test (287 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 (293 ms) 44: [----------] 1 test from std_algorithms_for_each_n_team_test (293 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 (510 ms) 44: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 44: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (433 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 (525 ms) 44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1469 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 (566 ms) 44: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 44: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (602 ms) 44: [----------] 2 tests from std_algorithms_mismatch_team_test (1169 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 12 tests from 7 test suites ran. (4549 ms total) 44: [ PASSED ] 12 tests. 44/58 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 4.98 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 45: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 45: Test timeout computed to be: 1500 45: [==========] Running 8 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_equal_team_test 45: [ RUN ] std_algorithms_equal_team_test.views_are_equal [ 95%] Linking CXX executable Kokkos_tutorial_05_simple_atomics 45: [ OK ] std_algorithms_equal_team_test.views_are_equal (836 ms) 45: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 45: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (784 ms) 45: [----------] 2 tests from std_algorithms_equal_team_test (1621 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 (350 ms) 45: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 45: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (357 ms) 45: [----------] 2 tests from std_algorithms_search_team_test (708 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 (441 ms) 45: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 45: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (435 ms) 45: [----------] 2 tests from std_algorithms_find_end_team_test (877 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 [ 95%] Built target Kokkos_tutorial_05_simple_atomics [ 96%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o [ 96%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy 45: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (393 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 (516 ms) 45: [----------] 2 tests from std_algorithms_find_first_of_team_test (909 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 8 tests from 4 test suites ran. (4116 ms total) 45: [ PASSED ] 8 tests. 45/58 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 4.53 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 46: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 46: Test timeout computed to be: 1500 46: [==========] Running 11 tests from 7 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_find_team_test 46: [ RUN ] std_algorithms_find_team_test.searched_values_exist [ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits 46: [ OK ] std_algorithms_find_team_test.searched_values_exist (188 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 (178 ms) 46: [----------] 2 tests from std_algorithms_find_team_test (367 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 (167 ms) 46: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false [ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts 46: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (174 ms) 46: [----------] 2 tests from std_algorithms_find_if_team_test (341 ms total) 46: 46: [----------] 2 tests from std_algorithms_find_if_not_team_test 46: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 46: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (214 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 (177 ms) 46: [----------] 2 tests from std_algorithms_find_if_not_team_test (391 ms total) 46: 46: [----------] 1 test from std_algorithms_all_of_team_test 46: [ RUN ] std_algorithms_all_of_team_test.test 46: [ OK ] std_algorithms_all_of_team_test.test (187 ms) 46: [----------] 1 test from std_algorithms_all_of_team_test (187 ms total) 46: 46: [----------] 1 test from std_algorithms_any_of_team_test 46: [ RUN ] std_algorithms_any_of_team_test.test 33: Test_Atomic<long int>/100000/iterations:10 3.68 s 3.66 s 10 1 8 2.94866m 1.68108m 119.8u 4.99995G 94.078k 4.99995G 46: [ OK ] std_algorithms_any_of_team_test.test (162 ms) 46: [----------] 1 test from std_algorithms_any_of_team_test (162 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 (173 ms) 46: [----------] 1 test from std_algorithms_none_of_team_test (173 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 (205 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 (181 ms) 46: [----------] 2 tests from std_algorithms_search_n_team_test (387 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 11 tests from 7 test suites ran. (2012 ms total) 46: [ PASSED ] 11 tests. 46/58 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 2.48 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 47: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 47: Test timeout computed to be: 1500 47: [==========] Running 3 tests from 3 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_min_element_team_test 47: [ RUN ] std_algorithms_min_element_team_test.test [ 96%] Built target Kokkos_tutorial_06_simple_mdrangepolicy [ 96%] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o 47: [ OK ] std_algorithms_min_element_team_test.test (519 ms) 47: [----------] 1 test from std_algorithms_min_element_team_test (519 ms total) 47: 47: [----------] 1 test from std_algorithms_max_element_team_test 47: [ RUN ] std_algorithms_max_element_team_test.test [ 96%] Built target Kokkos_tutorial_advancedviews_02_memory_traits [ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o 47: [ OK ] std_algorithms_max_element_team_test.test (618 ms) 47: [----------] 1 test from std_algorithms_max_element_team_test (618 ms total) 47: 47: [----------] 1 test from std_algorithms_minmax_element_team_test 47: [ RUN ] std_algorithms_minmax_element_team_test.test 47: [ OK ] std_algorithms_minmax_element_team_test.test (541 ms) 47: [----------] 1 test from std_algorithms_minmax_element_team_test (541 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 3 tests from 3 test suites ran. (1679 ms total) 47: [ PASSED ] 3 tests. 47/58 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.13 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 48: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 48: Test timeout computed to be: 1500 48: [==========] Running 6 tests from 6 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_fill_team_test 48: [ RUN ] std_algorithms_fill_team_test.test [ 96%] Built target Kokkos_tutorial_advancedviews_01_data_layouts [ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/thread_teams_lambda.cpp.o 48: [ OK ] std_algorithms_fill_team_test.test (210 ms) 48: [----------] 1 test from std_algorithms_fill_team_test (210 ms total) 48: 48: [----------] 1 test from std_algorithms_fill_n_team_test 48: [ RUN ] std_algorithms_fill_n_team_test.test [ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews 48: [ OK ] std_algorithms_fill_n_team_test.test (390 ms) 48: [----------] 1 test from std_algorithms_fill_n_team_test (390 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 (343 ms) 48: [----------] 1 test from std_algorithms_replace_team_test (343 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 (265 ms) 48: [----------] 1 test from std_algorithms_replace_if_team_test (265 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 (472 ms) 48: [----------] 1 test from std_algorithms_replace_copy_team_test (472 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 (306 ms) 48: [----------] 1 test from std_algorithms_replace_copy_if_team_test (307 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 6 tests from 6 test suites ran. (1990 ms total) 48: [ PASSED ] 6 tests. 48/58 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.43 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 49: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 49: Test timeout computed to be: 1500 49: [==========] Running 4 tests from 4 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_reverse_team_test 49: [ RUN ] std_algorithms_reverse_team_test.test 49: [ OK ] std_algorithms_reverse_team_test.test (238 ms) 49: [----------] 1 test from std_algorithms_reverse_team_test (238 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 (286 ms) 49: [----------] 1 test from std_algorithms_reverse_copy_team_test (286 ms total) 49: 49: [----------] 1 test from std_algorithms_rotate_team_test 49: [ RUN ] std_algorithms_rotate_team_test.test [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/nested_parallel_for.cpp.o [ 96%] Built target Kokkos_tutorial_advancedviews_03_subviews [ 97%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o 49: [ OK ] std_algorithms_rotate_team_test.test (500 ms) 49: [----------] 1 test from std_algorithms_rotate_team_test (500 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 (531 ms) 49: [----------] 1 test from std_algorithms_rotate_copy_team_test (531 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 4 tests from 4 test suites ran. (1558 ms total) 49: [ PASSED ] 4 tests. 49/58 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.99 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 50: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 50: Test timeout computed to be: 1500 50: [==========] Running 4 tests from 4 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_move_team_test 50: [ RUN ] std_algorithms_move_team_test.test 50: [ OK ] std_algorithms_move_team_test.test (467 ms) 50: [----------] 1 test from std_algorithms_move_team_test (467 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 (462 ms) 50: [----------] 1 test from std_algorithms_move_backward_team_test (462 ms total) 50: 50: [----------] 1 test from std_algorithms_shift_left_team_test 50: [ RUN ] std_algorithms_shift_left_team_test.test 50: [ OK ] std_algorithms_shift_left_team_test.test (1499 ms) 50: [----------] 1 test from std_algorithms_shift_left_team_test (1500 ms total) 50: 50: [----------] 1 test from std_algorithms_shift_right_team_test 50: [ RUN ] std_algorithms_shift_right_team_test.test 50: [ OK ] std_algorithms_shift_right_team_test.test (1634 ms) 50: [----------] 1 test from std_algorithms_shift_right_team_test (1634 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (4064 ms total) 50: [ PASSED ] 4 tests. 50/58 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 4.55 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 51: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 51: Test timeout computed to be: 1500 51: [==========] Running 9 tests from 9 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_copy_team_test 51: [ RUN ] std_algorithms_copy_team_test.test 51: [ OK ] std_algorithms_copy_team_test.test (542 ms) 51: [----------] 1 test from std_algorithms_copy_team_test (542 ms total) 51: 51: [----------] 1 test from std_algorithms_copy_n_team_test 51: [ RUN ] std_algorithms_copy_n_team_test.test [ 97%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews 51: [ OK ] std_algorithms_copy_n_team_test.test (449 ms) 51: [----------] 1 test from std_algorithms_copy_n_team_test (449 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 (451 ms) 51: [----------] 1 test from std_algorithms_copy_backward_team_test (451 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 (336 ms) 51: [----------] 1 test from std_algorithms_copy_if_team_test (336 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 (332 ms) 51: [----------] 1 test from std_algorithms_unique_copy_team_test (332 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 (355 ms) 51: [----------] 1 test from std_algorithms_remove_team_test (355 ms total) 51: 51: [----------] 1 test from std_algorithms_remove_if_team_test 51: [ RUN ] std_algorithms_remove_if_team_test.test [ 97%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams 51: [ OK ] std_algorithms_remove_if_team_test.test (323 ms) 51: [----------] 1 test from std_algorithms_remove_if_team_test (323 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 (349 ms) 51: [----------] 1 test from std_algorithms_remove_copy_team_test (349 ms total) 51: 51: [----------] 1 test from std_algorithms_remove_copy_if_team_test 51: [ RUN ] std_algorithms_remove_copy_if_team_test.test [ 97%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda 51: [ OK ] std_algorithms_remove_copy_if_team_test.test (284 ms) 51: [----------] 1 test from std_algorithms_remove_copy_if_team_test (284 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 9 tests from 9 test suites ran. (3426 ms total) 51: [ PASSED ] 9 tests. 51/58 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 3.86 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 52: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 52: Test timeout computed to be: 1500 52: [==========] Running 4 tests from 4 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_unique_team_test 52: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 52: [ OK ] std_algorithms_unique_team_test.test_default_predicate (522 ms) 52: [----------] 1 test from std_algorithms_unique_team_test (522 ms total) 52: 52: [----------] 1 test from std_algorithms_adjacent_difference_team_test 52: [ RUN ] std_algorithms_adjacent_difference_team_test.test [ 97%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers 52: [ OK ] std_algorithms_adjacent_difference_team_test.test (941 ms) 52: [----------] 1 test from std_algorithms_adjacent_difference_team_test (941 ms total) 52: 52: [----------] 1 test from std_algorithms_reduce_team_test 52: [ RUN ] std_algorithms_reduce_team_test.test [ 97%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 97%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 97%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o [ 97%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o 52: [ OK ] std_algorithms_reduce_team_test.test (617 ms) 52: [----------] 1 test from std_algorithms_reduce_team_test (617 ms total) 52: 52: [----------] 1 test from std_algorithms_transform_reduce_team_test 52: [ RUN ] std_algorithms_transform_reduce_team_test.test [ 97%] Built target Kokkos_tutorial_advancedviews_04_dualviews [ 97%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o 52: [ OK ] std_algorithms_transform_reduce_team_test.test (961 ms) 52: [----------] 1 test from std_algorithms_transform_reduce_team_test (961 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 4 tests from 4 test suites ran. (3043 ms total) 52: [ PASSED ] 4 tests. 52/58 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 3.52 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 53: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 53: Test timeout computed to be: 1500 [ 97%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for 53: [==========] Running 18 tests from 5 test suites. 53: [----------] Global test environment set-up. 53: [----------] 2 tests from std_algorithms_is_sorted_team_test 53: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 53: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (523 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 (619 ms) 53: [----------] 2 tests from std_algorithms_is_sorted_team_test (1143 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 (25 ms) 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (24 ms) 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (412 ms) 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB [ 97%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (436 ms) 53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (899 ms total) 53: 53: [----------] 4 tests from std_algorithms_is_partitioned_team_test 53: [ RUN ] std_algorithms_is_partitioned_team_test.empty 53: [ OK ] std_algorithms_is_partitioned_team_test.empty (15 ms) 53: [ RUN ] std_algorithms_is_partitioned_team_test.all_true [ 97%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 97%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o 53: [ OK ] std_algorithms_is_partitioned_team_test.all_true (227 ms) 53: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 53: [ OK ] std_algorithms_is_partitioned_team_test.all_false (221 ms) 53: [ RUN ] std_algorithms_is_partitioned_team_test.random [ 97%] Built target Kokkos_tutorial_algorithms_01_random_numbers [ 98%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o 53: [ OK ] std_algorithms_is_partitioned_team_test.random (205 ms) 53: [----------] 4 tests from std_algorithms_is_partitioned_team_test (669 ms total) 53: 53: [----------] 4 tests from std_algorithms_partition_copy_team_test 53: [ RUN ] std_algorithms_partition_copy_team_test.empty 53: [ OK ] std_algorithms_partition_copy_team_test.empty (18 ms) 53: [ RUN ] std_algorithms_partition_copy_team_test.all_true 53: [ OK ] std_algorithms_partition_copy_team_test.all_true (527 ms) 53: [ RUN ] std_algorithms_partition_copy_team_test.all_false 53: [ OK ] std_algorithms_partition_copy_team_test.all_false (540 ms) 53: [ RUN ] std_algorithms_partition_copy_team_test.random 53: [ OK ] std_algorithms_partition_copy_team_test.random (539 ms) 53: [----------] 4 tests from std_algorithms_partition_copy_team_test (1626 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 (12 ms) 53: [ RUN ] std_algorithms_partition_point_team_test.all_true 53: [ OK ] std_algorithms_partition_point_team_test.all_true (254 ms) 53: [ RUN ] std_algorithms_partition_point_team_test.all_false 53: [ OK ] std_algorithms_partition_point_team_test.all_false (199 ms) 53: [ RUN ] std_algorithms_partition_point_team_test.random 53: [ OK ] std_algorithms_partition_point_team_test.random (194 ms) 53: [----------] 4 tests from std_algorithms_partition_point_team_test (660 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 18 tests from 5 test suites ran. (4999 ms total) 53: [ PASSED ] 18 tests. 53/58 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 5.43 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 54: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 54: Test timeout computed to be: 1500 54: [==========] Running 5 tests from 4 test suites. 54: [----------] Global test environment set-up. 54: [----------] 2 tests from std_algorithms_transform_team_test 54: [ RUN ] std_algorithms_transform_team_test.test_unary_op [ 98%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 98%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o 54: [ OK ] std_algorithms_transform_team_test.test_unary_op (618 ms) 54: [ RUN ] std_algorithms_transform_team_test.test_binary_op 54: [ OK ] std_algorithms_transform_team_test.test_binary_op (662 ms) 54: [----------] 2 tests from std_algorithms_transform_team_test (1280 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 (1365 ms) 54: [----------] 1 test from std_algorithms_generate_team_test (1366 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 (395 ms) 54: [----------] 1 test from std_algorithms_generate_n_team_test (395 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 (620 ms) 54: [----------] 1 test from std_algorithms_swap_ranges_team_test (620 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 5 tests from 4 test suites ran. (3662 ms total) 54: [ PASSED ] 5 tests. 54/58 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.11 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 55: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 55: Test timeout computed to be: 1500 [ 99%] Linking CXX executable Kokkos_UnitTest_SIMD 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 [ 99%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda 55: [ OK ] std_algorithms_exclusive_scan_team_test.test (1543 ms) 55: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1544 ms total) 55: 55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 55: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test [ 99%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda 55: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (665 ms) 55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (665 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 2 tests from 2 test suites ran. (2210 ms total) 55: [ PASSED ] 2 tests. 55/58 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.68 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 56: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 56: Test timeout computed to be: 1500 56: [==========] Running 2 tests from 2 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_inclusive_scan_team_test 56: [ RUN ] std_algorithms_inclusive_scan_team_test.test [ 99%] Linking CXX executable Kokkos_launch_bounds_reduce [ 99%] Built target Kokkos_tutorial_01_hello_world_lambda [ 99%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o 56: [ OK ] std_algorithms_inclusive_scan_team_test.test (2076 ms) 56: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2077 ms total) 56: 56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 56: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test [ 99%] Built target Kokkos_tutorial_02_simple_reduce_lambda [ 99%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o 56: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1241 ms) 56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1241 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 2 tests from 2 test suites ran. (3318 ms total) 56: [ PASSED ] 2 tests. 56/58 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 3.76 sec test 57 Start 57: Kokkos_PerformanceTest_InclusiveScan 57: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-08-22_T19-33-56.json" 57: Test timeout computed to be: 1500 57: 2025-08-22T20:08:31+00:00 57: Running /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 57: Run on (255 X 3098.96 MHz CPU s) 57: CPU Caches: 57: L1 Data 32 KiB (x127) 57: L1 Instruction 32 KiB (x127) 57: L2 Unified 512 KiB (x127) 57: L3 Unified 32768 KiB (x15) 57: Load Average: 10.87, 9.87, 13.34 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: 1500 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_OPENMP: yes 57: KOKKOS_ENABLE_PRAGMA_IVDEP: no 57: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 57: KOKKOS_ENABLE_PRAGMA_UNROLL: no 57: KOKKOS_ENABLE_PRAGMA_VECTOR: no 57: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 57: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 57: Kokkos Version: 4.7.99 57: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 57: Shared Memory per Block: 64 KiB 57: Supports Managed Memory: 1 57: System allows accessing system allocated memory on GPU: 0 57: Total Global Memory: 31.98 GiB 57: Wavefront Size: 64 57: XNACK environment variable set: no 57: macro HIP_VERSION: 50322062 = version 5.3.22062 57: macro KOKKOS_ENABLE_HIP: defined 57: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 57: macro KOKKOS_ENABLE_ROCTHRUST: defined 57: platform: 64bit [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 99%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda [ 99%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 99%] Built target Kokkos_launch_bounds_reduce [ 99%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o 57: ---------------------------------------------------------------------------------------------------------------------------------------------- 57: Benchmark Time CPU Iterations FOM: GB/s MB Passed 57: ---------------------------------------------------------------------------------------------------------------------------------------------- 57: BM_inclusive_scan<std::uint64_t>/100000000/manual_time 0.002 s 0.002 s 425 975.798/s 1.6k 1 [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-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Site: 96181f0752b8 Build name: Linux-nvc++ Create new tag: 20250822-2001 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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.17 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenACC_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_OpenACC_ViewSupport 2: Test timeout computed to be: 1500 2: [==========] Running 14 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 14 tests from openacc 2: [ RUN ] openacc.basic_view_default_ctor 2: [ OK ] openacc.basic_view_default_ctor (0 ms) 2: [ RUN ] openacc.basic_view_extents_ctor 2: [ OK ] openacc.basic_view_extents_ctor (30 ms) 2: [ RUN ] openacc.basic_view_mapping_ctor_right 2: [ OK ] openacc.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] openacc.basic_view_access 2: [ OK ] openacc.basic_view_access (0 ms) 2: [ RUN ] openacc.basic_view_atomic_accessor 2: [ OK ] openacc.basic_view_atomic_accessor (0 ms) 2: [ RUN ] openacc.RefCountedAcc_Typedefs 2: [ OK ] openacc.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] openacc.RefCountedAcc_Ctors 2: [ OK ] openacc.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] openacc.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] openacc.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] openacc.RefCountedAcc_Access 2: [ OK ] openacc.RefCountedAcc_Access (0 ms) 2: [ RUN ] openacc.RefCountedAcc_Conversion 2: [ OK ] openacc.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] openacc.RefCountedDataHandle_Typedefs 2: [ OK ] openacc.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] openacc.RefCountedDataHandle 2: [ OK ] openacc.RefCountedDataHandle (0 ms) 2: [ RUN ] openacc.RefCountedDataHandleAnonym 2: [ OK ] openacc.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] openacc.RefCountedDataHandleConversion 2: [ OK ] openacc.RefCountedDataHandleConversion (0 ms) 2: [----------] 14 tests from openacc (32 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 14 tests from 1 test suite ran. (32 ms total) 2: [ PASSED ] 14 tests. 2/23 Test #2: Kokkos_CoreUnitTest_OpenACC_ViewSupport .................... Passed 0.20 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: [==========] Running 283 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 (418 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (403 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (400 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (401 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (2 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (6 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (2 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (6 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (5 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (1646 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 (813 ms) 3: [----------] 1 test from serial_graph_DeathTest (813 ms total) 3: 3: [----------] 254 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int8 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestAtomicOperations_int8.hpp:28: Skipped 3: unsupported atomic data type for OpenACC+NVHPC 3: [ SKIPPED ] serial.atomic_operations_int8 (0 ms) 3: [ RUN ] serial.atomic_operations_int16 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestAtomicOperations_int16.hpp:28: Skipped 3: unsupported atomic data type for OpenACC+NVHPC 3: [ SKIPPED ] serial.atomic_operations_int16 (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (1 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (1 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (1 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (1 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (1 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (3 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 (148 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_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (1 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (6 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_0 3: [ OK ] serial.deep_copy_assignable_types_rank_0 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1 3: [ OK ] serial.deep_copy_assignable_types_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2 3: [ OK ] serial.deep_copy_assignable_types_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3 3: [ OK ] serial.deep_copy_assignable_types_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_4 3: [ OK ] serial.deep_copy_assignable_types_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_5 3: [ OK ] serial.deep_copy_assignable_types_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_6 3: [ OK ] serial.deep_copy_assignable_types_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_7 3: [ OK ] serial.deep_copy_assignable_types_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_8 3: [ OK ] serial.deep_copy_assignable_types_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1_half 3: [ OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2_half 3: [ OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3_half 3: [ OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_0 3: [ OK ] serial.deep_copy_narrowing_rank_0 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_1 3: [ OK ] serial.deep_copy_narrowing_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_2 3: [ OK ] serial.deep_copy_narrowing_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_3 3: [ OK ] serial.deep_copy_narrowing_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_4 3: [ OK ] serial.deep_copy_narrowing_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_5 3: [ OK ] serial.deep_copy_narrowing_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_6 3: [ OK ] serial.deep_copy_narrowing_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_7 3: [ OK ] serial.deep_copy_narrowing_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_8 3: [ OK ] serial.deep_copy_narrowing_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (13 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (93 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_args_with_structured_bindings 3: [ OK ] serial.partitioning_by_args_with_structured_bindings (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range 3: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:137: 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-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:186: 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-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:235: 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-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:279: 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-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:324: 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-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:380: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_range_scan (0 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_capture 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1113: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1289: Skipped 3: This test requires a shared space. 3: [ SKIPPED ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2571 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 33: Test_Atomic<long long int>/100000/iterations:10 3.60 s 3.59 s 10 1 8 2.89047m 1.59108m 117.4u 4.99995G 100.286k 4.99995G [ 99%] Built target Kokkos_tutorial_03_simple_view_lambda [100%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o 57: BM_inclusive_scan<std::int64_t>/100000000/manual_time 0.002 s 0.002 s 425 975.598/s 1.6k 1 [100%] Linking CXX executable Kokkos_atomic 57: BM_inclusive_scan<double>/100000000/manual_time 0.002 s 0.002 s 425 977.691/s 1.6k 1 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (5136 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1011 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 57: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time 0.002 s 0.002 s 425 974.953/s 1.6k 1 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1035 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_fmax_fmin 3: [ OK ] serial.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_impl_half_fallback 3: [ OK ] serial.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] serial.mathematical_functions_nextafter_fp16 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestMathematicalFunctions.hpp:2013: Skipped 3: no 16-bit floating-point precision support 3: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (96 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (251 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (2 ms) 3: [ RUN ] serial.mdrange_array_reduce 3: [ OK ] serial.mdrange_array_reduce (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (22 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (134 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (24 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy 57: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time 0.002 s 0.002 s 425 975.499/s 1.6k 1 [100%] Built target Kokkos_atomic [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [100%] Linking CXX executable Kokkos_gups 57: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time 0.002 s 0.002 s 427 977.665/s 1.6k 1 3: [ OK ] serial.mdrange_large_deep_copy (3758 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 [100%] Linking CXX executable Kokkos_view_copy_constructor [100%] Linking CXX executable Kokkos_stream 57: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time 0.002 s 0.002 s 427 978.707/s 1.6k 1 [100%] Built target Kokkos_gups [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3197 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (30 ms) 3: [ RUN ] serial.max 3: [ OK ] serial.max (0 ms) 3: [ RUN ] serial.max_within_parfor 3: [ OK ] serial.max_within_parfor (0 ms) 3: [ RUN ] serial.min 3: [ OK ] serial.min (0 ms) 3: [ RUN ] serial.min_within_parfor 3: [ OK ] serial.min_within_parfor (0 ms) 3: [ RUN ] serial.minmax 3: [ OK ] serial.minmax (0 ms) 3: [ RUN ] serial.minmax_within_parfor 3: [ OK ] serial.minmax_within_parfor (0 ms) 3: [ RUN ] serial.clamp 3: [ OK ] serial.clamp (0 ms) 3: [ RUN ] serial.clamp_within_parfor 3: [ OK ] serial.clamp_within_parfor (0 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestNumericTraits.hpp:376: Skipped 3: This test is known to fail with the NVHPC compiler 3: [ SKIPPED ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (15 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (14 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (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 (36 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (35 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (1 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (1 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (296 ms) 3: [ RUN ] serial.double_reduce [100%] Linking CXX executable Kokkos_launch_latency 57: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time 0.002 s 0.002 s 427 978.902/s 1.6k 1 3: [ OK ] serial.double_reduce (304 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic [100%] Built target Kokkos_view_copy_constructor [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o 3: [ OK ] serial.int64_t_reduce_dynamic (994 ms) 3: [ RUN ] serial.double_reduce_dynamic 57: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time 0.002 s 0.002 s 425 976.701/s 1.6k 1 57/58 Test #57: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 18.32 sec test 58 Start 58: Kokkos_UnitTest_SIMD 58: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/simd/unit_tests/Kokkos_UnitTest_SIMD 58: Test timeout computed to be: 1500 58: [==========] Running 18 tests from 1 test suite. 58: [----------] Global test environment set-up. 58: [----------] 18 tests from simd 58: [ RUN ] simd.host_math_ops 58: [ OK ] simd.host_math_ops (0 ms) 58: [ RUN ] simd.device_math_ops 58: [ OK ] simd.device_math_ops (15 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 (16 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 18 tests from 1 test suite ran. (16 ms total) 58: [ PASSED ] 18 tests. 58/58 Test #58: Kokkos_UnitTest_SIMD ....................................... Passed 0.42 sec 100% tests passed, 0 tests failed out of 58 Label Time Summary: Kokkos = 649.27 sec*proc (50 tests) Total Test time (real) = 1258.67 sec [100%] Linking CXX executable Kokkos_gather [100%] Built target Kokkos_stream [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o Post stage [Pipeline] sh 3: [ OK ] serial.double_reduce_dynamic (1072 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Fri Aug 22 19:33:16 2025 stats zeroed Fri Aug 22 19:33:16 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) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 411f8d42b6bc4dfbde9bfc6c648785ced755e48d9aef996ac8e1e68c97c4cabe 3: [ OK ] serial.int64_t_reduce_dynamic_view (621 ms) 3: [ RUN ] serial.reduction_identity_min_max_floating_point_types 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestReduce.hpp:727: Skipped 3: skipping for NVHPC and OPENACC due to wrong neutral value 3: [ SKIPPED ] serial.reduction_identity_min_max_floating_point_types (0 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (2 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 3: [ OK ] serial.reduce_device_view_mdrange_policy (20 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 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-8351' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 411f8d42b6bc4dfbde9bfc6c648785ced755e48d9aef996ac8e1e68c97c4cabe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 3: [ OK ] serial.reduce_device_view_team_policy (2475 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 (197 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 (7 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 (196 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 (7 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 (187 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 (7 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 (191 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 (7 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 (220 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 [100%] Built target Kokkos_launch_latency [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o 3: [ OK ] serial.task_multiple_depend_chase_lev (7 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: [----------] 254 tests from serial (24550 ms total) 3: 3: [----------] 17 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:250: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:444: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.sized_functor_launch 3: [ OK ] serial_graph.sized_functor_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 283 tests from 4 test suites ran. (27011 ms total) 3: [ PASSED ] 264 tests. 3: [ SKIPPED ] 19 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial.atomic_operations_int8 3: [ SKIPPED ] serial.atomic_operations_int16 3: [ SKIPPED ] serial.exec_space_thread_safety_range 3: [ SKIPPED ] serial.exec_space_thread_safety_mdrange 3: [ SKIPPED ] serial.exec_space_thread_safety_team_policy 3: [ SKIPPED ] serial.exec_space_thread_safety_range_reduce 3: [ SKIPPED ] serial.exec_space_thread_safety_mdrange_reduce 3: [ SKIPPED ] serial.exec_space_thread_safety_team_policy_reduce 3: [ SKIPPED ] serial.exec_space_thread_safety_range_scan 3: [ SKIPPED ] serial.graph_capture 3: [ SKIPPED ] serial.mixed_then_host_device_nodes 3: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 3: [ SKIPPED ] serial.numeric_traits_quiet_and_signaling_nan 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_identity_min_max_floating_point_types 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/23 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 27.18 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: [==========] Running 144 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 9 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 (2968 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2747 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (1066 ms) 4: [----------] 9 tests from serial_DeathTest (6783 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 (349 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (14 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_broadcast_int_ptr 4: [ OK ] serial.team_broadcast_int_ptr (0 ms) 4: [ RUN ] serial.team_single_thread_int_ptr 4: [ OK ] serial.team_single_thread_int_ptr (0 ms) 4: [ RUN ] serial.team_single_team_int_ptr 4: [ OK ] serial.team_single_team_int_ptr (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (5 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (913 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (400 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (11 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (12 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (12 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (9 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (10 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (12 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (206 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (144 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (114 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (142 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (112 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce 4: [ OK ] serial.repeated_team_reduce (1204 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 (296 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (30 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (3 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (32 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (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 (16 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (16 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (16 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (0 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (0 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 4: [ OK ] serial.view_allocation_large_rank (887 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (18 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right [100%] Built target Kokkos_UnitTest_SIMD 33: Test_Atomic<unsigned int>/100000/iterations:10 3.43 s 3.42 s 10 1 4 2.14458m 1.71718m 48.3u 704.983M 58.104k 704.983M [100%] Built target Kokkos_gather [100%] Linking CXX executable Kokkos_policy_performance 4: [ OK ] serial.view_fill_tests_layout_right (6165 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 4: [ OK ] serial.view_fill_tests_layout_left (5863 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (61 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (57 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (55 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (7 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (1 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (37 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (220 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-8351/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (12 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (12 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (12 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (365 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (365 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (365 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (463 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (462 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (462 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 135 tests from serial (20007 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 144 tests from 2 test suites ran. (26790 ms total) 4: [ PASSED ] 137 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 26.96 sec test 5 Start 5: Kokkos_CoreUnitTest_OpenACC 5: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_OpenACC 5: Test timeout computed to be: 1500 5: [==========] Running 251 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 20 tests from openacc_DeathTest 5: [ RUN ] openacc_DeathTest.abort_from_host [100%] Linking CXX executable Kokkos_bytes_and_flops [100%] Built target Kokkos_policy_performance 5: [ OK ] openacc_DeathTest.abort_from_host (1951 ms) 5: [ RUN ] openacc_DeathTest.abort_from_device 5: [ OK ] openacc_DeathTest.abort_from_device (35 ms) 5: [ RUN ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort (1890 ms) 5: [ RUN ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions (1886 ms) 5: [ RUN ] openacc_DeathTest.policy_invalid_bounds 5: [ OK ] openacc_DeathTest.policy_invalid_bounds (3 ms) 5: [ RUN ] openacc_DeathTest.range_policy_invalid_bounds 5: [ OK ] openacc_DeathTest.range_policy_invalid_bounds (4 ms) 5: [ RUN ] openacc_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] openacc_DeathTest.range_policy_round_trip_conversion_fires (1 ms) 5: [ RUN ] openacc_DeathTest.range_policy_check_sign_changes 5: [ OK ] openacc_DeathTest.range_policy_check_sign_changes (3 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 5: [ OK ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (1881 ms) 5: [ RUN ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:125: Skipped 5: skipping because OpenACC backend is currently not able to abort from the device 5: [ SKIPPED ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 5: [ RUN ] openacc_DeathTest.view_construction_with_wrong_params_dyn 5: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 5: [ OK ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment (14676 ms) 5: [ RUN ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment 33: Test_Atomic<unsigned long int>/100000/iterations:10 4.10 s 4.08 s 10 1 8 2.97606m 1.53878m 103.4u 4.99995G 75.006k 4.99995G 5: [ OK ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment (14120 ms) 5: [ RUN ] openacc_DeathTest.view_memory_access_violations_from_host [100%] Built target Kokkos_bytes_and_flops + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Site: 1853c890faaf Build name: Linux-icpx Create new tag: 20250822-2003 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: [==========] Running 21 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 21 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] serial.view_customization_accessor_arg 1: [ OK ] serial.view_customization_accessor_arg (1 ms) 1: [ RUN ] serial.view_customization_allocation_type 1: [ OK ] serial.view_customization_allocation_type (0 ms) 1: [ RUN ] serial.view_customization_mirror 1: [ OK ] serial.view_customization_mirror (0 ms) 1: [ RUN ] serial.view_customization_deep_copy 1: [ OK ] serial.view_customization_deep_copy (0 ms) 1: [ RUN ] serial.view_customization_deep_copy_single_element_view 1: [ OK ] serial.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] serial.view_customization_accessor_from_mapping 1: [ OK ] serial.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] serial.view_customization_extra_int_arg 1: [ OK ] serial.view_customization_extra_int_arg (0 ms) 1: [----------] 21 tests from serial (2 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 21 tests from 1 test suite ran. (2 ms total) 1: [ PASSED ] 21 tests. 1/66 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.71 sec test 2 Start 2: Kokkos_CoreUnitTest_SYCL_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_SYCL_ViewSupport 2: Test timeout computed to be: 1500 2: [==========] Running 21 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 21 tests from sycl 2: [ RUN ] sycl.basic_view_default_ctor 2: [ OK ] sycl.basic_view_default_ctor (0 ms) 2: [ RUN ] sycl.basic_view_extents_ctor 2: [ OK ] sycl.basic_view_extents_ctor (0 ms) 2: [ RUN ] sycl.basic_view_mapping_ctor_right 2: [ OK ] sycl.basic_view_mapping_ctor_right (1 ms) 2: [ RUN ] sycl.basic_view_access 2: [ OK ] sycl.basic_view_access (3 ms) 2: [ RUN ] sycl.basic_view_atomic_accessor 2: [ OK ] sycl.basic_view_atomic_accessor (1 ms) 2: [ RUN ] sycl.RefCountedAcc_Typedefs 2: [ OK ] sycl.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] sycl.RefCountedAcc_Ctors 2: [ OK ] sycl.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] sycl.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] sycl.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] sycl.RefCountedAcc_Access 2: [ OK ] sycl.RefCountedAcc_Access (0 ms) 2: [ RUN ] sycl.RefCountedAcc_Conversion 2: [ OK ] sycl.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] sycl.RefCountedDataHandle_Typedefs 2: [ OK ] sycl.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] sycl.RefCountedDataHandle 2: [ OK ] sycl.RefCountedDataHandle (0 ms) 2: [ RUN ] sycl.RefCountedDataHandleAnonym 2: [ OK ] sycl.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] sycl.RefCountedDataHandleConversion 2: [ OK ] sycl.RefCountedDataHandleConversion (0 ms) 2: [ RUN ] sycl.view_customization_accessor_arg 2: [ OK ] sycl.view_customization_accessor_arg (0 ms) 2: [ RUN ] sycl.view_customization_allocation_type 2: [ OK ] sycl.view_customization_allocation_type (0 ms) 2: [ RUN ] sycl.view_customization_mirror 2: [ OK ] sycl.view_customization_mirror (0 ms) 2: [ RUN ] sycl.view_customization_deep_copy 2: [ OK ] sycl.view_customization_deep_copy (0 ms) 2: [ RUN ] sycl.view_customization_deep_copy_single_element_view 2: [ OK ] sycl.view_customization_deep_copy_single_element_view (0 ms) 2: [ RUN ] sycl.view_customization_accessor_from_mapping 2: [ OK ] sycl.view_customization_accessor_from_mapping (0 ms) 2: [ RUN ] sycl.view_customization_extra_int_arg 2: [ OK ] sycl.view_customization_extra_int_arg (0 ms) 2: [----------] 21 tests from sycl (11 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 21 tests from 1 test suite ran. (11 ms total) 2: [ PASSED ] 21 tests. 2/66 Test #2: Kokkos_CoreUnitTest_SYCL_ViewSupport ....................... Passed 0.34 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: [==========] Running 241 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (440 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (428 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (463 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (457 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (438 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (951 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (501 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (999 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (2006 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [----------] 11 tests from serial_DeathTest (6688 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-8351/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 212 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int8 3: [ OK ] serial.atomic_operations_int8 (0 ms) 3: [ RUN ] serial.atomic_operations_int16 3: [ OK ] serial.atomic_operations_int16 (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (0 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (0 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (0 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (0 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (32 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (21 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_0 3: [ OK ] serial.deep_copy_assignable_types_rank_0 (3 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1 3: [ OK ] serial.deep_copy_assignable_types_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2 3: [ OK ] serial.deep_copy_assignable_types_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3 3: [ OK ] serial.deep_copy_assignable_types_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_4 3: [ OK ] serial.deep_copy_assignable_types_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_5 3: [ OK ] serial.deep_copy_assignable_types_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_6 3: [ OK ] serial.deep_copy_assignable_types_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_7 3: [ OK ] serial.deep_copy_assignable_types_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_8 3: [ OK ] serial.deep_copy_assignable_types_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1_half 3: [ OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2_half 3: [ OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3_half 3: [ OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_0 3: [ OK ] serial.deep_copy_narrowing_rank_0 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_1 3: [ OK ] serial.deep_copy_narrowing_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_2 3: [ OK ] serial.deep_copy_narrowing_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_3 3: [ OK ] serial.deep_copy_narrowing_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_4 3: [ OK ] serial.deep_copy_narrowing_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_5 3: [ OK ] serial.deep_copy_narrowing_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_6 3: [ OK ] serial.deep_copy_narrowing_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_7 3: [ OK ] serial.deep_copy_narrowing_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_8 3: [ OK ] serial.deep_copy_narrowing_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (1 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (17 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_args_with_structured_bindings 3: [ OK ] serial.partitioning_by_args_with_structured_bindings (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range 3: [ OK ] serial.exec_space_thread_safety_range (385 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (38 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (39 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (40 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (39 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (39 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (38 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_capture 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1113: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2163 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (3178 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1264 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1398 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_fmax_fmin 3: [ OK ] serial.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_impl_half_fallback 3: [ OK ] serial.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] serial.mathematical_functions_nextafter_fp16 3: [ OK ] serial.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (492 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (744 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 (38 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (371 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 (13 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 (1318 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 (62 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (3 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (8 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-8351/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (0 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (1 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int_combined_reduce 3: [ OK ] serial.int_combined_reduce (0 ms) 3: [ RUN ] serial.mdrange_combined_reduce 3: [ OK ] serial.mdrange_combined_reduce (0 ms) 3: [ RUN ] serial.int_combined_reduce_mixed 3: [ OK ] serial.int_combined_reduce_mixed (0 ms) 3: [ RUN ] serial.reduction_with_large_iteration_count 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestReduce.hpp:663: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_identity_min_max_floating_point_types 3: [ OK ] serial.reduction_identity_min_max_floating_point_types (2 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (4 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 3: [ OK ] serial.reduce_device_view_mdrange_policy (118 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (4 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (2 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [----------] 212 tests from serial (11920 ms total) 3: 3: [----------] 17 tests from serial_graph 3: [ RUN ] serial_graph.submit_once 3: [ OK ] serial_graph.submit_once (0 ms) 3: [ RUN ] serial_graph.submit_once_rvalue 3: [ OK ] serial_graph.submit_once_rvalue (0 ms) 3: [ RUN ] serial_graph.instantiate_and_submit_once 3: [ OK ] serial_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] serial_graph.submit_onto_another_execution_space_instance 3: [ OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] serial_graph.create_graph_no_closure_with_exec 3: [ OK ] serial_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] serial_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:250: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] serial_graph.create_graph_no_arg (0 ms) 3: [ RUN ] serial_graph.submit_six 3: [ OK ] serial_graph.submit_six (0 ms) 3: [ RUN ] serial_graph.when_all_cycle 3: [ OK ] serial_graph.when_all_cycle (0 ms) 3: [ RUN ] serial_graph.repeat_chain 3: [ OK ] serial_graph.repeat_chain (0 ms) 3: [ RUN ] serial_graph.zero_work_reduce 3: [ OK ] serial_graph.zero_work_reduce (0 ms) 3: [ RUN ] serial_graph.empty_graph 3: [ OK ] serial_graph.empty_graph (0 ms) 3: [ RUN ] serial_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:444: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.sized_functor_launch 3: [ OK ] serial_graph.sized_functor_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 241 tests from 4 test suites ran. (18609 ms total) 3: [ PASSED ] 233 tests. 3: [ SKIPPED ] 8 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.graph_capture 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 33: Test_Atomic<unsigned long long int>/100000/iterations:10 4.06 s 4.05 s 10 1 8 2.80137m 1.46689m 105.69u 4.99995G 95.806k 4.99995G 3/66 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 18.97 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: [==========] Running 142 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 9 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 (3590 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 5: [ OK ] openacc_DeathTest.view_memory_access_violations_from_host (36600 ms) 5: [ RUN ] openacc_DeathTest.view_memory_access_violations_from_device 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:190: Skipped 5: skipping because OpenACC backend is currently not able to abort from the device 5: [ SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device (0 ms) 5: [ RUN ] openacc_DeathTest.view_subview_constructor_layout_compatibility 5: [ OK ] openacc_DeathTest.view_subview_constructor_layout_compatibility (4075 ms) 5: [----------] 20 tests from openacc_DeathTest (77136 ms total) 5: 5: [----------] 1 test from openacc_graph_DeathTest 5: [ RUN ] openacc_graph_DeathTest.can_instantiate_only_once 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3628 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (1001 ms) 4: [----------] 9 tests from serial_DeathTest (8220 ms total) 4: 4: [----------] 133 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 (2 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_broadcast_int_ptr 4: [ OK ] serial.team_broadcast_int_ptr (0 ms) 4: [ RUN ] serial.team_single_thread_int_ptr 4: [ OK ] serial.team_single_thread_int_ptr (0 ms) 4: [ RUN ] serial.team_single_team_int_ptr 4: [ OK ] serial.team_single_team_int_ptr (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (3 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (279 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (39 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 (3 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (3 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (3 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (26 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (38 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 (54 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (64 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce 5: [ OK ] openacc_graph_DeathTest.can_instantiate_only_once (4154 ms) 5: [----------] 1 test from openacc_graph_DeathTest (4154 ms total) 5: 5: [----------] 213 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_int8 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestAtomicOperations_int8.hpp:28: Skipped 5: unsupported atomic data type for OpenACC+NVHPC 5: [ SKIPPED ] openacc.atomic_operations_int8 (0 ms) 5: [ RUN ] openacc.atomic_operations_int16 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestAtomicOperations_int16.hpp:28: Skipped 5: unsupported atomic data type for OpenACC+NVHPC 5: [ SKIPPED ] openacc.atomic_operations_int16 (0 ms) 5: [ RUN ] openacc.atomic_operations_int 5: [ OK ] openacc.atomic_operations_int (60 ms) 5: [ RUN ] openacc.atomic_operations_long 5: [ OK ] openacc.atomic_operations_long (59 ms) 5: [ RUN ] openacc.atomic_operations_longlong 5: [ OK ] openacc.atomic_operations_longlong (59 ms) 5: [ RUN ] openacc.atomic_operations_unsigned 5: [ OK ] openacc.atomic_operations_unsigned (57 ms) 5: [ RUN ] openacc.atomic_operations_unsignedlong 5: [ OK ] openacc.atomic_operations_unsignedlong (57 ms) 5: [ RUN ] openacc.atomics 5: [ OK ] openacc.atomics (268 ms) 5: [ RUN ] openacc.atomics_tpetra_max_abs 5: [ OK ] openacc.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] openacc.atomic_views_integral 4: [ OK ] serial.repeated_team_reduce (5169 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 (63 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (60 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (20 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (0 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (19 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (1 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (0 ms) 4: [ RUN ] serial.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 (735 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (2 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right 4: [ OK ] serial.view_fill_tests_layout_right (2190 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 4: [ OK ] serial.view_fill_tests_layout_left (2646 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (58 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_mapping 4: [ OK ] serial.view_mapping (45 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 (85 ms) 4: [ RUN ] serial.resize_realloc_no_init 4: [ OK ] serial.resize_realloc_no_init (0 ms) 4: [ RUN ] serial.resize_realloc_no_alloc 4: [ OK ] serial.resize_realloc_no_alloc (0 ms) 4: [ RUN ] serial.realloc_exec_space 4: [ OK ] serial.realloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc 4: [ OK ] serial.view_alloc (0 ms) 4: [ RUN ] serial.view_alloc_exec_space 4: [ OK ] serial.view_alloc_exec_space (0 ms) 4: [ RUN ] serial.view_alloc_int 4: [ OK ] serial.view_alloc_int (0 ms) 4: [ RUN ] serial.view_alloc_exec_space_int 4: [ OK ] serial.view_alloc_exec_space_int (0 ms) 4: [ RUN ] serial.deep_copy_zero_memset 4: [ OK ] serial.deep_copy_zero_memset (0 ms) 4: [ RUN ] serial.resize_exec_space 4: [ OK ] serial.resize_exec_space (0 ms) 4: [ RUN ] serial.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (2 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (2 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (39 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (39 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (39 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (95 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (96 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (96 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: [----------] 133 tests from serial (12153 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 142 tests from 2 test suites ran. (20374 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/66 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 20.76 sec test 5 Start 5: Kokkos_CoreUnitTest_SYCL1A 5: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1A 5: Test timeout computed to be: 1500 5: [==========] Running 159 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 3 tests from sycl_DeathTest 5: [ RUN ] sycl_DeathTest.abort_from_host 5: [ OK ] sycl_DeathTest.abort_from_host (524 ms) 5: [ RUN ] sycl_DeathTest.abort_from_device 5: [ OK ] sycl_DeathTest.abort_from_device (13 ms) 5: [ RUN ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort (524 ms) 5: [----------] 3 tests from sycl_DeathTest (1062 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-8351/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] sycl_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from sycl_graph_DeathTest (0 ms total) 5: 5: [----------] 138 tests from sycl 5: [ RUN ] sycl.array_capacity 5: [ OK ] sycl.array_capacity (0 ms) 5: [ RUN ] sycl.array_element_access 5: [ OK ] sycl.array_element_access (0 ms) 5: [ RUN ] sycl.array_operator_equal 5: [ OK ] sycl.array_operator_equal (0 ms) 5: [ RUN ] sycl.array_zero_capacity 5: [ OK ] sycl.array_zero_capacity (0 ms) 5: [ RUN ] sycl.array_zero_data_nullptr 5: [ OK ] sycl.array_zero_data_nullptr (0 ms) 5: [ RUN ] sycl.atomic_operations_complexdouble 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestAtomicOperations_complexdouble.hpp:26: Skipped 5: skipping since device_global variables are not available 5: [ SKIPPED ] sycl.atomic_operations_complexdouble (0 ms) 5: [ RUN ] sycl.atomic_operations_complexfloat 5: [ OK ] sycl.atomic_operations_complexfloat (7 ms) 5: [ RUN ] sycl.atomic_operations_double 5: [ OK ] sycl.atomic_operations_double (6 ms) 5: [ RUN ] sycl.atomic_operations_float 5: [ OK ] sycl.atomic_operations_float (5 ms) 5: [ RUN ] sycl.atomic_operations_int8 5: [ OK ] sycl.atomic_operations_int8 (14 ms) 5: [ RUN ] sycl.atomic_operations_int16 5: [ OK ] sycl.atomic_operations_int16 (14 ms) 5: [ RUN ] sycl.atomic_operations_int 5: [ OK ] sycl.atomic_operations_int (13 ms) 5: [ RUN ] sycl.atomic_operations_long 5: [ OK ] sycl.atomic_operations_long (14 ms) 5: [ RUN ] sycl.atomic_operations_longlong 5: [ OK ] sycl.atomic_operations_longlong (14 ms) 5: [ RUN ] sycl.atomic_operations_unsigned 5: [ OK ] sycl.atomic_operations_unsigned (11 ms) 5: [ RUN ] sycl.atomic_operations_unsignedlong 5: [ OK ] sycl.atomic_operations_unsignedlong (12 ms) 5: [ RUN ] sycl.atomics 5: [ OK ] sycl.atomics (120 ms) 5: [ RUN ] sycl.atomics_tpetra_max_abs 5: [ OK ] sycl.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] sycl.atomic_views_integral 5: [ OK ] sycl.atomic_views_integral (16 ms) 5: [ RUN ] sycl.atomic_views_nonintegral 5: [ OK ] sycl.atomic_views_nonintegral (63 ms) 5: [ RUN ] sycl.atomic_view_api 5: [ OK ] sycl.atomic_view_api (0 ms) 5: [ RUN ] sycl.bit_manip_countl_zero 5: [ OK ] sycl.bit_manip_countl_zero (0 ms) 5: [ RUN ] sycl.bit_manip_countl_one 5: [ OK ] sycl.bit_manip_countl_one (0 ms) 5: [ RUN ] sycl.bit_manip_countr_zero 5: [ OK ] sycl.bit_manip_countr_zero (0 ms) 5: [ RUN ] sycl.bit_manip_countr_one 5: [ OK ] sycl.bit_manip_countr_one (0 ms) 5: [ RUN ] sycl.bit_manip_popcount 5: [ OK ] sycl.bit_manip_popcount (0 ms) 5: [ RUN ] sycl.bit_manip_has_single_bit 5: [ OK ] sycl.bit_manip_has_single_bit (0 ms) 5: [ RUN ] sycl.bit_manip_bit_floor 5: [ OK ] sycl.bit_manip_bit_floor (0 ms) 5: [ RUN ] sycl.bit_manip_bit_ceil 5: [ OK ] sycl.bit_manip_bit_ceil (0 ms) 5: [ RUN ] sycl.bit_manip_bit_width 5: [ OK ] sycl.bit_manip_bit_width (0 ms) 5: [ RUN ] sycl.bit_manip_rotl 5: [ OK ] sycl.bit_manip_rotl (1 ms) 5: [ RUN ] sycl.bit_manip_rotr 5: [ OK ] sycl.bit_manip_rotr (1 ms) 5: [ RUN ] sycl.bit_manip_byeswap 5: [ OK ] sycl.bit_manip_byeswap (0 ms) 5: [ RUN ] sycl.bit_manip_bit_cast 5: [ OK ] sycl.bit_manip_bit_cast (0 ms) 5: [ RUN ] sycl.test_block_deduction_bug_pr_3103 5: [ OK ] sycl.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] sycl.checked_integer_operations_multiply_overflow 5: [ OK ] sycl.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] sycl.execution_policy_occupancy_and_hint 5: [ OK ] sycl.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] sycl.complex_construction 5: [ OK ] sycl.complex_construction (0 ms) 5: [ RUN ] sycl.complex_basic_math 5: [ OK ] sycl.complex_basic_math (0 ms) 5: [ RUN ] sycl.complex_special_funtions 5: [ OK ] sycl.complex_special_funtions (0 ms) 5: [ RUN ] sycl.complex_io 5: [ OK ] sycl.complex_io (0 ms) 5: [ RUN ] sycl.complex_trivially_copyable 5: [ OK ] sycl.complex_trivially_copyable (0 ms) 5: [ RUN ] sycl.complex_issue_3865 5: [ OK ] sycl.complex_issue_3865 (0 ms) 5: [ RUN ] sycl.complex_operations_arithmetic_types_overloads 5: [ OK ] sycl.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] sycl.complex_structured_bindings 5: [ OK ] sycl.complex_structured_bindings (0 ms) 5: [ RUN ] sycl.crs_count_fill 5: [ OK ] sycl.crs_count_fill (1 ms) 5: [ RUN ] sycl.crs_copy_constructor 5: [ OK ] sycl.crs_copy_constructor (5 ms) 5: [ RUN ] sycl.deep_copy_assignable_types_rank_0 5: [ OK ] sycl.deep_copy_assignable_types_rank_0 (1 ms) 5: [ RUN ] sycl.deep_copy_assignable_types_rank_1 5: [ OK ] sycl.deep_copy_assignable_types_rank_1 (0 ms) 5: [ RUN ] sycl.deep_copy_assignable_types_rank_2 5: [ OK ] sycl.deep_copy_assignable_types_rank_2 (0 ms) 5: [ RUN ] sycl.deep_copy_assignable_types_rank_3 5: [ OK ] sycl.deep_copy_assignable_types_rank_3 (0 ms) 5: [ RUN ] sycl.deep_copy_assignable_types_rank_4 5: [ OK ] sycl.deep_copy_assignable_types_rank_4 (0 ms) 5: [ RUN ] sycl.deep_copy_assignable_types_rank_5 5: [ OK ] sycl.deep_copy_assignable_types_rank_5 (0 ms) 5: [ RUN ] sycl.deep_copy_assignable_types_rank_6 5: [ OK ] sycl.deep_copy_assignable_types_rank_6 (0 ms) 5: [ RUN ] sycl.deep_copy_assignable_types_rank_7 5: [ OK ] sycl.deep_copy_assignable_types_rank_7 (0 ms) 5: [ RUN ] sycl.deep_copy_assignable_types_rank_8 5: [ OK ] sycl.deep_copy_assignable_types_rank_8 (0 ms) 5: [ RUN ] sycl.deep_copy_assignable_types_rank_1_half 5: [ OK ] sycl.deep_copy_assignable_types_rank_1_half (0 ms) 5: [ RUN ] sycl.deep_copy_assignable_types_rank_2_half 5: [ OK ] sycl.deep_copy_assignable_types_rank_2_half (0 ms) 5: [ RUN ] sycl.deep_copy_assignable_types_rank_3_half 5: [ OK ] sycl.deep_copy_assignable_types_rank_3_half (0 ms) 5: [ RUN ] sycl.deep_copy_narrowing_rank_0 5: [ OK ] sycl.deep_copy_narrowing_rank_0 (0 ms) 5: [ RUN ] sycl.deep_copy_narrowing_rank_1 5: [ OK ] sycl.deep_copy_narrowing_rank_1 (0 ms) 5: [ RUN ] sycl.deep_copy_narrowing_rank_2 5: [ OK ] sycl.deep_copy_narrowing_rank_2 (0 ms) 5: [ RUN ] sycl.deep_copy_narrowing_rank_3 5: [ OK ] sycl.deep_copy_narrowing_rank_3 (0 ms) 5: [ RUN ] sycl.deep_copy_narrowing_rank_4 5: [ OK ] sycl.deep_copy_narrowing_rank_4 (0 ms) 5: [ RUN ] sycl.deep_copy_narrowing_rank_5 5: [ OK ] sycl.deep_copy_narrowing_rank_5 (0 ms) 5: [ RUN ] sycl.deep_copy_narrowing_rank_6 5: [ OK ] sycl.deep_copy_narrowing_rank_6 (0 ms) 5: [ RUN ] sycl.deep_copy_narrowing_rank_7 5: [ OK ] sycl.deep_copy_narrowing_rank_7 (0 ms) 5: [ RUN ] sycl.deep_copy_narrowing_rank_8 5: [ OK ] sycl.deep_copy_narrowing_rank_8 (0 ms) 5: [ RUN ] sycl.deep_copy_alignment 5: [ OK ] sycl.deep_copy_alignment (2 ms) 5: [ RUN ] sycl.deep_copy_conversion 5: [ OK ] sycl.deep_copy_conversion (9 ms) 5: [ RUN ] sycl.partitioning_by_args 5: [ OK ] sycl.partitioning_by_args (1 ms) 5: [ RUN ] sycl.partitioning_by_args_with_structured_bindings 5: [ OK ] sycl.partitioning_by_args_with_structured_bindings (0 ms) 5: [ RUN ] sycl.partitioning_by_vector 5: [ OK ] sycl.partitioning_by_vector (0 ms) 5: [ RUN ] sycl.exec_space_thread_safety_range 5: [ OK ] sycl.exec_space_thread_safety_range (5557 ms) 5: [ RUN ] sycl.exec_space_thread_safety_mdrange 5: [ OK ] sycl.exec_space_thread_safety_mdrange (562 ms) 5: [ RUN ] sycl.exec_space_thread_safety_team_policy 5: [ OK ] sycl.exec_space_thread_safety_team_policy (92 ms) 5: [ RUN ] sycl.exec_space_thread_safety_range_reduce 5: [ OK ] sycl.exec_space_thread_safety_range_reduce (556 ms) 5: [ RUN ] sycl.exec_space_thread_safety_mdrange_reduce 5: [ OK ] sycl.exec_space_thread_safety_mdrange_reduce (562 ms) 5: [ RUN ] sycl.exec_space_thread_safety_team_policy_reduce 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:338: 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 (556 ms) 5: [ RUN ] sycl.execution_space_as_class_data_member 5: [ OK ] sycl.execution_space_as_class_data_member (0 ms) 5: [ RUN ] sycl.functor_analysis 5: [ OK ] sycl.functor_analysis (0 ms) 5: [ RUN ] sycl.when_all_type 5: [ OK ] sycl.when_all_type (0 ms) 5: [ RUN ] sycl.graph_capture 5: [ OK ] sycl.graph_capture (0 ms) 5: [ RUN ] sycl.graph_then 5: [ OK ] sycl.graph_then (0 ms) 5: [ RUN ] sycl.then_host 5: [ OK ] sycl.then_host (0 ms) 5: [ RUN ] sycl.mixed_then_host_device_nodes 5: [ OK ] sycl.mixed_then_host_device_nodes (0 ms) 5: [ RUN ] sycl.graph_then_tag 5: [ OK ] sycl.graph_then_tag (0 ms) 5: [ RUN ] sycl.host_shared_ptr_use_count 5: [ OK ] sycl.host_shared_ptr_use_count (0 ms) 5: [ RUN ] sycl.host_shared_ptr_get 5: [ OK ] sycl.host_shared_ptr_get (0 ms) 5: [ RUN ] sycl.host_shared_ptr_dereference_on_device 5: [ OK ] sycl.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] sycl.host_shared_ptr_special_members_on_device 5: [ OK ] sycl.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] sycl.host_shared_ptr_tracking 5: [ OK ] sycl.host_shared_ptr_tracking (0 ms) 5: [ RUN ] sycl.join_backward_compatibility 5: [ OK ] sycl.join_backward_compatibility (0 ms) 5: [ RUN ] sycl.local_deepcopy_teampolicy_layoutleft 33: Test_Atomic<float>/100000/iterations:10 3.55 s 3.54 s 10 0 4 0.0100715 1.44338m 895.29u 4.99995G 172.6k 4.99989G 5: [ OK ] sycl.local_deepcopy_teampolicy_layoutleft (1652 ms) 5: [ RUN ] sycl.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] openacc.atomic_views_integral (21955 ms) 5: [ RUN ] openacc.atomic_views_nonintegral 5: [ OK ] openacc.atomic_views_nonintegral (39 ms) 5: [ RUN ] openacc.atomic_view_api 5: [ OK ] openacc.atomic_view_api (0 ms) 5: [ RUN ] openacc.bit_manip_countl_zero 5: [ OK ] openacc.bit_manip_countl_zero (70 ms) 5: [ RUN ] openacc.bit_manip_countl_one 5: [ OK ] openacc.bit_manip_countl_one (0 ms) 5: [ RUN ] openacc.bit_manip_countr_zero 5: [ OK ] openacc.bit_manip_countr_zero (0 ms) 5: [ RUN ] openacc.bit_manip_countr_one 5: [ OK ] openacc.bit_manip_countr_one (0 ms) 5: [ RUN ] openacc.bit_manip_popcount 5: [ OK ] openacc.bit_manip_popcount (0 ms) 5: [ RUN ] openacc.bit_manip_has_single_bit 5: [ OK ] openacc.bit_manip_has_single_bit (0 ms) 5: [ RUN ] openacc.bit_manip_bit_floor 5: [ OK ] openacc.bit_manip_bit_floor (0 ms) 5: [ RUN ] openacc.bit_manip_bit_ceil 5: [ OK ] openacc.bit_manip_bit_ceil (0 ms) 5: [ RUN ] openacc.bit_manip_bit_width 5: [ OK ] openacc.bit_manip_bit_width (0 ms) 5: [ RUN ] openacc.bit_manip_rotl 5: [ OK ] openacc.bit_manip_rotl (0 ms) 5: [ RUN ] openacc.bit_manip_rotr 5: [ OK ] openacc.bit_manip_rotr (0 ms) 5: [ RUN ] openacc.bit_manip_byeswap 5: [ OK ] openacc.bit_manip_byeswap (0 ms) 5: [ RUN ] openacc.bit_manip_bit_cast 5: [ OK ] openacc.bit_manip_bit_cast (0 ms) 5: [ RUN ] openacc.checked_integer_operations_multiply_overflow 5: [ OK ] openacc.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] openacc.execution_policy_occupancy_and_hint 5: [ OK ] openacc.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] openacc.complex_construction 5: [ OK ] openacc.complex_construction (9 ms) 5: [ RUN ] openacc.complex_basic_math 5: [ OK ] openacc.complex_basic_math (0 ms) 5: [ RUN ] openacc.complex_special_funtions 5: [ OK ] openacc.complex_special_funtions (0 ms) 5: [ RUN ] openacc.complex_io 5: [ OK ] openacc.complex_io (0 ms) 5: [ RUN ] openacc.complex_trivially_copyable 5: [ OK ] openacc.complex_trivially_copyable (0 ms) 5: [ RUN ] openacc.complex_issue_3865 5: [ OK ] openacc.complex_issue_3865 (0 ms) 5: [ RUN ] openacc.complex_operations_arithmetic_types_overloads 5: [ OK ] openacc.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] openacc.complex_structured_bindings 5: [ OK ] openacc.complex_structured_bindings (0 ms) 5: [ RUN ] openacc.deep_copy_assignable_types_rank_0 5: [ OK ] openacc.deep_copy_assignable_types_rank_0 (60 ms) 5: [ RUN ] openacc.deep_copy_assignable_types_rank_1 5: [ OK ] openacc.deep_copy_assignable_types_rank_1 (0 ms) 5: [ RUN ] openacc.deep_copy_assignable_types_rank_2 5: [ OK ] openacc.deep_copy_assignable_types_rank_2 (0 ms) 5: [ RUN ] openacc.deep_copy_assignable_types_rank_3 5: [ OK ] openacc.deep_copy_assignable_types_rank_3 (0 ms) 5: [ RUN ] openacc.deep_copy_assignable_types_rank_4 5: [ OK ] openacc.deep_copy_assignable_types_rank_4 (0 ms) 5: [ RUN ] openacc.deep_copy_assignable_types_rank_5 5: [ OK ] openacc.deep_copy_assignable_types_rank_5 (0 ms) 5: [ RUN ] openacc.deep_copy_assignable_types_rank_6 5: [ OK ] openacc.deep_copy_assignable_types_rank_6 (0 ms) 5: [ RUN ] openacc.deep_copy_assignable_types_rank_7 5: [ OK ] openacc.deep_copy_assignable_types_rank_7 (0 ms) 5: [ RUN ] openacc.deep_copy_assignable_types_rank_8 5: [ OK ] openacc.deep_copy_assignable_types_rank_8 (0 ms) 5: [ RUN ] openacc.deep_copy_assignable_types_rank_1_half 5: [ OK ] openacc.deep_copy_assignable_types_rank_1_half (0 ms) 5: [ RUN ] openacc.deep_copy_assignable_types_rank_2_half 5: [ OK ] openacc.deep_copy_assignable_types_rank_2_half (0 ms) 5: [ RUN ] openacc.deep_copy_assignable_types_rank_3_half 5: [ OK ] openacc.deep_copy_assignable_types_rank_3_half (0 ms) 5: [ RUN ] openacc.deep_copy_narrowing_rank_0 5: [ OK ] openacc.deep_copy_narrowing_rank_0 (49 ms) 5: [ RUN ] openacc.deep_copy_narrowing_rank_1 5: [ OK ] openacc.deep_copy_narrowing_rank_1 (0 ms) 5: [ RUN ] openacc.deep_copy_narrowing_rank_2 5: [ OK ] openacc.deep_copy_narrowing_rank_2 (0 ms) 5: [ RUN ] openacc.deep_copy_narrowing_rank_3 5: [ OK ] openacc.deep_copy_narrowing_rank_3 (0 ms) 5: [ RUN ] openacc.deep_copy_narrowing_rank_4 5: [ OK ] openacc.deep_copy_narrowing_rank_4 (0 ms) 5: [ RUN ] openacc.deep_copy_narrowing_rank_5 5: [ OK ] openacc.deep_copy_narrowing_rank_5 (0 ms) 5: [ RUN ] openacc.deep_copy_narrowing_rank_6 5: [ OK ] openacc.deep_copy_narrowing_rank_6 (0 ms) 5: [ RUN ] openacc.deep_copy_narrowing_rank_7 5: [ OK ] openacc.deep_copy_narrowing_rank_7 (0 ms) 5: [ RUN ] openacc.deep_copy_narrowing_rank_8 5: [ OK ] openacc.deep_copy_narrowing_rank_8 (0 ms) 5: [ RUN ] openacc.partitioning_by_args 5: [ OK ] openacc.partitioning_by_args (64 ms) 5: [ RUN ] openacc.partitioning_by_args_with_structured_bindings 5: [ OK ] openacc.partitioning_by_args_with_structured_bindings (59 ms) 5: [ RUN ] openacc.partitioning_by_vector 5: [ OK ] openacc.partitioning_by_vector (60 ms) 5: [ RUN ] openacc.exec_space_thread_safety_range 5: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:137: 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-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:186: 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-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:235: 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-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:279: 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-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:324: 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-8351/core/unit_test/TestExecSpaceThreadSafety.hpp:380: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_range_scan (0 ms) 5: [ RUN ] openacc.execution_space_as_class_data_member 5: [ OK ] openacc.execution_space_as_class_data_member (3 ms) 5: [ RUN ] openacc.functor_analysis 5: [ OK ] openacc.functor_analysis (0 ms) 5: [ RUN ] openacc.when_all_type 5: [ OK ] openacc.when_all_type (0 ms) 5: [ RUN ] openacc.graph_capture 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1113: Skipped 5: The graph backend for OpenACC does not support capture. 5: [ SKIPPED ] openacc.graph_capture (0 ms) 5: [ RUN ] openacc.graph_then 5: [ OK ] openacc.graph_then (0 ms) 5: [ RUN ] openacc.then_host 5: [ OK ] openacc.then_host (0 ms) 5: [ RUN ] openacc.mixed_then_host_device_nodes 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1289: Skipped 5: This test requires a shared space. 5: [ SKIPPED ] openacc.mixed_then_host_device_nodes (0 ms) 5: [ RUN ] openacc.graph_then_tag 5: [ OK ] openacc.graph_then_tag (0 ms) 5: [ RUN ] openacc.mathematical_constants_e 5: [ OK ] openacc.mathematical_constants_e (45 ms) 5: [ RUN ] openacc.mathematical_constants_log2e 5: [ OK ] openacc.mathematical_constants_log2e (0 ms) 5: [ RUN ] openacc.mathematical_constants_log10e 5: [ OK ] openacc.mathematical_constants_log10e (0 ms) 5: [ RUN ] openacc.mathematical_constants_pi 5: [ OK ] openacc.mathematical_constants_pi (0 ms) 5: [ RUN ] openacc.mathematical_constants_inv_pi 5: [ OK ] openacc.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] openacc.mathematical_constants_inv_sqrtpi 5: [ OK ] openacc.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] openacc.mathematical_constants_ln2 5: [ OK ] openacc.mathematical_constants_ln2 (0 ms) 5: [ RUN ] openacc.mathematical_constants_ln10 5: [ OK ] openacc.mathematical_constants_ln10 (0 ms) 5: [ RUN ] openacc.mathematical_constants_sqrt2 5: [ OK ] openacc.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] openacc.mathematical_constants_sqrt3 5: [ OK ] openacc.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] openacc.mathematical_constants_inv_sqrt3 5: [ OK ] openacc.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] openacc.mathematical_constants_egamma 5: [ OK ] openacc.mathematical_constants_egamma (0 ms) 5: [ RUN ] openacc.mathematical_constants_phi 5: [ OK ] openacc.mathematical_constants_phi (0 ms) 5: [ RUN ] openacc.mathspecialfunc_expint1 5: [ OK ] openacc.mathspecialfunc_expint1 (12 ms) 5: [ RUN ] openacc.mathspecialfunc_errorfunc 5: [ OK ] openacc.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] openacc.mathspecialfunc_cbesselj0y0 5: [ OK ] openacc.mathspecialfunc_cbesselj0y0 (52 ms) 5: [ RUN ] openacc.mathspecialfunc_cbesselj1y1 5: [ OK ] openacc.mathspecialfunc_cbesselj1y1 (53 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 (63 ms) 5: [ RUN ] openacc.mdrange_6d 5: [ OK ] openacc.mdrange_6d (101 ms) 5: [ RUN ] openacc.mdrange_3d 5: [ OK ] openacc.mdrange_3d (33 ms) 5: [ RUN ] openacc.mdrange_neg_idx 5: [ OK ] openacc.mdrange_neg_idx (3 ms) 5: [ RUN ] openacc.mdrange_4d 5: [ OK ] openacc.mdrange_4d (25 ms) 5: [ RUN ] openacc.mdrange_large_deep_copy 5: [ OK ] openacc.mdrange_large_deep_copy (155 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 5: [ OK ] sycl.local_deepcopy_rangepolicy_layoutleft (2912 ms) 5: [ RUN ] sycl.local_deepcopy_teampolicy_layoutright 5: [ OK ] sycl.local_deepcopy_teampolicy_layoutright (1211 ms) 5: [ RUN ] sycl.local_deepcopy_rangepolicy_layoutright 5: [ OK ] openacc.mdrange_parallel_reduce_primitive_types (2491 ms) 5: [ RUN ] openacc.mdspan_minimal_functional 5: [ OK ] openacc.mdspan_minimal_functional (4 ms) 5: [ RUN ] openacc.mdspan_atomic_accessor 5: [ OK ] openacc.mdspan_atomic_accessor (6 ms) 5: [ RUN ] openacc.view_mdspan_conversion 5: [ OK ] openacc.view_mdspan_conversion (3 ms) 5: [ RUN ] openacc.view_mdspan_conversion_with_stride 5: [ OK ] openacc.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] openacc.max 5: [ OK ] openacc.max (0 ms) 5: [ RUN ] openacc.max_within_parfor 5: [ OK ] openacc.max_within_parfor (3 ms) 5: [ RUN ] openacc.min 5: [ OK ] openacc.min (0 ms) 5: [ RUN ] openacc.min_within_parfor 5: [ OK ] openacc.min_within_parfor (0 ms) 5: [ RUN ] openacc.minmax 5: [ OK ] openacc.minmax (0 ms) 5: [ RUN ] openacc.minmax_within_parfor 5: [ OK ] openacc.minmax_within_parfor (0 ms) 5: [ RUN ] openacc.clamp 5: [ OK ] openacc.clamp (0 ms) 5: [ RUN ] openacc.clamp_within_parfor 5: [ OK ] openacc.clamp_within_parfor (0 ms) 5: [ RUN ] openacc.occupancy_control 5: [ OK ] openacc.occupancy_control (7 ms) 5: [ RUN ] openacc.parallel_scan_range_policy 5: [ OK ] openacc.parallel_scan_range_policy (189 ms) 5: [ RUN ] openacc.kokkos_printf 5: [ OK ] openacc.kokkos_printf (3 ms) 5: [ RUN ] openacc.range_policy_runtime_parameters 5: [ OK ] openacc.range_policy_runtime_parameters (0 ms) 5: [ RUN ] openacc.range_policy_one_way_convertible_bounds 5: [ OK ] openacc.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] openacc.reducers_double 5: [ OK ] openacc.reducers_double (17 ms) 5: [ RUN ] openacc.reducers_bool 5: [ OK ] openacc.reducers_bool (7 ms) 5: [ RUN ] openacc.impl_shared_alloc 5: [ OK ] openacc.impl_shared_alloc (52 ms) 5: [ RUN ] openacc.mdspan_space_aware_accessor 5: [ OK ] openacc.mdspan_space_aware_accessor (18 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 (19 ms) 5: [ RUN ] openacc.view_layout_left_with_stride 5: [ OK ] openacc.view_layout_left_with_stride (0 ms) 5: [ RUN ] openacc.view_layout_right_with_stride 5: [ OK ] openacc.view_layout_right_with_stride (0 ms) 5: [ RUN ] openacc.view_api_b 5: [ OK ] openacc.view_api_b (22 ms) 5: [ RUN ] openacc.view_api_c 5: [ OK ] openacc.view_api_c (14 ms) 5: [ RUN ] openacc.view_api_d 5: [ OK ] openacc.view_api_d (68 ms) 5: [ RUN ] openacc.view_bad_alloc 5: /var/jenkins/workspace/Kokkos_PR-8351/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 (32 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 (164 ms) 5: [ RUN ] openacc.view_fill_tests_layout_left 5: [ OK ] openacc.view_fill_tests_layout_left (71 ms) 5: [ RUN ] openacc.vcp_empty_traits 5: [ OK ] openacc.vcp_empty_traits (0 ms) 5: [ RUN ] openacc.is_view_label 5: [ OK ] openacc.is_view_label (0 ms) 5: [ RUN ] openacc.vcp_label_base_traits 5: [ OK ] openacc.vcp_label_base_traits (0 ms) 5: [ RUN ] openacc.vcp_label_traits 5: [ OK ] openacc.vcp_label_traits (0 ms) 5: [ RUN ] openacc.view_alloc_can_perfect_forward_label 5: [ OK ] openacc.view_alloc_can_perfect_forward_label (0 ms) 5: [ RUN ] openacc.vcp_label_copy_constructor 5: [ OK ] openacc.vcp_label_copy_constructor (0 ms) 5: [ RUN ] openacc.vcp_pointer_add_property 5: [ OK ] openacc.vcp_pointer_add_property (0 ms) 5: [ RUN ] openacc.view_empty_runtime_unmanaged 5: [ OK ] openacc.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] openacc.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] sycl.local_deepcopy_rangepolicy_layoutright (1596 ms) 5: [ RUN ] sycl.deep_copy_scratch 5: [ OK ] sycl.deep_copy_scratch (0 ms) 5: [ RUN ] sycl.mathematical_constants_e 5: [ OK ] sycl.mathematical_constants_e (0 ms) 5: [ RUN ] sycl.mathematical_constants_log2e 5: [ OK ] sycl.mathematical_constants_log2e (0 ms) 5: [ RUN ] sycl.mathematical_constants_log10e 5: [ OK ] sycl.mathematical_constants_log10e (0 ms) 5: [ RUN ] sycl.mathematical_constants_pi 5: [ OK ] sycl.mathematical_constants_pi (0 ms) 5: [ RUN ] sycl.mathematical_constants_inv_pi 5: [ OK ] sycl.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] sycl.mathematical_constants_inv_sqrtpi 5: [ OK ] sycl.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] sycl.mathematical_constants_ln2 5: [ OK ] sycl.mathematical_constants_ln2 (0 ms) 5: [ RUN ] sycl.mathematical_constants_ln10 5: [ OK ] sycl.mathematical_constants_ln10 (0 ms) 5: [ RUN ] sycl.mathematical_constants_sqrt2 5: [ OK ] sycl.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] sycl.mathematical_constants_sqrt3 5: [ OK ] sycl.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] sycl.mathematical_constants_inv_sqrt3 5: [ OK ] sycl.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] sycl.mathematical_constants_egamma 5: [ OK ] sycl.mathematical_constants_egamma (0 ms) 5: [ RUN ] sycl.mathematical_constants_phi 5: [ OK ] sycl.mathematical_constants_phi (0 ms) 5: [ RUN ] sycl.mathematical_functions_trigonometric_functions 5: [ OK ] sycl.mathematical_functions_trigonometric_functions (15 ms) 5: [ RUN ] sycl.mathematical_functions_hyperbolic_functions 5: [ OK ] sycl.mathematical_functions_hyperbolic_functions (13 ms) 5: [ RUN ] sycl.mathematical_functions_non_standard 5: [ OK ] sycl.mathematical_functions_non_standard (1 ms) 5: [ RUN ] sycl.mathematical_functions_power_functions 5: [ OK ] sycl.mathematical_functions_power_functions (5 ms) 5: [ RUN ] sycl.mathematical_functions_fma 5: [ OK ] sycl.mathematical_functions_fma (0 ms) 5: [ RUN ] sycl.mathematical_functions_fmax_fmin 5: [ OK ] sycl.mathematical_functions_fmax_fmin (1 ms) 5: [ RUN ] sycl.mathematical_functions_error_and_gamma_functions 5: [ OK ] sycl.mathematical_functions_error_and_gamma_functions (9 ms) 5: [ RUN ] sycl.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] sycl.mathematical_functions_nearest_interger_floating_point_operations (7 ms) 5: [ RUN ] sycl.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] sycl.mathematical_functions_floating_point_manipulation_functions (2 ms) 5: [ RUN ] sycl.mathematical_functions_absolute_value 5: [ OK ] sycl.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] sycl.mathematical_functions_floating_point_absolute_value 5: [ OK ] sycl.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] sycl.mathematical_functions_remainder_function 5: [ OK ] sycl.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] sycl.mathematical_functions_isfinite 5: [ OK ] sycl.mathematical_functions_isfinite (0 ms) 5: [ RUN ] sycl.mathematical_functions_isinf 5: [ OK ] sycl.mathematical_functions_isinf (0 ms) 5: [ RUN ] sycl.mathematical_functions_isnan 5: [ OK ] sycl.mathematical_functions_isnan (0 ms) 5: [ RUN ] sycl.mathematical_functions_impl_half_fallback 5: [ OK ] sycl.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] sycl.mathematical_functions_nextafter_fp16 5: [ OK ] sycl.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] sycl.mathematical_functions_exponential_functions 5: [ OK ] sycl.mathematical_functions_exponential_functions (15 ms) 5: [ RUN ] sycl.mathspecialfunc_expint1 5: [ OK ] sycl.mathspecialfunc_expint1 (0 ms) 5: [ RUN ] sycl.mathspecialfunc_errorfunc 5: [ OK ] sycl.mathspecialfunc_errorfunc (1 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesselj0y0 5: [ OK ] sycl.mathspecialfunc_cbesselj0y0 (23 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesselj1y1 5: [ OK ] sycl.mathspecialfunc_cbesselj1y1 (24 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesseli0k0 5: [ OK ] sycl.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesseli1k1 5: [ OK ] sycl.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesselh1stkind 5: [ OK ] sycl.mathspecialfunc_cbesselh1stkind (2 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesselh2ndkind 5: [ OK ] sycl.mathspecialfunc_cbesselh2ndkind (2 ms) 5: [----------] 138 tests from sycl (15762 ms total) 5: 5: [----------] 17 tests from sycl_graph 5: [ RUN ] sycl_graph.submit_once 5: [ OK ] sycl_graph.submit_once (0 ms) 5: [ RUN ] sycl_graph.submit_once_rvalue 5: [ OK ] sycl_graph.submit_once_rvalue (0 ms) 5: [ RUN ] sycl_graph.instantiate_and_submit_once 5: [ OK ] sycl_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] sycl_graph.submit_onto_another_execution_space_instance 5: [ OK ] sycl_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] sycl_graph.create_graph_no_closure_with_exec 5: [ OK ] sycl_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] sycl_graph.create_graph_no_arg 5: [ OK ] sycl_graph.create_graph_no_arg (0 ms) 5: [ RUN ] sycl_graph.submit_six 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:276: Skipped 5: skipping since test case is known to fail with SYCL 5: [ SKIPPED ] sycl_graph.submit_six (0 ms) 5: [ RUN ] sycl_graph.when_all_cycle 5: [ OK ] sycl_graph.when_all_cycle (0 ms) 5: [ RUN ] sycl_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:338: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] sycl_graph.repeat_chain (0 ms) 5: [ RUN ] sycl_graph.zero_work_reduce 5: [ OK ] sycl_graph.zero_work_reduce (0 ms) 5: [ RUN ] sycl_graph.empty_graph 5: [ OK ] sycl_graph.empty_graph (0 ms) 5: [ RUN ] sycl_graph.force_global_launch 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:444: Skipped 5: This execution space does not support global launch. 5: [ SKIPPED ] sycl_graph.force_global_launch (0 ms) 5: [ RUN ] sycl_graph.sized_functor_launch 5: [ OK ] sycl_graph.sized_functor_launch (0 ms) 5: [ RUN ] sycl_graph.empty_graph_default_host_exec 5: [ OK ] sycl_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] sycl_graph.node_lifetime 5: [ OK ] sycl_graph.node_lifetime (0 ms) 5: [ RUN ] sycl_graph.diamond 5: [ OK ] sycl_graph.diamond (0 ms) 5: [ RUN ] sycl_graph.end_of_submit_control_flow 5: [ OK ] sycl_graph.end_of_submit_control_flow (0 ms) 5: [----------] 17 tests from sycl_graph (4 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 159 tests from 4 test suites ran. (16830 ms total) 5: [ PASSED ] 153 tests. 5: [ SKIPPED ] 6 tests, listed below: 5: [ SKIPPED ] sycl_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] sycl.atomic_operations_complexdouble 5: [ SKIPPED ] sycl.exec_space_thread_safety_team_policy_reduce 5: [ SKIPPED ] sycl_graph.submit_six 5: [ SKIPPED ] sycl_graph.repeat_chain 5: [ SKIPPED ] sycl_graph.force_global_launch 5/66 Test #5: Kokkos_CoreUnitTest_SYCL1A ................................. Passed 17.18 sec test 6 Start 6: Kokkos_CoreUnitTest_SYCL1B 6: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1B 6: Test timeout computed to be: 1500 5: [ OK ] openacc.view_layoutstride_left_to_layoutleft_assignment (79 ms) 5: [ RUN ] openacc.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] openacc.view_layoutstride_right_to_layoutright_assignment (73 ms) 5: [ RUN ] openacc.view_mapping 5: [ OK ] openacc.view_mapping (55 ms) 5: [ RUN ] openacc.view_mapping_operator 6: [==========] Running 82 tests from 2 test suites. 6: [----------] Global test environment set-up. 6: [----------] 8 tests from sycl_DeathTest 6: [ RUN ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] openacc.view_mapping_operator (357 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 (8 ms) 5: [ RUN ] openacc.view_mapping_class_value 5: [ OK ] openacc.view_mapping_class_value (0 ms) 5: [ RUN ] openacc.view_mapping_assignable 5: [ OK ] openacc.view_mapping_assignable (0 ms) 5: [ RUN ] openacc.view_mapping_trivially_copyable 5: [ OK ] openacc.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] openacc.view_of_views_default 5: [ OK ] openacc.view_of_views_default (0 ms) 5: [ RUN ] openacc.view_of_views_without_initializing 5: [ OK ] openacc.view_of_views_without_initializing (0 ms) 5: [ RUN ] openacc.test_view_of_views_sequential_host_init 5: [ OK ] openacc.test_view_of_views_sequential_host_init (0 ms) 5: [ RUN ] openacc.append_formatted_multidimensional_index 5: [ OK ] openacc.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] openacc.resize_realloc_no_init 5: [ OK ] openacc.resize_realloc_no_init (3 ms) 5: [ RUN ] openacc.resize_realloc_no_alloc 5: [ OK ] openacc.resize_realloc_no_alloc (0 ms) 5: [ RUN ] openacc.realloc_exec_space 5: [ OK ] openacc.realloc_exec_space (0 ms) 5: [ RUN ] openacc.view_alloc 5: [ OK ] openacc.view_alloc (0 ms) 5: [ RUN ] openacc.view_alloc_exec_space 5: [ OK ] openacc.view_alloc_exec_space (0 ms) 5: [ RUN ] openacc.view_alloc_int 5: [ OK ] openacc.view_alloc_int (0 ms) 5: [ RUN ] openacc.view_alloc_exec_space_int 5: [ OK ] openacc.view_alloc_exec_space_int (0 ms) 5: [ RUN ] openacc.deep_copy_zero_memset 5: /var/jenkins/workspace/Kokkos_PR-8351/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 (9 ms) 5: [ RUN ] openacc.view_subview_layoutright_to_layoutright 5: [ OK ] openacc.view_subview_layoutright_to_layoutright (0 ms) 5: [ RUN ] openacc.view_subview_1d_assign 5: [ OK ] openacc.view_subview_1d_assign (15 ms) 5: [ RUN ] openacc.view_subview_1d_assign_atomic 5: [ OK ] openacc.view_subview_1d_assign_atomic (13 ms) 5: [ RUN ] openacc.view_subview_1d_assign_randomaccess 5: [ OK ] openacc.view_subview_1d_assign_randomaccess (13 ms) 5: [ RUN ] openacc.view_subview_2d_from_3d 5: [ OK ] openacc.view_subview_2d_from_3d (187 ms) 5: [ RUN ] openacc.view_subview_2d_from_3d_atomic 6: [ OK ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions (457 ms) 6: [ RUN ] sycl_DeathTest.policy_invalid_bounds 5: [ OK ] openacc.view_subview_2d_from_3d_atomic (187 ms) 5: [ RUN ] openacc.view_subview_2d_from_3d_randomaccess 5: [ OK ] openacc.view_subview_2d_from_3d_randomaccess (187 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_left 6: [ OK ] sycl_DeathTest.policy_invalid_bounds (475 ms) 6: [ RUN ] sycl_DeathTest.range_policy_invalid_bounds 5: [ OK ] openacc.view_subview_3d_from_5d_left (206 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_left_atomic 5: [ OK ] openacc.view_subview_3d_from_5d_left_atomic (207 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] openacc.view_subview_3d_from_5d_left_randomaccess (207 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_right 5: [ OK ] openacc.view_subview_3d_from_5d_right (119 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_right_atomic 5: [ OK ] openacc.view_subview_3d_from_5d_right_atomic (119 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] openacc.view_subview_3d_from_5d_right_randomaccess (119 ms) 5: [ RUN ] openacc.view_test_unmanaged_subview_reset 5: [ OK ] openacc.view_test_unmanaged_subview_reset (1 ms) 5: [ RUN ] openacc.view_subview_memory_traits_construction 5: [ OK ] openacc.view_subview_memory_traits_construction (0 ms) 5: [----------] 213 tests from openacc (28915 ms total) 5: 5: [----------] 17 tests from openacc_graph 5: [ RUN ] openacc_graph.submit_once 5: [ OK ] openacc_graph.submit_once (0 ms) 5: [ RUN ] openacc_graph.submit_once_rvalue 5: [ OK ] openacc_graph.submit_once_rvalue (0 ms) 5: [ RUN ] openacc_graph.instantiate_and_submit_once 5: [ OK ] openacc_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] openacc_graph.submit_onto_another_execution_space_instance 5: [ OK ] openacc_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] openacc_graph.create_graph_no_closure_with_exec 5: [ OK ] openacc_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] openacc_graph.create_graph_no_arg 5: [ OK ] openacc_graph.create_graph_no_arg (0 ms) 5: [ RUN ] openacc_graph.submit_six 5: [ OK ] openacc_graph.submit_six (0 ms) 5: [ RUN ] openacc_graph.when_all_cycle 5: [ OK ] openacc_graph.when_all_cycle (0 ms) 5: [ RUN ] openacc_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:338: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] openacc_graph.repeat_chain (0 ms) 5: [ RUN ] openacc_graph.zero_work_reduce 5: [ OK ] openacc_graph.zero_work_reduce (0 ms) 5: [ RUN ] openacc_graph.empty_graph 5: [ OK ] openacc_graph.empty_graph (0 ms) 5: [ RUN ] openacc_graph.force_global_launch 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:444: Skipped 5: This execution space does not support global launch. 5: [ SKIPPED ] openacc_graph.force_global_launch (0 ms) 5: [ RUN ] openacc_graph.sized_functor_launch 5: [ OK ] openacc_graph.sized_functor_launch (0 ms) 5: [ RUN ] openacc_graph.empty_graph_default_host_exec 5: [ OK ] openacc_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] openacc_graph.node_lifetime 5: [ OK ] openacc_graph.node_lifetime (0 ms) 5: [ RUN ] openacc_graph.diamond 5: [ OK ] openacc_graph.diamond (0 ms) 5: [ RUN ] openacc_graph.end_of_submit_control_flow 5: [ OK ] openacc_graph.end_of_submit_control_flow (0 ms) 5: [----------] 17 tests from openacc_graph (3 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 251 tests from 4 test suites ran. (110209 ms total) 5: [ PASSED ] 230 tests. 5: [ SKIPPED ] 21 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.atomic_operations_int8 5: [ SKIPPED ] openacc.atomic_operations_int16 5: [ SKIPPED ] openacc.exec_space_thread_safety_range 5: [ SKIPPED ] openacc.exec_space_thread_safety_mdrange 5: [ SKIPPED ] openacc.exec_space_thread_safety_team_policy 5: [ SKIPPED ] openacc.exec_space_thread_safety_range_reduce 5: [ SKIPPED ] openacc.exec_space_thread_safety_mdrange_reduce 5: [ SKIPPED ] openacc.exec_space_thread_safety_team_policy_reduce 5: [ SKIPPED ] openacc.exec_space_thread_safety_range_scan 5: [ SKIPPED ] openacc.graph_capture 5: [ SKIPPED ] openacc.mixed_then_host_device_nodes 5: [ SKIPPED ] openacc.view_bad_alloc 5: [ SKIPPED ] openacc.deep_copy_zero_memset 5: [ SKIPPED ] openacc_graph.repeat_chain 5: [ SKIPPED ] openacc_graph.force_global_launch 5/23 Test #5: Kokkos_CoreUnitTest_OpenACC ................................ Passed 110.76 sec test 6 Start 6: Kokkos_CoreUnitTest_Default 6: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Default 6: Test timeout computed to be: 1500 6: [ OK ] sycl_DeathTest.range_policy_invalid_bounds (967 ms) 6: [ RUN ] sycl_DeathTest.range_policy_round_trip_conversion_fires 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 (32 ms) 6: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 6: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 6: [ RUN ] defaultdevicetype.compiler_macros 6: [ OK ] defaultdevicetype.compiler_macros (1 ms) 6: [ RUN ] defaultdevicetype.half_conversion 6: [ OK ] defaultdevicetype.half_conversion (5 ms) 6: [ RUN ] defaultdevicetype.bhalf_conversion 6: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 6: [ RUN ] defaultdevicetype.half_operators 6: [ OK ] defaultdevicetype.half_operators (3 ms) 6: [ RUN ] defaultdevicetype.bhalf_operators 6: [ OK ] defaultdevicetype.bhalf_operators (2 ms) 6: [ RUN ] defaultdevicetype.host_space_access 6: [ OK ] defaultdevicetype.host_space_access (0 ms) 6: [----------] 8 tests from defaultdevicetype (45 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 8 tests from 1 test suite ran. (45 ms total) 6: [ PASSED ] 8 tests. 6/23 Test #6: Kokkos_CoreUnitTest_Default ................................ Passed 0.23 sec test 7 Start 7: Kokkos_CoreUnitTest_InitializeFinalize 7: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 7: Test timeout computed to be: 1500 7: [==========] Running 30 tests from 7 test suites. 7: [----------] Global test environment set-up. 7: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 7: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 6: [ OK ] sycl_DeathTest.range_policy_round_trip_conversion_fires (438 ms) 6: [ RUN ] sycl_DeathTest.range_policy_check_sign_changes 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (308 ms) 7: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 6: [ OK ] sycl_DeathTest.range_policy_check_sign_changes (1012 ms) 6: [ RUN ] sycl_DeathTest.range_policy_implicitly_converted_bounds 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1461 ms) 7: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 6: [ OK ] sycl_DeathTest.range_policy_implicitly_converted_bounds (2028 ms) 6: [ RUN ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 6: [ OK ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (489 ms) 6: [ RUN ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 6: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:113: Skipped 6: skipping SYCL device-side abort does not work when NDEBUG is defined 6: [ SKIPPED ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 6: [----------] 8 tests from sycl_DeathTest (5870 ms total) 6: 6: [----------] 74 tests from sycl 6: [ RUN ] sycl.mdrange_5d 6: [ OK ] sycl.mdrange_5d (389 ms) 6: [ RUN ] sycl.mdrange_6d 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2165 ms) 7: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (3936 ms total) 7: 7: [----------] 4 tests from InitializeFinalize_DeathTest 7: [ RUN ] InitializeFinalize_DeathTest.initialize 6: [ OK ] sycl.mdrange_6d (672 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 (6 ms) 6: [ RUN ] sycl.mdrange_neg_idx 6: [ OK ] sycl.mdrange_neg_idx (3 ms) 6: [ RUN ] sycl.mdrange_4d 6: [ OK ] sycl.mdrange_4d (166 ms) 6: [ RUN ] sycl.mdrange_scalar 6: [ OK ] sycl.mdrange_scalar (0 ms) 6: [ RUN ] sycl.mdrange_large_deep_copy 6: [ OK ] sycl.mdrange_large_deep_copy (14 ms) 6: [ RUN ] sycl.md_range_policy_construction_from_arrays 6: [ OK ] sycl.md_range_policy_construction_from_arrays (0 ms) 6: [ RUN ] sycl.policy_get_tile_size 6: [ OK ] sycl.policy_get_tile_size (0 ms) 6: [ RUN ] sycl.mdrange_parallel_reduce_primitive_types 7: [ OK ] InitializeFinalize_DeathTest.initialize (928 ms) 7: [ RUN ] InitializeFinalize_DeathTest.finalize 7: [ OK ] InitializeFinalize_DeathTest.finalize (687 ms) 7: [ RUN ] InitializeFinalize_DeathTest.is_initialized 7: [ OK ] InitializeFinalize_DeathTest.is_initialized (156 ms) 7: [ RUN ] InitializeFinalize_DeathTest.is_finalized 7: [ OK ] InitializeFinalize_DeathTest.is_finalized (154 ms) 7: [----------] 4 tests from InitializeFinalize_DeathTest (1926 ms total) 7: 7: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 7: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 7: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (16 ms) 7: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (16 ms total) 7: 7: [----------] 1 test from Legion_DeathTest 7: [ RUN ] Legion_DeathTest.individual_backend_initialization 7: [ OK ] Legion_DeathTest.individual_backend_initialization (193 ms) 7: [----------] 1 test from Legion_DeathTest (193 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 (150 ms) 7: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 7: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (397 ms) 7: [----------] 2 tests from PushFinalizeHook_DeathTest (548 ms total) 7: 7: [----------] 6 tests from ScopeGuard_DeathTest 7: [ RUN ] ScopeGuard_DeathTest.create 6: [ OK ] sycl.mdrange_parallel_reduce_primitive_types (1761 ms) 6: [ RUN ] sycl.mdspan_minimal_functional 6: [ OK ] sycl.mdspan_minimal_functional (0 ms) 6: [ RUN ] sycl.mdspan_atomic_accessor 6: [ OK ] sycl.mdspan_atomic_accessor (0 ms) 6: [ RUN ] sycl.view_mdspan_conversion 6: [ OK ] sycl.view_mdspan_conversion (2 ms) 6: [ RUN ] sycl.view_mdspan_conversion_with_stride 6: [ OK ] sycl.view_mdspan_conversion_with_stride (0 ms) 6: [ RUN ] sycl.max 6: [ OK ] sycl.max (0 ms) 6: [ RUN ] sycl.max_within_parfor 6: [ OK ] sycl.max_within_parfor (0 ms) 6: [ RUN ] sycl.min 6: [ OK ] sycl.min (0 ms) 6: [ RUN ] sycl.min_within_parfor 6: [ OK ] sycl.min_within_parfor (0 ms) 6: [ RUN ] sycl.minmax 6: [ OK ] sycl.minmax (0 ms) 6: [ RUN ] sycl.minmax_within_parfor 6: [ OK ] sycl.minmax_within_parfor (0 ms) 6: [ RUN ] sycl.clamp 6: [ OK ] sycl.clamp (0 ms) 6: [ RUN ] sycl.clamp_within_parfor 6: [ OK ] sycl.clamp_within_parfor (0 ms) 6: [ RUN ] sycl.numeric_traits_infinity 6: [ OK ] sycl.numeric_traits_infinity (0 ms) 6: [ RUN ] sycl.numeric_traits_epsilon 6: [ OK ] sycl.numeric_traits_epsilon (0 ms) 6: [ RUN ] sycl.numeric_traits_round_error 6: [ OK ] sycl.numeric_traits_round_error (0 ms) 6: [ RUN ] sycl.numeric_traits_norm_min 6: [ OK ] sycl.numeric_traits_norm_min (0 ms) 6: [ RUN ] sycl.numeric_traits_denorm_min 6: [ OK ] sycl.numeric_traits_denorm_min (0 ms) 6: [ RUN ] sycl.numeric_traits_finite_min_max 6: [ OK ] sycl.numeric_traits_finite_min_max (3 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 (45 ms) 6: [ RUN ] sycl.cxx11 6: [ OK ] sycl.cxx11 (1 ms) 6: [ RUN ] sycl.parallel_scan_range_policy 6: [ OK ] sycl.parallel_scan_range_policy (44 ms) 6: [ RUN ] sycl.kokkos_printf 6: [ OK ] sycl.kokkos_printf (9 ms) 6: [ RUN ] sycl.range_for 6: [ OK ] sycl.range_for (2 ms) 6: [ RUN ] sycl.range_reduce 6: [ OK ] sycl.range_reduce (2 ms) 6: [ RUN ] sycl.range_dynamic_policy 6: [ OK ] sycl.range_dynamic_policy (0 ms) 6: [ RUN ] sycl.large_parallel_for_reduce 6: [ OK ] sycl.large_parallel_for_reduce (23 ms) 6: [ RUN ] sycl.range_policy_runtime_parameters 6: [ OK ] sycl.range_policy_runtime_parameters (0 ms) 6: [ RUN ] sycl.range_policy_one_way_convertible_bounds 6: [ OK ] sycl.range_policy_one_way_convertible_bounds (0 ms) 6: [ RUN ] sycl.range_for_require 6: [ OK ] sycl.range_for_require (2 ms) 6: [ RUN ] sycl.range_reduce_require 6: [ OK ] sycl.range_reduce_require (1 ms) 6: [ RUN ] sycl.range_dynamic_policy_require 6: [ OK ] sycl.range_dynamic_policy_require (0 ms) 6: [ RUN ] sycl.reducers_int 6: [ OK ] sycl.reducers_int (8 ms) 6: [ RUN ] sycl.reducers_double 6: [ OK ] sycl.reducers_double (12 ms) 6: [ RUN ] sycl.reducers_complex_double 6: [ OK ] sycl.reducers_complex_double (3 ms) 6: [ RUN ] sycl.reducers_struct 6: [ OK ] sycl.reducers_struct (8 ms) 6: [ RUN ] sycl.reducers_half_t 6: [ OK ] sycl.reducers_half_t (4 ms) 6: [ RUN ] sycl.reducers_bhalf_t 6: [ OK ] sycl.reducers_bhalf_t (4 ms) 6: [ RUN ] sycl.reducers_int8_t 6: [ OK ] sycl.reducers_int8_t (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 (2 ms) 6: [ RUN ] sycl.reducers_bool 6: [ OK ] sycl.reducers_bool (0 ms) 6: [ RUN ] sycl.int_combined_reduce 6: [ OK ] sycl.int_combined_reduce (0 ms) 6: [ RUN ] sycl.mdrange_combined_reduce 6: [ OK ] sycl.mdrange_combined_reduce (0 ms) 6: [ RUN ] sycl.int_combined_reduce_mixed 6: [ OK ] sycl.int_combined_reduce_mixed (0 ms) 6: [ RUN ] sycl.reduction_with_large_iteration_count 7: [ OK ] ScopeGuard_DeathTest.create (146 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_argument 7: [ OK ] ScopeGuard_DeathTest.create_argument (147 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 7: [ OK ] ScopeGuard_DeathTest.create_while_initialize (396 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 6: [ OK ] sycl.reduction_with_large_iteration_count (688 ms) 6: [ RUN ] sycl.reduction_identity_min_max_floating_point_types 6: [ OK ] sycl.reduction_identity_min_max_floating_point_types (2 ms) 6: [ RUN ] sycl.reduction_deduction 6: [ OK ] sycl.reduction_deduction (0 ms) 6: [ RUN ] sycl.reduce_device_view_range_policy 6: [ OK ] sycl.reduce_device_view_range_policy (3 ms) 6: [ RUN ] sycl.reduce_device_view_mdrange_policy 7: [ OK ] ScopeGuard_DeathTest.create_after_initialize (393 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 7: [ OK ] ScopeGuard_DeathTest.create_after_finalize (397 ms) 7: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 6: [ OK ] sycl.reduce_device_view_mdrange_policy (1106 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 (53 ms) 6: [ RUN ] sycl.mdspan_space_aware_accessor 6: [ OK ] sycl.mdspan_space_aware_accessor (1 ms) 6: [ RUN ] sycl.kokkos_swap 6: [ OK ] sycl.kokkos_swap (0 ms) 6: [----------] 74 tests from sycl (5086 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 82 tests from 2 test suites ran. (10956 ms total) 6: [ PASSED ] 81 tests. 6: [ SKIPPED ] 1 test, listed below: 6: [ SKIPPED ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 7: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (399 ms) 7: [----------] 6 tests from ScopeGuard_DeathTest (1881 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 (6 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 7: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (1 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 7: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (6 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 (15 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 30 tests from 7 test suites ran. (8518 ms total) 7: [ PASSED ] 30 tests. 7/23 Test #7: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 8.53 sec test 8 Start 8: Kokkos_CoreUnitTest_Develop 8: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Develop 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from defaultdevicetype 8: [ RUN ] defaultdevicetype.development_test 8: [ OK ] defaultdevicetype.development_test (0 ms) 8: [----------] 1 test from defaultdevicetype (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/23 Test #8: Kokkos_CoreUnitTest_Develop ................................ Passed 0.15 sec test 9 Start 9: Kokkos_CoreUnitTest_KokkosP 9: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 9: Test timeout computed to be: 1500 9: [==========] Running 27 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 27 tests from kokkosp 9: [ RUN ] kokkosp.test_named_instance_fence 9: Ref: 134217729 9: Ref: named_instance 9: 134217729 9: named_instance 9: [ OK ] kokkosp.test_named_instance_fence (0 ms) 9: [ RUN ] kokkosp.test_unnamed_instance_fence 9: Ref: 134217729 9: Ref: Unnamed Instance Fence 9: 134217729 9: Kokkos::OpenACC::fence(): Unnamed Instance Fence 9: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 9: [ RUN ] kokkosp.test_named_global_fence 9: Ref: 134217728 9: Ref: test global fence 9: 0 9: test global fence 9: Miss on id 9: 134217728 9: test global fence 9: [ OK ] kokkosp.test_named_global_fence (0 ms) 9: [ RUN ] kokkosp.test_unnamed_global_fence 9: Ref: 134217728 9: Ref: Unnamed Global Fence 9: 0 9: Kokkos::fence: Unnamed Global Fence 9: Miss on id 9: 134217728 9: Kokkos::fence: Unnamed Global Fence 9: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 9: [ RUN ] kokkosp.test_multiple_default_instances 9: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 9: [ RUN ] kokkosp.test_id_gen 9: [ OK ] kokkosp.test_id_gen (0 ms) 9: [ RUN ] kokkosp.test_kernel_sequence 6/66 Test #6: Kokkos_CoreUnitTest_SYCL1B ................................. Passed 11.34 sec test 7 Start 7: Kokkos_CoreUnitTest_SYCL2A 7: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2A 7: Test timeout computed to be: 1500 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 (30 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 (33 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 27 tests from 1 test suite ran. (33 ms total) 9: [ PASSED ] 27 tests. 9/23 Test #9: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.20 sec test 10 Start 10: Kokkos_CoreUnitTest_ToolIndependence 10: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 10: Test timeout computed to be: 1500 10/23 Test #10: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.01 sec test 11 Start 11: Kokkos_ProfilingTestLibraryLoadHelp 11: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 11: Environment variables: 11: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so 11: Test timeout computed to be: 1500 11: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 11: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 11/23 Test #11: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.15 sec test 12 Start 12: Kokkos_ProfilingTestLibraryCmdLineHelp 12: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so" 12: Test timeout computed to be: 1500 7: [==========] Running 115 tests from 2 test suites. 7: [----------] Global test environment set-up. 7: [----------] 8 tests from sycl_DeathTest 7: [ RUN ] sycl_DeathTest.view_construction_with_wrong_params_dyn 7: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 12: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 12/23 Test #12: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.15 sec test 13 Start 13: Kokkos_ProfilingTestLibraryLoad 13: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 13: Environment variables: 13: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/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.7.99::kokkosp_allocate_data:Host:source:0x10d6780:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x10d6980:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x10d6a00:Host:source:0x10d6800: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:0x10d6ac0: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:0x10d6980:40::kokkosp_deallocate_data:Host:source:0x10d6780:40::kokkosp_finalize_library:: 13/23 Test #13: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.15 sec test 14 Start 14: Kokkos_ProfilingTestLibraryCmdLine 14: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/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.7.99::kokkosp_allocate_data:Host:source:0x10d6780:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x10d6980:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x10d6a00:Host:source:0x10d6800: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:0x10d6ac0: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:0x10d6980:40::kokkosp_deallocate_data:Host:source:0x10d6780:40::kokkosp_finalize_library:: 14/23 Test #14: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.15 sec test 15 Start 15: Kokkos_CoreUnitTest_StackTraceTest 15: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d85d3] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44067c] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43c626] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x43afab] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f43] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c58f] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e8df] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc07] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462727] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485d83] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x450fce] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a1f5] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff54d9083] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439ede] 15: 15: demangled test_f1: 15: [0x4d85d3] Kokkos::Impl::save_stacktrace() 15: [0x44067c] Test::stacktrace_test_f1(std::ostream&) 15: [0x43c626] Test::test_stacktrace(bool, bool) 15: [0x43afab] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 15: [0x482f43] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44c58f] testing::Test::Run() 15: [0x44e8df] testing::TestInfo::Run() 15: [0x44fc07] testing::TestSuite::Run() 15: [0x462727] testing::internal::UnitTestImpl::RunAllTests() 15: [0x485d83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x450fce] testing::UnitTest::Run() 15: [0x43a1f5] main 15: [0x7ffff54d9083] __libc_start_main 15: [0x439ede] _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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d85d3] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44067c] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x4410f2] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43d58d] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x43afab] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f43] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c58f] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e8df] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc07] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462727] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485d83] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x450fce] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a1f5] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff54d9083] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439ede] 15: 15: demangled test_f3: 15: [0x4d85d3] Kokkos::Impl::save_stacktrace() 15: [0x44067c] Test::stacktrace_test_f1(std::ostream&) 15: [0x4410f2] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43d58d] Test::test_stacktrace(bool, bool) 15: [0x43afab] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 15: [0x482f43] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44c58f] testing::Test::Run() 15: [0x44e8df] testing::TestInfo::Run() 15: [0x44fc07] testing::TestSuite::Run() 15: [0x462727] testing::internal::UnitTestImpl::RunAllTests() 15: [0x485d83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x450fce] testing::UnitTest::Run() 15: [0x43a1f5] main 15: [0x7ffff54d9083] __libc_start_main 15: [0x439ede] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace 15: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (366 ms) 15: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 15: Top of f1 15: Top of f0 15: Top of f0 15: test_f1: 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d85d3] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44067c] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43c626] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x43b328] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f43] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c58f] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e8df] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc07] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462727] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485d83] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x450fce] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a1f5] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff54d9083] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439ede] 15: 15: demangled test_f1: 15: [0x4d85d3] Kokkos::Impl::save_stacktrace() 15: [0x44067c] Test::stacktrace_test_f1(std::ostream&) 15: [0x43c626] Test::test_stacktrace(bool, bool) 15: [0x43b328] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 15: [0x482f43] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44c58f] testing::Test::Run() 15: [0x44e8df] testing::TestInfo::Run() 15: [0x44fc07] testing::TestSuite::Run() 15: [0x462727] testing::internal::UnitTestImpl::RunAllTests() 15: [0x485d83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x450fce] testing::UnitTest::Run() 15: [0x43a1f5] main 15: [0x7ffff54d9083] __libc_start_main 15: [0x439ede] _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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d85d3] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44067c] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x4410f2] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43d58d] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x43b328] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f43] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c58f] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e8df] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc07] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462727] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485d83] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x450fce] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a1f5] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff54d9083] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439ede] 15: 15: demangled test_f3: 15: [0x4d85d3] Kokkos::Impl::save_stacktrace() 15: [0x44067c] Test::stacktrace_test_f1(std::ostream&) 15: [0x4410f2] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43d58d] Test::test_stacktrace(bool, bool) 15: [0x43b328] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 15: [0x482f43] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44c58f] testing::Test::Run() 15: [0x44e8df] testing::TestInfo::Run() 15: [0x44fc07] testing::TestSuite::Run() 15: [0x462727] testing::internal::UnitTestImpl::RunAllTests() 15: [0x485d83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x450fce] testing::UnitTest::Run() 15: [0x43a1f5] main 15: [0x7ffff54d9083] __libc_start_main 15: [0x439ede] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace 15: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (362 ms) 15: [----------] 2 tests from defaultdevicetype_DeathTest (728 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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d85d3] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44067c] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43c626] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f43] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c58f] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e8df] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc07] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462727] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485d83] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x450fce] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a1f5] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff54d9083] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439ede] 15: 15: demangled test_f1: 15: [0x4d85d3] Kokkos::Impl::save_stacktrace() 15: [0x44067c] Test::stacktrace_test_f1(std::ostream&) 15: [0x43c626] Test::test_stacktrace(bool, bool) 15: [0x482f43] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44c58f] testing::Test::Run() 15: [0x44e8df] testing::TestInfo::Run() 15: [0x44fc07] testing::TestSuite::Run() 15: [0x462727] testing::internal::UnitTestImpl::RunAllTests() 15: [0x485d83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x450fce] testing::UnitTest::Run() 15: [0x43a1f5] main 15: [0x7ffff54d9083] __libc_start_main 15: [0x439ede] _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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d85d3] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44067c] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x4410f2] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43d58d] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f43] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c58f] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e8df] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc07] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462727] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485d83] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x450fce] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a1f5] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff54d9083] 15: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439ede] 15: 15: demangled test_f3: 15: [0x4d85d3] Kokkos::Impl::save_stacktrace() 15: [0x44067c] Test::stacktrace_test_f1(std::ostream&) 15: [0x4410f2] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43d58d] Test::test_stacktrace(bool, bool) 15: [0x482f43] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44c58f] testing::Test::Run() 15: [0x44e8df] testing::TestInfo::Run() 15: [0x44fc07] testing::TestSuite::Run() 15: [0x462727] testing::internal::UnitTestImpl::RunAllTests() 15: [0x485d83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x450fce] testing::UnitTest::Run() 15: [0x43a1f5] main 15: [0x7ffff54d9083] __libc_start_main 15: [0x439ede] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace 15: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 15: [----------] 1 test from defaultdevicetype (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 3 tests from 2 test suites ran. (729 ms total) 15: [ PASSED ] 3 tests. 15/23 Test #15: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.88 sec test 16 Start 16: Kokkos_IncrementalTest_SERIAL 16: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 16: Test timeout computed to be: 1500 16: [==========] Running 28 tests from 1 test suite. 16: [----------] Global test environment set-up. 16: [----------] 28 tests from SERIAL 16: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 16: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 16: [ RUN ] SERIAL.IncrTest_01_execspace 16: Host Serial Execution Space: 16: KOKKOS_ENABLE_SERIAL: yes 16: 16: Serial Runtime Configuration: 16: Serial 16: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 16: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 16: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 16: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 16: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 16: [ RUN ] SERIAL.IncrTest_02_AtomicSub 16: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 16: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 16: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 16: [ RUN ] SERIAL.IncrTest_03b_memspace_free 16: [ OK ] SERIAL.IncrTest_03b_memspace_free (148 ms) 16: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 16: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 16: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 16: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 16: [ RUN ] SERIAL.IncrTest_05_reduction 16: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 16: [ RUN ] SERIAL.IncrTest_06_mdrange2D 16: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 16: [ RUN ] SERIAL.IncrTest_06_mdrange3D 16: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 16: [ RUN ] SERIAL.IncrTest_06_mdrange4D 16: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 16: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 16: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 16: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 16: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 16: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 16: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 16: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 16: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 16: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 16: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (1 ms) 16: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 16: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (1 ms) 16: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 16: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (496 ms) 16: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 16: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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 (649 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 28 tests from 1 test suite ran. (649 ms total) 16: [ PASSED ] 26 tests. 16: [ SKIPPED ] 2 tests, listed below: 16: [ SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch 16: [ SKIPPED ] SERIAL.IncrTest_12b_TeamScratch 16/23 Test #16: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.80 sec test 17 Start 17: Kokkos_IncrementalTest_OPENACC 17: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_IncrementalTest_OPENACC 17: Test timeout computed to be: 1500 17: [==========] Running 28 tests from 1 test suite. 17: [----------] Global test environment set-up. 17: [----------] 28 tests from OPENACC 17: [ RUN ] OPENACC.IncrTest_01_execspace_typedef 17: [ OK ] OPENACC.IncrTest_01_execspace_typedef (0 ms) 17: [ RUN ] OPENACC.IncrTest_01_execspace 17: Device Execution Space: 17: KOKKOS_ENABLE_OPENACC: yes 17: OpenACC Options: 17: KOKKOS_ENABLE_OPENACC_COLLAPSE_HIERARCHICAL_CONSTRUCTS: yes 17: KOKKOS_ENABLE_OPENACC_FORCE_HOST_AS_DEVICE: no 17: Using OpenACC 17: OpenACC 17: [ OK ] OPENACC.IncrTest_01_execspace (0 ms) 17: [ RUN ] OPENACC.IncrTest_02_AtomicExchange 17: [ OK ] OPENACC.IncrTest_02_AtomicExchange (0 ms) 17: [ RUN ] OPENACC.IncrTest_02_AtomicAdd 17: [ OK ] OPENACC.IncrTest_02_AtomicAdd (0 ms) 17: [ RUN ] OPENACC.IncrTest_02_AtomicSub 17: [ OK ] OPENACC.IncrTest_02_AtomicSub (0 ms) 17: [ RUN ] OPENACC.IncrTest_03a_memspace_malloc 17: [ OK ] OPENACC.IncrTest_03a_memspace_malloc (29 ms) 17: [ RUN ] OPENACC.IncrTest_03b_memspace_free 7: [ OK ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3323 ms) 7: [ RUN ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment 17: [ OK ] OPENACC.IncrTest_03b_memspace_free (2004 ms) 17: [ RUN ] OPENACC.IncrTest_04_simple_parallelFor 17: [ OK ] OPENACC.IncrTest_04_simple_parallelFor (0 ms) 17: [ RUN ] OPENACC.IncrTest_04_RangePolicy_parallelFor 17: [ OK ] OPENACC.IncrTest_04_RangePolicy_parallelFor (0 ms) 17: [ RUN ] OPENACC.IncrTest_05_reduction 17: [ OK ] OPENACC.IncrTest_05_reduction (6 ms) 17: [ RUN ] OPENACC.IncrTest_06_mdrange2D 17: [ OK ] OPENACC.IncrTest_06_mdrange2D (0 ms) 17: [ RUN ] OPENACC.IncrTest_06_mdrange3D 17: [ OK ] OPENACC.IncrTest_06_mdrange3D (0 ms) 17: [ RUN ] OPENACC.IncrTest_06_mdrange4D 17: [ OK ] OPENACC.IncrTest_06_mdrange4D (0 ms) 17: [ RUN ] OPENACC.IncrTest_08_deep_copy_2D 17: [ OK ] OPENACC.IncrTest_08_deep_copy_2D (0 ms) 17: [ RUN ] OPENACC.IncrTest_08_deep_copy_3D 17: [ OK ] OPENACC.IncrTest_08_deep_copy_3D (0 ms) 17: [ RUN ] OPENACC.IncrTest_08_deep_copy_4D 17: [ OK ] OPENACC.IncrTest_08_deep_copy_4D (0 ms) 17: [ RUN ] OPENACC.IncrTest_10_Hierarchical_Basics 17: [ OK ] OPENACC.IncrTest_10_Hierarchical_Basics (0 ms) 17: [ RUN ] OPENACC.IncrTest_11a_Hierarchical_ForLoop 17: [ OK ] OPENACC.IncrTest_11a_Hierarchical_ForLoop (1 ms) 17: [ RUN ] OPENACC.IncrTest_11b_Hierarchical_ForLoop 17: [ OK ] OPENACC.IncrTest_11b_Hierarchical_ForLoop (11 ms) 17: [ RUN ] OPENACC.IncrTest_11c_Hierarchical_ForLoop 17: [ OK ] OPENACC.IncrTest_11c_Hierarchical_ForLoop (812 ms) 17: [ RUN ] OPENACC.IncrTest_12a_ThreadScratch 17: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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 (2872 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 28 tests from 1 test suite ran. (2872 ms total) 17: [ PASSED ] 26 tests. 17: [ SKIPPED ] 2 tests, listed below: 17: [ SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch 17: [ SKIPPED ] OPENACC.IncrTest_12b_TeamScratch 17/23 Test #17: Kokkos_IncrementalTest_OPENACC ............................. Passed 3.05 sec test 18 Start 18: Kokkos_CoreUnitTest_CTestDevice 18: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (147 ms) 18: [ RUN ] ctest_environment_DeathTest.no_type_str 18: [ OK ] ctest_environment_DeathTest.no_type_str (150 ms) 18: [ RUN ] ctest_environment_DeathTest.missing_type 18: [ OK ] ctest_environment_DeathTest.missing_type (298 ms) 18: [ RUN ] ctest_environment_DeathTest.no_id_str 18: [ OK ] ctest_environment_DeathTest.no_id_str (151 ms) 18: [ RUN ] ctest_environment_DeathTest.invalid_id_str 18: [ OK ] ctest_environment_DeathTest.invalid_id_str (315 ms) 18: [----------] 5 tests from ctest_environment_DeathTest (1062 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. (1062 ms total) 18: [ PASSED ] 8 tests. 18/23 Test #18: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 1.07 sec test 19 Start 19: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 19: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 19: Test timeout computed to be: 1500 19/23 Test #19: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 20 Start 20: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 20: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 20: Test timeout computed to be: 1500 20: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 20/23 Test #20: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.01 sec test 21 Start 21: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 21: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/build/simd/unit_tests/Kokkos_UnitTest_SIMD 23: Test timeout computed to be: 1500 23: [==========] Running 18 tests from 1 test suite. 23: [----------] Global test environment set-up. 23: [----------] 18 tests from simd 23: [ RUN ] simd.host_math_ops 23: [ OK ] simd.host_math_ops (0 ms) 23: [ RUN ] simd.device_math_ops 23: [ OK ] simd.device_math_ops (36 ms) 23: [ RUN ] simd.host_mask_ops 23: [ OK ] simd.host_mask_ops (0 ms) 23: [ RUN ] simd.device_mask_ops 23: [ OK ] simd.device_mask_ops (4 ms) 23: [ RUN ] simd.host_conversions 23: [ OK ] simd.host_conversions (0 ms) 23: [ RUN ] simd.device_conversions 23: [ OK ] simd.device_conversions (0 ms) 23: [ RUN ] simd.host_shift_ops 23: [ OK ] simd.host_shift_ops (0 ms) 23: [ RUN ] simd.device_shift_ops 23: [ OK ] simd.device_shift_ops (0 ms) 23: [ RUN ] simd.host_condition 23: [ OK ] simd.host_condition (0 ms) 23: [ RUN ] simd.device_condition 23: [ OK ] simd.device_condition (0 ms) 23: [ RUN ] simd.host_gen_ctors 23: [ OK ] simd.host_gen_ctors (0 ms) 23: [ RUN ] simd.device_gen_ctors 23: [ OK ] simd.device_gen_ctors (0 ms) 23: [ RUN ] simd.host_where_expressions 23: [ OK ] simd.host_where_expressions (0 ms) 23: [ RUN ] simd.device_where_expressions 23: [ OK ] simd.device_where_expressions (1 ms) 23: [ RUN ] simd.host_reductions 23: [ OK ] simd.host_reductions (0 ms) 23: [ RUN ] simd.device_reductions 23: [ OK ] simd.device_reductions (0 ms) 23: [ RUN ] simd.host_construction 23: [ OK ] simd.host_construction (0 ms) 23: [ RUN ] simd.device_construction 23: [ OK ] simd.device_construction (0 ms) 23: [----------] 18 tests from simd (42 ms total) 23: 23: [----------] Global test environment tear-down 23: [==========] 18 tests from 1 test suite ran. (42 ms total) 23: [ PASSED ] 18 tests. 23/23 Test #23: Kokkos_UnitTest_SIMD ....................................... Passed 0.26 sec 100% tests passed, 0 tests failed out of 23 Label Time Summary: Kokkos = 181.09 sec*proc (23 tests) Total Test time (real) = 181.11 sec Post stage [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 96181f0752b8144d5b54a7e2de17484f65f7fb84a9eadb407d918005ccb7360a 7: [ OK ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment (3637 ms) 7: [ RUN ] sycl_DeathTest.view_memory_access_violations_from_host 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-8351' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 96181f0752b8144d5b54a7e2de17484f65f7fb84a9eadb407d918005ccb7360a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } Running on fetnat_07 in /var/jenkins/workspace/Kokkos_PR-8351 [Pipeline] // node [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] checkout [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 6753b3d01f75d11d24b5e975e1a872d21fdbcfb6 -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 20.48kB 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 ---> 3b18dd58c80d Step 4/9 : RUN apt-get update && apt-get install -y ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 63205450b6b6 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 ---> 1eede3952d48 Step 6/9 : ARG CMAKE_VERSION=3.23.1 ---> Using cache ---> 3fc51a0bb2f0 Step 7/9 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> b8201987a5cc 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 ---> b109a28579a5 Step 9/9 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 549c6810148c Successfully built 549c6810148c Successfully tagged 6753b3d01f75d11d24b5e975e1a872d21fdbcfb6:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 6753b3d01f75d11d24b5e975e1a872d21fdbcfb6 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_07 seems to be running inside container 15f9e5dac4e81b323a0bcc51bf611edaa7d97b6c4579b012678c65663abe753b $ 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-8351 --volumes-from 15f9e5dac4e81b323a0bcc51bf611edaa7d97b6c4579b012678c65663abe753b -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 6753b3d01f75d11d24b5e975e1a872d21fdbcfb6 cat $ docker top bde2ec04b57c3870735446f087033d283611075a847368632491d9992bf6d061 -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + rm -rf build + 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 .. -- Setting default Kokkos CXX standard to 17 -- The CXX compiler identification is NVHPC 23.7.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvc++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-8351/build/generated/Kokkos_Version_Info.cpp -- Compiler Version: 12.2.91 -- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-8351/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 7: [ OK ] sycl_DeathTest.view_memory_access_violations_from_host (9288 ms) 7: [ RUN ] sycl_DeathTest.view_memory_access_violations_from_device 7: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:178: Skipped 7: skipping because SYCL device-side abort does not work when NDEBUG is defined 7: [ SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device (0 ms) 7: [----------] 8 tests from sycl_DeathTest (16249 ms total) 7: 7: [----------] 107 tests from sycl 7: [ RUN ] sycl.team_for 7: [ OK ] sycl.team_for (10 ms) 7: [ RUN ] sycl.team_reduce 7: [ OK ] sycl.team_reduce (1 ms) 7: [ RUN ] sycl.team_reduce_large 7: [ OK ] sycl.team_reduce_large (284 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 (2 ms) 7: [ RUN ] sycl.team_broadcast_char 7: [ OK ] sycl.team_broadcast_char (1 ms) 7: [ RUN ] sycl.team_broadcast_float 7: [ OK ] sycl.team_broadcast_float (1 ms) 7: [ RUN ] sycl.team_broadcast_double 7: [ OK ] sycl.team_broadcast_double (1 ms) 7: [ RUN ] sycl.team_broadcast_int_ptr 7: [ OK ] sycl.team_broadcast_int_ptr (0 ms) 7: [ RUN ] sycl.team_single_thread_int_ptr 7: [ OK ] sycl.team_single_thread_int_ptr (0 ms) 7: [ RUN ] sycl.team_single_team_int_ptr 7: [ OK ] sycl.team_single_team_int_ptr (0 ms) 7: [ RUN ] sycl.team_handle_by_value 7: [ OK ] sycl.team_handle_by_value (0 ms) 7: [ RUN ] sycl.team_vector 7: [ OK ] sycl.team_vector (23 ms) 7: [ RUN ] sycl.triple_nested_parallelism 7: [ OK ] sycl.triple_nested_parallelism (5 ms) 7: [ RUN ] sycl.parallel_scan_with_reducers 7: [ OK ] sycl.parallel_scan_with_reducers (72 ms) 7: [ RUN ] sycl.team_thread_range_combined_reducers 7: [ OK ] sycl.team_thread_range_combined_reducers (0 ms) 7: [ RUN ] sycl.thread_vector_range_combined_reducers 7: [ OK ] sycl.thread_vector_range_combined_reducers (0 ms) 7: [ RUN ] sycl.team_vector_range_combined_reducers 7: [ OK ] sycl.team_vector_range_combined_reducers (0 ms) 7: [ RUN ] sycl.TeamThreadMDRangeParallelFor 7: [ OK ] sycl.TeamThreadMDRangeParallelFor (18 ms) 7: [ RUN ] sycl.ThreadVectorMDRangeParallelFor 7: [ OK ] sycl.ThreadVectorMDRangeParallelFor (8 ms) 7: [ RUN ] sycl.TeamVectorMDRangeParallelFor 7: [ OK ] sycl.TeamVectorMDRangeParallelFor (9 ms) 7: [ RUN ] sycl.TeamThreadMDRangeParallelReduce 7: [ OK ] sycl.TeamThreadMDRangeParallelReduce (15 ms) 7: [ RUN ] sycl.ThreadVectorMDRangeParallelReduce 7: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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 (963 ms) 7: [ RUN ] sycl.team_long_reduce 7: [ OK ] sycl.team_long_reduce (11 ms) 7: [ RUN ] sycl.team_double_reduce 7: [ OK ] sycl.team_double_reduce (11 ms) 7: [ RUN ] sycl.team_long_array_reduce 7: [ OK ] sycl.team_long_array_reduce (10 ms) 7: [ RUN ] sycl.team_double_array_reduce 7: [ OK ] sycl.team_double_array_reduce (10 ms) 7: [ RUN ] sycl.team_parallel_dummy_with_reducer_and_scratch_space 7: [ OK ] sycl.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 7: [ RUN ] sycl.repeated_team_reduce 7: [ OK ] sycl.repeated_team_reduce (25 ms) 7: [ RUN ] sycl.nested_team_reduce_functor_as_reducer 7: [ OK ] sycl.nested_team_reduce_functor_as_reducer (0 ms) 7: [ RUN ] sycl.team_scan 7: [ OK ] sycl.team_scan (99 ms) 7: [ RUN ] sycl.team_scan_ret_val 7: [ OK ] sycl.team_scan_ret_val (101 ms) 7: [ RUN ] sycl.team_shared_request 7: [ OK ] sycl.team_shared_request (1 ms) 7: [ RUN ] sycl.team_scratch_request 7: [ OK ] sycl.team_scratch_request (0 ms) 7: [ RUN ] sycl.team_lambda_shared_request 7: [ OK ] sycl.team_lambda_shared_request (29 ms) 7: [ RUN ] sycl.scratch_align 7: [ OK ] sycl.scratch_align (0 ms) 7: [ RUN ] sycl.shmem_size 7: [ OK ] sycl.shmem_size (0 ms) 7: [ RUN ] sycl.multi_level_scratch -- Looking for a CUDA compiler - /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc 7: [ OK ] sycl.multi_level_scratch (14 ms) 7: [ RUN ] sycl.team_scratch_memory_index_parallel_for 7: [ OK ] sycl.team_scratch_memory_index_parallel_for (0 ms) 7: [ RUN ] sycl.team_policy_max_recommended 7: [ OK ] sycl.team_policy_max_recommended (11 ms) 7: [ RUN ] sycl.team_policy_minmax_scalar_without_plus_equal_k 7: [ OK ] sycl.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 7: [ RUN ] sycl.team_teamvector_range 7: [ OK ] sycl.team_teamvector_range (3 ms) 7: [ RUN ] sycl.unique_token_global 7: [ OK ] sycl.unique_token_global (27 ms) 7: [ RUN ] sycl.unique_token_instance 7: [ OK ] sycl.unique_token_instance (27 ms) 7: [ RUN ] sycl.unique_token_team_acquire 7: [ OK ] sycl.unique_token_team_acquire (1 ms) 7: [ RUN ] sycl.view_api_a 7: [ OK ] sycl.view_api_a (5 ms) 7: [ RUN ] sycl.view_layout_left_with_stride 7: [ OK ] sycl.view_layout_left_with_stride (0 ms) 7: [ RUN ] sycl.view_layout_right_with_stride 7: [ OK ] sycl.view_layout_right_with_stride (0 ms) 7: [ RUN ] sycl.view_api_b 7: [ OK ] sycl.view_api_b (3 ms) 7: [ RUN ] sycl.view_api_c 7: [ OK ] sycl.view_api_c (0 ms) 7: [ RUN ] sycl.view_api_d 7: [ OK ] sycl.view_api_d (1 ms) 7: [ RUN ] sycl.view_remap 7: [ OK ] sycl.view_remap (0 ms) 7: [ RUN ] sycl.view_mirror_nonconst 7: [ OK ] sycl.view_mirror_nonconst (0 ms) 7: [ RUN ] sycl.view_stride_method 7: [ OK ] sycl.view_stride_method (0 ms) 7: [ RUN ] sycl.anonymous_space 7: [ OK ] sycl.anonymous_space (0 ms) 7: [ RUN ] sycl.view_overload_resolution 7: [ OK ] sycl.view_overload_resolution (0 ms) 7: [ RUN ] sycl.view_allocation_large_rank 7: [ OK ] sycl.view_allocation_large_rank (7 ms) 7: [ RUN ] sycl.view_shmem_size_on_device 7: [ OK ] sycl.view_shmem_size_on_device (0 ms) 7: [ RUN ] sycl.view_is_assignable 7: [ OK ] sycl.view_is_assignable (0 ms) 7: [ RUN ] sycl.view_bad_alloc 7: <CUDA>[ERROR]: 7: UR CUDA ERROR: 7: Value: 2 7: Name: CUDA_ERROR_OUT_OF_MEMORY 7: Description: out of memory 7: Function: USMDeviceAllocImpl 7: Source Location: /tmp/tmp.nlKu2FwFq5/intel-llvm-mirror/build/_deps/unified-runtime-src/source/adapters/cuda/usm.cpp:139 7: 7: <CUDA>[ERROR]: 7: UR CUDA ERROR: 7: Value: 2 7: Name: CUDA_ERROR_OUT_OF_MEMORY 7: Description: out of memory 7: Function: USMSharedAllocImpl 7: Source Location: /tmp/tmp.nlKu2FwFq5/intel-llvm-mirror/build/_deps/unified-runtime-src/source/adapters/cuda/usm.cpp:160 7: 7: <CUDA>[ERROR]: 7: UR CUDA ERROR: 7: Value: 2 7: Name: CUDA_ERROR_OUT_OF_MEMORY 7: Description: out of memory 7: Function: USMHostAllocImpl 7: Source Location: /tmp/tmp.nlKu2FwFq5/intel-llvm-mirror/build/_deps/unified-runtime-src/source/adapters/cuda/usm.cpp:179 7: 7: [ OK ] sycl.view_bad_alloc (0 ms) 7: [ RUN ] sycl.view_copy_tests 7: [ OK ] sycl.view_copy_tests (6 ms) 7: [ RUN ] sycl.view_copy_tests_rank_0 7: [ OK ] sycl.view_copy_tests_rank_0 (0 ms) 7: [ RUN ] sycl.view_copy_degenerated 7: [ OK ] sycl.view_copy_degenerated (0 ms) 7: [ RUN ] sycl.view_fill_tests_layout_right 7: [ OK ] sycl.view_fill_tests_layout_right (87 ms) 7: [ RUN ] sycl.view_fill_tests_layout_left 7: [ OK ] sycl.view_fill_tests_layout_left (73 ms) 7: [ RUN ] sycl.vcp_empty_traits 7: [ OK ] sycl.vcp_empty_traits (0 ms) 7: [ RUN ] sycl.is_view_label 7: [ OK ] sycl.is_view_label (0 ms) 7: [ RUN ] sycl.vcp_label_base_traits 7: [ OK ] sycl.vcp_label_base_traits (0 ms) 7: [ RUN ] sycl.vcp_label_traits 7: [ OK ] sycl.vcp_label_traits (0 ms) 7: [ RUN ] sycl.view_alloc_can_perfect_forward_label 7: [ OK ] sycl.view_alloc_can_perfect_forward_label (0 ms) 7: [ RUN ] sycl.vcp_label_copy_constructor 7: [ OK ] sycl.vcp_label_copy_constructor (0 ms) 7: [ RUN ] sycl.vcp_pointer_add_property 7: [ OK ] sycl.vcp_pointer_add_property (0 ms) 7: [ RUN ] sycl.view_empty_runtime_unmanaged 7: [ OK ] sycl.view_empty_runtime_unmanaged (0 ms) 7: [ RUN ] sycl.view_layoutstride_left_to_layoutleft_assignment 7: [ OK ] sycl.view_layoutstride_left_to_layoutleft_assignment (69 ms) 7: [ RUN ] sycl.view_layoutstride_right_to_layoutright_assignment 7: [ OK ] sycl.view_layoutstride_right_to_layoutright_assignment (65 ms) 7: [ RUN ] sycl.view_mapping 7: [ OK ] sycl.view_mapping (46 ms) 7: [ RUN ] sycl.view_mapping_operator 7: [ OK ] sycl.view_mapping_operator (13 ms) 7: [ RUN ] sycl.static_extent 7: [ OK ] sycl.static_extent (0 ms) 7: [ RUN ] sycl.view_mapping_atomic 7: [ OK ] sycl.view_mapping_atomic (0 ms) 7: [ RUN ] sycl.view_mapping_class_value 7: [ OK ] sycl.view_mapping_class_value (0 ms) 7: [ RUN ] sycl.view_mapping_assignable 7: [ OK ] sycl.view_mapping_assignable (0 ms) 7: [ RUN ] sycl.view_mapping_trivially_copyable 7: [ OK ] sycl.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] sycl.view_mapping_subview 7: [ OK ] sycl.view_mapping_subview (0 ms) 7: [ RUN ] sycl.view_nested_view 7: [ OK ] sycl.view_nested_view (0 ms) 7: [ RUN ] sycl.view_of_views_default 7: [ OK ] sycl.view_of_views_default (0 ms) 7: [ RUN ] sycl.view_of_views_without_initializing 7: [ OK ] sycl.view_of_views_without_initializing (0 ms) 7: [ RUN ] sycl.test_view_of_views_sequential_host_init 7: [ OK ] sycl.test_view_of_views_sequential_host_init (0 ms) 7: [ RUN ] sycl.append_formatted_multidimensional_index 7: [ OK ] sycl.append_formatted_multidimensional_index (0 ms) 7: [ RUN ] sycl.view_resize 7: [ OK ] sycl.view_resize (7 ms) 7: [ RUN ] sycl.view_realloc 7: [ OK ] sycl.view_realloc (0 ms) 7: [ RUN ] sycl.resize_realloc_no_init 7: [ OK ] sycl.resize_realloc_no_init (0 ms) 7: [ RUN ] sycl.resize_realloc_no_alloc 7: [ OK ] sycl.resize_realloc_no_alloc (0 ms) 7: [ RUN ] sycl.realloc_exec_space 7: [ OK ] sycl.realloc_exec_space (0 ms) 7: [ RUN ] sycl.view_alloc 7: [ OK ] sycl.view_alloc (0 ms) 7: [ RUN ] sycl.view_alloc_exec_space 7: [ OK ] sycl.view_alloc_exec_space (0 ms) 7: [ RUN ] sycl.view_alloc_int 7: [ OK ] sycl.view_alloc_int (0 ms) 7: [ RUN ] sycl.view_alloc_exec_space_int 7: [ OK ] sycl.view_alloc_exec_space_int (0 ms) 7: [ RUN ] sycl.deep_copy_zero_memset 7: [ OK ] sycl.deep_copy_zero_memset (0 ms) 7: [ RUN ] sycl.resize_exec_space 7: [ OK ] sycl.resize_exec_space (0 ms) 7: [ RUN ] sycl.view_allocation_int 7: [ OK ] sycl.view_allocation_int (0 ms) 7: [ RUN ] sycl.view_allocation_exec_space_int 7: [ OK ] sycl.view_allocation_exec_space_int (0 ms) 7: [ RUN ] sycl.view_not_default_constructible 7: [ OK ] sycl.view_not_default_constructible (0 ms) 7: [----------] 107 tests from sycl (2219 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 115 tests from 2 test suites ran. (18469 ms total) 7: [ PASSED ] 108 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/66 Test #7: Kokkos_CoreUnitTest_SYCL2A ................................. Passed 18.88 sec test 8 Start 8: Kokkos_CoreUnitTest_SYCL2B 8: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2B 8: Test timeout computed to be: 1500 -- The CUDA compiler identification is NVIDIA 12.2.91 -- Detecting CUDA compiler ABI info 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 (3 ms) 8: [ RUN ] sycl_shared_usm.view_subview_left_0 8: [ OK ] sycl_shared_usm.view_subview_left_0 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_left_1 8: [ OK ] sycl_shared_usm.view_subview_left_1 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_left_2 8: [ OK ] sycl_shared_usm.view_subview_left_2 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_left_3 8: [ OK ] sycl_shared_usm.view_subview_left_3 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_right_0 8: [ OK ] sycl_shared_usm.view_subview_right_0 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_right_1 8: [ OK ] sycl_shared_usm.view_subview_right_1 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_right_3 8: [ OK ] sycl_shared_usm.view_subview_right_3 (0 ms) 8: [ RUN ] sycl_shared_usm.view_static_tests 8: [ OK ] sycl_shared_usm.view_static_tests (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft 8: [ OK ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft (4 ms) 8: [ RUN ] sycl_shared_usm.view_subview_layoutright_to_layoutright 8: [ OK ] sycl_shared_usm.view_subview_layoutright_to_layoutright (2 ms) 8: [ RUN ] sycl_shared_usm.view_subview_1d_assign 8: [ OK ] sycl_shared_usm.view_subview_1d_assign (4 ms) 8: [ RUN ] sycl_shared_usm.view_subview_1d_assign_atomic 8: [ OK ] sycl_shared_usm.view_subview_1d_assign_atomic (3 ms) 8: [ RUN ] sycl_shared_usm.view_subview_1d_assign_randomaccess 8: [ OK ] sycl_shared_usm.view_subview_1d_assign_randomaccess (3 ms) 8: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d 8: [ OK ] sycl_shared_usm.view_subview_2d_from_3d (56 ms) 8: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d_atomic 8: [ OK ] sycl_shared_usm.view_subview_2d_from_3d_atomic (57 ms) 8: [----------] 16 tests from sycl_shared_usm (138 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 16 tests from 1 test suite ran. (138 ms total) 8: [ PASSED ] 16 tests. 8/66 Test #8: Kokkos_CoreUnitTest_SYCL2B ................................. Passed 0.47 sec test 9 Start 9: Kokkos_CoreUnitTest_SYCL2C 9: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2C 9: Test timeout computed to be: 1500 9: [==========] Running 4 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 4 tests from sycl_shared_usm 9: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess 9: [ OK ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess (58 ms) 9: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_left 9: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_left (116 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 (118 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 (115 ms) 9: [----------] 4 tests from sycl_shared_usm (409 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 4 tests from 1 test suite ran. (409 ms total) 9: [ PASSED ] 4 tests. -- 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 9/66 Test #9: Kokkos_CoreUnitTest_SYCL2C ................................. Passed 0.77 sec test 10 Start 10: Kokkos_CoreUnitTest_SYCL2D 10: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2D 10: Test timeout computed to be: 1500 10: [==========] Running 6 tests from 2 test suites. 10: [----------] Global test environment set-up. 10: [----------] 1 test from sycl_shared_usm_DeathTest 10: [ RUN ] sycl_shared_usm_DeathTest.view_subview_constructor_layout_compatibility 10: [ OK ] sycl_shared_usm_DeathTest.view_subview_constructor_layout_compatibility (918 ms) 10: [----------] 1 test from sycl_shared_usm_DeathTest (918 ms total) 10: 10: [----------] 5 tests from sycl_shared_usm 10: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_right 10: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_right (122 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 (121 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 (120 ms) 10: [ RUN ] sycl_shared_usm.view_test_unmanaged_subview_reset 10: [ OK ] sycl_shared_usm.view_test_unmanaged_subview_reset (6 ms) 10: [ RUN ] sycl_shared_usm.view_subview_memory_traits_construction 10: [ OK ] sycl_shared_usm.view_subview_memory_traits_construction (0 ms) 10: [----------] 5 tests from sycl_shared_usm (370 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 6 tests from 2 test suites ran. (1288 ms total) 10: [ PASSED ] 6 tests. 10/66 Test #10: Kokkos_CoreUnitTest_SYCL2D ................................. Passed 1.62 sec test 11 Start 11: Kokkos_CoreUnitTest_SYCL3 11: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 -- 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 -- 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 -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-8351/tpls/mdspan/include -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- Sources TestOpenMP.cpp -- Sources TestCuda.cpp -- Kokkos Backends: OPENMP;CUDA -- Configuring done Running on fetnat_09 in /var/jenkins/workspace/Kokkos_PR-8351 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 0ff19562b16aaebb65d4b66d233539d33930075e -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 20.48kB 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 ---> d371df0d9e85 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 ---> 3ccf0bc9d6fb Step 5/15 : ARG NPROC=8 ---> Using cache ---> 3394758149d6 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 ---> 6143d2087bb3 Step 7/15 : ARG CMAKE_VERSION=3.27.7 ---> Using cache ---> 1d172712e153 Step 8/15 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 9a0159e9c9be 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 ---> 03b693c38f9e Step 10/15 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 0b2310d56ff6 Step 11/15 : ARG LLVM_VERSION=llvmorg-17.0.3 ---> Using cache ---> 9f7ccf7d95a0 Step 12/15 : ENV LLVM_DIR=/opt/llvm ---> Using cache ---> 841717c54817 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 ---> 95ac068eb1d3 Step 14/15 : ENV PATH=${LLVM_DIR}/bin:$PATH ---> Using cache ---> a6101e82d7cd Step 15/15 : ENV LD_LIBRARY_PATH=${LLVM_DIR}/lib:$LD_LIBRARY_PATH ---> Using cache ---> 76e32f14a1cd Successfully built 76e32f14a1cd Successfully tagged 0ff19562b16aaebb65d4b66d233539d33930075e:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8351/build + make -j8 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 0%] Built target AlwaysCheckGit + docker inspect -f . 0ff19562b16aaebb65d4b66d233539d33930075e . [ 0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_09 seems to be running inside container 9dd1f2c267518da53729506642a7fe4552c7408ce462f99d50acec61ca10a1f6 $ 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-8351 --volumes-from 9dd1f2c267518da53729506642a7fe4552c7408ce462f99d50acec61ca10a1f6 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 0ff19562b16aaebb65d4b66d233539d33930075e cat [ 0%] Linking CXX shared library libkokkosprinter-tool.so [ 0%] Linking CXX static library libimpl_git_version.a [ 0%] Built target impl_git_version [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 0%] Built target kokkosprinter-tool $ docker top a71e3f38c96e32a8bff6ead0e7a619e2c535082a09431a91fa596085b348746c -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 [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o + ccache --zero-stats Statistics zeroed [Pipeline] sh + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Wno-unknown-cuda-version -Werror -Wno-undefined-internal -Wno-pass-failed -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ENABLE_OPENMPTARGET=ON -DKokkos_ARCH_VOLTA70=ON -DCMAKE_CXX_STANDARD=17 .. -- Setting default Kokkos CXX standard to 17 -- The CXX compiler identification is Clang 17.0.3 -- 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.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-8351/build/generated/Kokkos_Version_Info.cpp -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. -- Using -std=gnu++17 for C++17 extensions as feature [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o -- 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 -- Performing Test KOKKOS_LINK_OPTIONS_CHECK -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success -- Experimental mdspan support is enabled -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-8351/tpls/mdspan/include [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.34.1") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [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-8351/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Failed -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Found Threads: TRUE -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: SERIAL;OPENMPTARGET -- Configuring done (11.9s) [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o -- Generating done (1.0s) -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8351/build + make -j8 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object _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%] Built target AlwaysCheckGit [ 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 [ 0%] Linking CXX shared library libkokkosprinter-tool.so [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 0%] Built target kokkosprinter-tool [ 0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 0%] Linking CXX static library libimpl_git_version.a [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 0%] Built target impl_git_version [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.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 core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o 11: [ OK ] sycl.team_scratch_1_queues (22531 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 (22535 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 (20 ms) 11: [ RUN ] sycl_host_usm.view_api_a 11: [ OK ] sycl_host_usm.view_api_a (4 ms) 11: [ RUN ] sycl_host_usm.view_layout_left_with_stride 11: [ OK ] sycl_host_usm.view_layout_left_with_stride (0 ms) 11: [ RUN ] sycl_host_usm.view_layout_right_with_stride 11: [ OK ] sycl_host_usm.view_layout_right_with_stride (0 ms) 11: [ RUN ] sycl_host_usm.view_api_b 11: [ OK ] sycl_host_usm.view_api_b (0 ms) 11: [ RUN ] sycl_host_usm.view_api_c 11: [ OK ] sycl_host_usm.view_api_c (0 ms) 11: [ RUN ] sycl_host_usm.view_api_d 11: [ OK ] sycl_host_usm.view_api_d (0 ms) 11: [ RUN ] sycl_host_usm.view_remap 11: [ OK ] sycl_host_usm.view_remap (0 ms) 11: [ RUN ] sycl_host_usm.view_mirror_nonconst 11: [ OK ] sycl_host_usm.view_mirror_nonconst (0 ms) 11: [ RUN ] sycl_host_usm.view_stride_method 11: [ OK ] sycl_host_usm.view_stride_method (0 ms) 11: [ RUN ] sycl_host_usm.anonymous_space 11: [ OK ] sycl_host_usm.anonymous_space (0 ms) 11: [ RUN ] sycl_host_usm.view_overload_resolution 11: [ OK ] sycl_host_usm.view_overload_resolution (0 ms) 11: [ RUN ] sycl_host_usm.view_allocation_large_rank 11: [ OK ] sycl_host_usm.view_allocation_large_rank (2709 ms) 11: [ RUN ] sycl_host_usm.view_shmem_size_on_device 11: [ OK ] sycl_host_usm.view_shmem_size_on_device (0 ms) 11: [ RUN ] sycl_host_usm.view_is_assignable 11: [ OK ] sycl_host_usm.view_is_assignable (0 ms) 11: [ RUN ] sycl_host_usm.view_copy_tests 11: [ OK ] sycl_host_usm.view_copy_tests (1 ms) 11: [ RUN ] sycl_host_usm.view_copy_tests_rank_0 11: [ OK ] sycl_host_usm.view_copy_tests_rank_0 (0 ms) 11: [ RUN ] sycl_host_usm.view_copy_degenerated 11: [ OK ] sycl_host_usm.view_copy_degenerated (0 ms) 11: [ RUN ] sycl_host_usm.view_fill_tests_layout_right [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.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 [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 11: [ OK ] sycl_host_usm.view_fill_tests_layout_right (3082 ms) 11: [ RUN ] sycl_host_usm.view_fill_tests_layout_left [ 1%] 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 [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.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 core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o 11: [ OK ] sycl_host_usm.view_fill_tests_layout_left (3182 ms) 11: [ RUN ] sycl_host_usm.view_mapping 11: [ OK ] sycl_host_usm.view_mapping (43 ms) 11: [ RUN ] sycl_host_usm.view_mapping_operator 11: [ OK ] sycl_host_usm.view_mapping_operator (4 ms) 11: [ RUN ] sycl_host_usm.static_extent 11: [ OK ] sycl_host_usm.static_extent (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_atomic 11: [ OK ] sycl_host_usm.view_mapping_atomic (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_class_value 11: [ OK ] sycl_host_usm.view_mapping_class_value (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_assignable 11: [ OK ] sycl_host_usm.view_mapping_assignable (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_trivially_copyable 11: [ OK ] sycl_host_usm.view_mapping_trivially_copyable (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_subview 11: [ OK ] sycl_host_usm.view_mapping_subview (0 ms) 11: [----------] 28 tests from sycl_host_usm (9053 ms total) 11: 11: [----------] 28 tests from sycl_shared_usm 11: [ RUN ] sycl_shared_usm.impl_shared_alloc 11: [ OK ] sycl_shared_usm.impl_shared_alloc (29 ms) 11: [ RUN ] sycl_shared_usm.view_api_a 11: [ OK ] sycl_shared_usm.view_api_a (14 ms) 11: [ RUN ] sycl_shared_usm.view_layout_left_with_stride 11: [ OK ] sycl_shared_usm.view_layout_left_with_stride (0 ms) 11: [ RUN ] sycl_shared_usm.view_layout_right_with_stride 11: [ OK ] sycl_shared_usm.view_layout_right_with_stride (0 ms) 11: [ RUN ] sycl_shared_usm.view_api_b 11: [ OK ] sycl_shared_usm.view_api_b (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 [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o 11: [ OK ] sycl_shared_usm.view_allocation_large_rank (708 ms) 11: [ RUN ] sycl_shared_usm.view_shmem_size_on_device 11: [ OK ] sycl_shared_usm.view_shmem_size_on_device (5 ms) 11: [ RUN ] sycl_shared_usm.view_is_assignable 11: [ OK ] sycl_shared_usm.view_is_assignable (5 ms) 11: [ RUN ] sycl_shared_usm.view_copy_tests 11: [ OK ] sycl_shared_usm.view_copy_tests (20 ms) 11: [ RUN ] sycl_shared_usm.view_copy_tests_rank_0 11: [ OK ] sycl_shared_usm.view_copy_tests_rank_0 (3 ms) 11: [ RUN ] sycl_shared_usm.view_copy_degenerated 11: [ OK ] sycl_shared_usm.view_copy_degenerated (0 ms) 11: [ RUN ] sycl_shared_usm.view_fill_tests_layout_right 11: [ OK ] sycl_shared_usm.view_fill_tests_layout_right (226 ms) 11: [ RUN ] sycl_shared_usm.view_fill_tests_layout_left 11: [ OK ] sycl_shared_usm.view_fill_tests_layout_left (214 ms) 11: [ RUN ] sycl_shared_usm.view_mapping 11: [ OK ] sycl_shared_usm.view_mapping (49 ms) 11: [ RUN ] sycl_shared_usm.view_mapping_operator 11: [ OK ] sycl_shared_usm.view_mapping_operator (13 ms) 11: [ RUN ] sycl_shared_usm.static_extent 11: [ OK ] sycl_shared_usm.static_extent (0 ms) 11: [ RUN ] sycl_shared_usm.view_mapping_atomic 11: [ OK ] sycl_shared_usm.view_mapping_atomic (0 ms) 11: [ RUN ] sycl_shared_usm.view_mapping_class_value 11: [ OK ] sycl_shared_usm.view_mapping_class_value (0 ms) 11: [ RUN ] sycl_shared_usm.view_mapping_assignable 11: [ OK ] sycl_shared_usm.view_mapping_assignable (0 ms) 11: [ RUN ] sycl_shared_usm.view_mapping_trivially_copyable 11: [ OK ] sycl_shared_usm.view_mapping_trivially_copyable (0 ms) 11: [ RUN ] sycl_shared_usm.view_mapping_subview 11: [ OK ] sycl_shared_usm.view_mapping_subview (0 ms) 11: [----------] 28 tests from sycl_shared_usm (1319 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 60 tests from 3 test suites ran. (32908 ms total) 11: [ PASSED ] 60 tests. [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 1%] Linking CXX static library libkokkos_gtest.a 11/66 Test #11: Kokkos_CoreUnitTest_SYCL3 .................................. Passed 33.17 sec test 12 Start 12: Kokkos_CoreUnitTest_SYCLInterOpInit 12: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (159 ms) 12: [----------] 1 test from sycl (159 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 1 test from 1 test suite ran. (159 ms total) 12: [ PASSED ] 1 test. 12/66 Test #12: Kokkos_CoreUnitTest_SYCLInterOpInit ........................ Passed 0.26 sec test 13 Start 13: Kokkos_CoreUnitTest_SYCLInterOpInit_Context 13: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpInit_Context 13: Test timeout computed to be: 1500 [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 3%] Linking CXX static library libbenchmark.a 13: [==========] Running 3 tests from 2 test suites. 13: [----------] Global test environment set-up. 13: [----------] 1 test from sycl_DeathTest 13: [ RUN ] sycl_DeathTest.explicit_out_of_order_queue [ 1%] Built target kokkos_gtest [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o 13: [ OK ] sycl_DeathTest.explicit_out_of_order_queue (416 ms) 13: [----------] 1 test from sycl_DeathTest (416 ms total) 13: 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 (3 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 3 tests from 2 test suites ran. (420 ms total) 13: [ PASSED ] 3 tests. 13/66 Test #13: Kokkos_CoreUnitTest_SYCLInterOpInit_Context ................ Passed 0.67 sec test 14 Start 14: Kokkos_CoreUnitTest_SYCLInterOpStreams 14: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpStreams 14: Test timeout computed to be: 1500 [ 3%] Built target benchmark [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 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 (164 ms) 14: [----------] 1 test from sycl (164 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 1 test from 1 test suite ran. (164 ms total) 14: [ PASSED ] 1 test. 14/66 Test #14: Kokkos_CoreUnitTest_SYCLInterOpStreams ..................... Passed 0.26 sec test 15 Start 15: Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU 15: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU 15: Test timeout computed to be: 1500 15: [==========] Running 3 tests from 1 test suite. 15: [----------] Global test environment set-up. 15: [----------] 3 tests from sycl_multi_gpu 15: [ RUN ] sycl_multi_gpu.managed_views 15: [ OK ] sycl_multi_gpu.managed_views (3 ms) 15: [ RUN ] sycl_multi_gpu.unmanaged_views 15: [ OK ] sycl_multi_gpu.unmanaged_views (2 ms) 15: [ RUN ] sycl_multi_gpu.scratch_space 15: [ OK ] sycl_multi_gpu.scratch_space (4 ms) 15: [----------] 3 tests from sycl_multi_gpu (10 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 3 tests from 1 test suite ran. (10 ms total) 15: [ PASSED ] 3 tests. [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o 15/66 Test #15: Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU ............. Passed 0.26 sec test 16 Start 16: Kokkos_CoreUnitTest_SYCLInterOpGraph 16: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpGraph 16: Test timeout computed to be: 1500 16: [==========] Running 4 tests from 1 test suite. 16: [----------] Global test environment set-up. 16: [----------] 4 tests from sycl 16: [ RUN ] sycl.graph_get_native_return_types_are_references 16: [ OK ] sycl.graph_get_native_return_types_are_references (0 ms) 16: [ RUN ] sycl.graph_promises_on_native_objects 16: [ OK ] sycl.graph_promises_on_native_objects (0 ms) 16: [ RUN ] sycl.graph_instantiate_and_debug_dot_print 16: [ OK ] sycl.graph_instantiate_and_debug_dot_print (9 ms) 16: [ RUN ] sycl.graph_construct_from_native 16: [ OK ] sycl.graph_construct_from_native (0 ms) 16: [----------] 4 tests from sycl (10 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 4 tests from 1 test suite ran. (10 ms total) 16: [ PASSED ] 4 tests. 16/66 Test #16: Kokkos_CoreUnitTest_SYCLInterOpGraph ....................... Passed 0.27 sec test 17 Start 17: Kokkos_CoreUnitTest_Default 17: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Default 17: Test timeout computed to be: 1500 17: [==========] Running 58 tests from 41 test suites. 17: [----------] Global test environment set-up. 17: [----------] 18 tests from defaultdevicetype 17: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 17: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 17: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 17: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 17: [ RUN ] defaultdevicetype.shared_host_pinned_space 17: [ OK ] defaultdevicetype.shared_host_pinned_space (1 ms) 17: [ RUN ] defaultdevicetype.compiler_macros 17: [ OK ] defaultdevicetype.compiler_macros (0 ms) 17: [ RUN ] defaultdevicetype.half_conversion 17: [ OK ] defaultdevicetype.half_conversion (1 ms) 17: [ RUN ] defaultdevicetype.bhalf_conversion 17: [ OK ] defaultdevicetype.bhalf_conversion (1 ms) 17: [ RUN ] defaultdevicetype.half_operators 17: [ OK ] defaultdevicetype.half_operators (1 ms) 17: [ RUN ] defaultdevicetype.bhalf_operators 17: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 17: [ RUN ] defaultdevicetype.host_space_access 17: [ OK ] defaultdevicetype.host_space_access (0 ms) 17: [ RUN ] defaultdevicetype.reduce_instantiation_a1 17: [ OK ] defaultdevicetype.reduce_instantiation_a1 (4 ms) 17: [ RUN ] defaultdevicetype.reduce_instantiation_b1 17: [ OK ] defaultdevicetype.reduce_instantiation_b1 (9 ms) 17: [ RUN ] defaultdevicetype.reduce_instantiation_c1 17: [ OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms) 17: [ RUN ] defaultdevicetype.reduce_instantiation_a2 17: [ OK ] defaultdevicetype.reduce_instantiation_a2 (7 ms) 17: [ RUN ] defaultdevicetype.reduce_instantiation_b2 17: [ OK ] defaultdevicetype.reduce_instantiation_b2 (12 ms) 17: [ RUN ] defaultdevicetype.reduce_instantiation_c2 17: [ OK ] defaultdevicetype.reduce_instantiation_c2 (4 ms) 17: [ RUN ] defaultdevicetype.reduce_instantiation_a3 17: [ OK ] defaultdevicetype.reduce_instantiation_a3 (9 ms) 17: [ RUN ] defaultdevicetype.reduce_instantiation_b3 17: [ OK ] defaultdevicetype.reduce_instantiation_b3 (16 ms) 17: [ RUN ] defaultdevicetype.reduce_instantiation_c3 17: [ OK ] defaultdevicetype.reduce_instantiation_c3 (5 ms) 17: [----------] 18 tests from defaultdevicetype (81 ms total) 17: 17: [----------] 1 test from kokkosresize 17: [ RUN ] kokkosresize.host_space_access 17: [ OK ] kokkosresize.host_space_access (9 ms) 17: [----------] 1 test from kokkosresize (9 ms total) 17: 17: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> > 17: [ RUN ] TestViewAPI/0.sizes 17: [ OK ] TestViewAPI/0.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/0 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> > 17: [ RUN ] TestViewAPI/1.sizes 17: [ OK ] TestViewAPI/1.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/1 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> > 17: [ RUN ] TestViewAPI/2.sizes 17: [ OK ] TestViewAPI/2.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/2 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> > 17: [ RUN ] TestViewAPI/3.sizes 17: [ OK ] TestViewAPI/3.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/3 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 17: [ RUN ] TestViewAPI/4.sizes 17: [ OK ] TestViewAPI/4.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/4 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 17: [ RUN ] TestViewAPI/5.sizes 17: [ OK ] TestViewAPI/5.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/5 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 17: [ RUN ] TestViewAPI/6.sizes 17: [ OK ] TestViewAPI/6.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/6 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 17: [ RUN ] TestViewAPI/7.sizes 17: [ OK ] TestViewAPI/7.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/7 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 17: [ RUN ] TestViewAPI/8.sizes 17: [ OK ] TestViewAPI/8.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/8 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 17: [ RUN ] TestViewAPI/9.sizes 17: [ OK ] TestViewAPI/9.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/9 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> > 17: [ RUN ] TestViewAPI/10.sizes 17: [ OK ] TestViewAPI/10.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/10 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> > 17: [ RUN ] TestViewAPI/11.sizes 17: [ OK ] TestViewAPI/11.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/11 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> > 17: [ RUN ] TestViewAPI/12.sizes 17: [ OK ] TestViewAPI/12.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/12 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> > 17: [ RUN ] TestViewAPI/13.sizes 17: [ OK ] TestViewAPI/13.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/13 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 17: [ RUN ] TestViewAPI/14.sizes 17: [ OK ] TestViewAPI/14.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/14 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 17: [ RUN ] TestViewAPI/15.sizes 17: [ OK ] TestViewAPI/15.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/15 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 17: [ RUN ] TestViewAPI/16.sizes 17: [ OK ] TestViewAPI/16.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/16 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 17: [ RUN ] TestViewAPI/17.sizes 17: [ OK ] TestViewAPI/17.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/17 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 17: [ RUN ] TestViewAPI/18.sizes 17: [ OK ] TestViewAPI/18.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/18 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 17: [ RUN ] TestViewAPI/19.sizes 17: [ OK ] TestViewAPI/19.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/19 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> > 17: [ RUN ] TestViewAPI/20.sizes 17: [ OK ] TestViewAPI/20.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/20 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> > 17: [ RUN ] TestViewAPI/21.sizes 17: [ OK ] TestViewAPI/21.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/21 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> > 17: [ RUN ] TestViewAPI/22.sizes 17: [ OK ] TestViewAPI/22.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/22 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> > 17: [ RUN ] TestViewAPI/23.sizes 17: [ OK ] TestViewAPI/23.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/23 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 17: [ RUN ] TestViewAPI/24.sizes 17: [ OK ] TestViewAPI/24.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/24 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> > 17: [ RUN ] TestViewAPI/25.sizes 17: [ OK ] TestViewAPI/25.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/25 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 17: [ RUN ] TestViewAPI/26.sizes 17: [ OK ] TestViewAPI/26.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/26 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 17: [ RUN ] TestViewAPI/27.sizes 17: [ OK ] TestViewAPI/27.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/27 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 17: [ RUN ] TestViewAPI/28.sizes 17: [ OK ] TestViewAPI/28.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/28 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> > 17: [ RUN ] TestViewAPI/29.sizes 17: [ OK ] TestViewAPI/29.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/29 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> > 17: [ RUN ] TestViewAPI/30.sizes 17: [ OK ] TestViewAPI/30.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/30 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> > 17: [ RUN ] TestViewAPI/31.sizes 17: [ OK ] TestViewAPI/31.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/31 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> > 17: [ RUN ] TestViewAPI/32.sizes 17: [ OK ] TestViewAPI/32.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/32 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> > 17: [ RUN ] TestViewAPI/33.sizes 17: [ OK ] TestViewAPI/33.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/33 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> > 17: [ RUN ] TestViewAPI/34.sizes 17: [ OK ] TestViewAPI/34.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/34 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> > 17: [ RUN ] TestViewAPI/35.sizes 17: [ OK ] TestViewAPI/35.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/35 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> > 17: [ RUN ] TestViewAPI/36.sizes 17: [ OK ] TestViewAPI/36.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/36 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> > 17: [ RUN ] TestViewAPI/37.sizes 17: [ OK ] TestViewAPI/37.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/37 (0 ms total) 17: 17: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> > 17: [ RUN ] TestViewAPI/38.sizes 17: [ OK ] TestViewAPI/38.sizes (0 ms) 17: [----------] 1 test from TestViewAPI/38 (0 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 58 tests from 41 test suites ran. (92 ms total) 17: [ PASSED ] 58 tests. 17/66 Test #17: Kokkos_CoreUnitTest_Default ................................ Passed 0.34 sec test 18 Start 18: Kokkos_CoreUnitTest_InitializeFinalize 18: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 18: Test timeout computed to be: 1500 18: [==========] Running 30 tests from 7 test suites. 18: [----------] Global test environment set-up. 18: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 18: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views [ 4%] Linking CXX static library libbenchmark_main.a [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 4%] Built target benchmark_main [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp.o 18: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (520 ms) 18: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o [ 5%] Linking CXX static library libkokkos_gtest.a [ 5%] Built target kokkos_gtest [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Instance.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o 18: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1587 ms) 18: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o 18: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2257 ms) 18: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4365 ms total) 18: 18: [----------] 4 tests from InitializeFinalize_DeathTest 18: [ RUN ] InitializeFinalize_DeathTest.initialize 18: [ OK ] InitializeFinalize_DeathTest.initialize (1325 ms) 18: [ RUN ] InitializeFinalize_DeathTest.finalize 18: [ OK ] InitializeFinalize_DeathTest.finalize (866 ms) 18: [ RUN ] InitializeFinalize_DeathTest.is_initialized 18: [ OK ] InitializeFinalize_DeathTest.is_initialized (263 ms) 18: [ RUN ] InitializeFinalize_DeathTest.is_finalized 18: [ OK ] InitializeFinalize_DeathTest.is_finalized (272 ms) 18: [----------] 4 tests from InitializeFinalize_DeathTest (2727 ms total) 18: 18: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 18: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 18: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (25 ms) 18: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (25 ms total) 18: 18: [----------] 1 test from Legion_DeathTest 18: [ RUN ] Legion_DeathTest.individual_backend_initialization 18: [ OK ] Legion_DeathTest.individual_backend_initialization (255 ms) 18: [----------] 1 test from Legion_DeathTest (255 ms total) 18: 18: [----------] 2 tests from PushFinalizeHook_DeathTest 18: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o 18: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (252 ms) 18: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 18: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (460 ms) 18: [----------] 2 tests from PushFinalizeHook_DeathTest (712 ms total) 18: 18: [----------] 6 tests from ScopeGuard_DeathTest 18: [ RUN ] ScopeGuard_DeathTest.create 18: [ OK ] ScopeGuard_DeathTest.create (274 ms) 18: [ RUN ] ScopeGuard_DeathTest.create_argument 18: [ OK ] ScopeGuard_DeathTest.create_argument (246 ms) 18: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 18: [ OK ] ScopeGuard_DeathTest.create_while_initialize (466 ms) 18: [ RUN ] ScopeGuard_DeathTest.create_after_initialize [ 5%] Linking CXX static library libkokkoscore.a [ 5%] Built target kokkoscore [ 5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 6%] Linking CXX static library libkokkossimd.a [ 6%] Linking CXX static library libkokkosalgorithms.a [ 6%] Built target kokkosalgorithms [ 6%] Built target kokkossimd 18: [ OK ] ScopeGuard_DeathTest.create_after_initialize (478 ms) 18: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 18: [ OK ] ScopeGuard_DeathTest.create_after_finalize (501 ms) 18: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 18: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (515 ms) 18: [----------] 6 tests from ScopeGuard_DeathTest (2483 ms total) 18: 18: [----------] 13 tests from defaultdevicetype 18: [ RUN ] defaultdevicetype.initialization_settings 18: [ OK ] defaultdevicetype.initialization_settings (0 ms) 18: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 18: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 18: [ RUN ] defaultdevicetype.cmd_line_args_device_id 18: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 18: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 18: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 18: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 18: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 18: [ RUN ] defaultdevicetype.cmd_line_args_help 18: [ OK ] defaultdevicetype.cmd_line_args_help (17 ms) 18: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 18: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (3 ms) 18: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 18: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (15 ms) 18: [ RUN ] defaultdevicetype.env_vars_num_threads 18: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 18: [ RUN ] defaultdevicetype.env_vars_device_id 18: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 18: [ RUN ] defaultdevicetype.env_vars_disable_warnings 18: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 18: [ RUN ] defaultdevicetype.env_vars_tune_internals 18: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 18: [ RUN ] defaultdevicetype.visible_devices 18: [ OK ] defaultdevicetype.visible_devices (0 ms) 18: [----------] 13 tests from defaultdevicetype (36 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 30 tests from 7 test suites ran. (10606 ms total) 18: [ PASSED ] 30 tests. 18/66 Test #18: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 10.62 sec test 19 Start 19: Kokkos_CoreUnitTest_Develop 19: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Develop 19: Test timeout computed to be: 1500 [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o 19: [==========] Running 1 test from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 1 test from defaultdevicetype 19: [ RUN ] defaultdevicetype.development_test 19: [ OK ] defaultdevicetype.development_test (0 ms) 19: [----------] 1 test from defaultdevicetype (0 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 1 test from 1 test suite ran. (0 ms total) 19: [ PASSED ] 1 test. 19/66 Test #19: Kokkos_CoreUnitTest_Develop ................................ Passed 0.32 sec test 20 Start 20: Kokkos_CoreUnitTest_KokkosP 20: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 20: Test timeout computed to be: 1500 20: [==========] Running 31 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 31 tests from kokkosp 20: [ RUN ] kokkosp.test_named_instance_fence 20: Ref: 117440513 20: Ref: named_instance 20: 117440513 20: named_instance 20: [ OK ] kokkosp.test_named_instance_fence (0 ms) 20: [ RUN ] kokkosp.test_unnamed_instance_fence 20: Ref: 117440513 20: Ref: Unnamed Instance Fence 20: 117440513 20: Kokkos::SYCL::fence: Unnamed Instance Fence 20: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 20: [ RUN ] kokkosp.test_named_global_fence 20: Ref: 117440512 20: Ref: test global fence 20: 0 20: test global fence 20: Miss on id 20: 117440512 20: test global fence 20: [ OK ] kokkosp.test_named_global_fence (0 ms) 20: [ RUN ] kokkosp.test_unnamed_global_fence 20: Ref: 117440512 20: Ref: Unnamed Global Fence 20: 0 20: Kokkos::fence: Unnamed Global Fence 20: Miss on id 20: 117440512 20: Kokkos::fence: Unnamed Global Fence 20: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 20: [ RUN ] kokkosp.test_multiple_default_instances 20: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 20: [ RUN ] kokkosp.test_id_gen 20: [ OK ] kokkosp.test_id_gen (0 ms) 20: [ RUN ] kokkosp.test_kernel_sequence 20: Ref: 117440513 20: Ref: named_instance 20: 117440513 20: named_instance 20: Ref: 117440513 20: Ref: test_kernel 20: 117440513 20: named_instance 20: Miss on name 20: 0 20: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 20: Miss on name 20: Miss on id 20: 117440512 20: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 20: Miss on name 20: Miss on id 20: 117440513 20: test_kernel 20: [ OK ] kokkosp.test_kernel_sequence (0 ms) 20: [ RUN ] kokkosp.async_deep_copy 20: [ OK ] kokkosp.async_deep_copy (0 ms) 20: [ RUN ] kokkosp.parallel_for 20: [ OK ] kokkosp.parallel_for (0 ms) 20: [ RUN ] kokkosp.parallel_reduce 20: [ OK ] kokkosp.parallel_reduce (1 ms) 20: [ RUN ] kokkosp.parallel_scan 20: [ OK ] kokkosp.parallel_scan (0 ms) 20: [ RUN ] kokkosp.parallel_scan_no_fence 20: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 20: [ RUN ] kokkosp.parallel_scan_no_fence_view 20: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 20: [ RUN ] kokkosp.regions 20: [ OK ] kokkosp.regions (0 ms) 20: [ RUN ] kokkosp.fences 20: [ OK ] kokkosp.fences (0 ms) 20: [ RUN ] kokkosp.raw_allocation 20: [ OK ] kokkosp.raw_allocation (0 ms) 20: [ RUN ] kokkosp.view 20: [ OK ] kokkosp.view (0 ms) 20: [ RUN ] kokkosp.sections 20: [ OK ] kokkosp.sections (0 ms) 20: [ RUN ] kokkosp.metadata 20: [ OK ] kokkosp.metadata (0 ms) 20: [ RUN ] kokkosp.profile_events 20: [ OK ] kokkosp.profile_events (0 ms) 20: [ RUN ] kokkosp.no_init_kernel 20: [ OK ] kokkosp.no_init_kernel (0 ms) 20: [ RUN ] kokkosp.get_events 20: [ OK ] kokkosp.get_events (0 ms) 20: [ RUN ] kokkosp.kernel_name_parallel_for 20: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 20: [ RUN ] kokkosp.kernel_name_parallel_reduce 20: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 20: [ RUN ] kokkosp.kernel_name_parallel_scan 20: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 20: [ RUN ] kokkosp.kernel_name_internal 20: [ OK ] kokkosp.kernel_name_internal (0 ms) 20: [ RUN ] kokkosp.profiling_section 20: [ OK ] kokkosp.profiling_section (0 ms) 20: [ RUN ] kokkosp.scoped_profile_region 20: [ OK ] kokkosp.scoped_profile_region (0 ms) 20: [ RUN ] kokkosp.create_mirror_no_init 20: [ OK ] kokkosp.create_mirror_no_init (0 ms) 20: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 20: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 20: [ RUN ] kokkosp.create_mirror_view_and_copy 20: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 20: [----------] 31 tests from kokkosp (4 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 31 tests from 1 test suite ran. (4 ms total) 20: [ PASSED ] 31 tests. 20/66 Test #20: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.28 sec test 21 Start 21: Kokkos_CoreUnitTest_ToolIndependence 21: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 21: Test timeout computed to be: 1500 21/66 Test #21: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.01 sec test 22 Start 22: Kokkos_ProfilingTestLibraryLoadHelp 22: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 22: Environment variables: 22: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/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/66 Test #22: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.26 sec test 23 Start 23: Kokkos_ProfilingTestLibraryCmdLineHelp 23: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/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/66 Test #23: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.26 sec test 24 Start 24: Kokkos_ProfilingTestLibraryLoad 24: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 24: Environment variables: 24: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so 24: Test timeout computed to be: 1500 24: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 24: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:SYCL::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20250004::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:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_allocate_data:Host:source:0x1028240:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1027080:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1027100:Host:source:0x10282c0: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:0x102c6c0: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:0x1027080:40::kokkosp_deallocate_data:Host:source:0x1028240:40::kokkosp_finalize_library:: 24/66 Test #24: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.25 sec test 25 Start 25: Kokkos_ProfilingTestLibraryCmdLine 25: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/libkokkosprinter-tool.so" 25: Test timeout computed to be: 1500 25: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:SYCL::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20250004::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:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_allocate_data:Host:source:0x1028240:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1027080:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1027100:Host:source:0x10282c0: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:0x102c6c0: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:0x1027080:40::kokkosp_deallocate_data:Host:source:0x1028240:40::kokkosp_finalize_library:: 25/66 Test #25: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.26 sec test 26 Start 26: Kokkos_CoreUnitTest_StackTraceTest 26: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a93b0] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x439a7e] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x43650f] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x43799c] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x47d269] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44b680] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44d1b9] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44db7e] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xac9) [0x463999] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x47dfe9] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x101) [0x462e91] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437eb0] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff7429d90] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff7429e40] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x4363e5] 26: 26: demangled test_f1: 26: [0x4a93b0] Kokkos::Impl::save_stacktrace() 26: [0x439a7e] Test::stacktrace_test_f1(std::ostream&) 26: [0x43650f] Test::test_stacktrace(bool, bool) 26: [0x43799c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 26: [0x47d269] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x44b680] testing::Test::Run() 26: [0x44d1b9] testing::TestInfo::Run() 26: [0x44db7e] testing::TestSuite::Run() 26: [0x463999] testing::internal::UnitTestImpl::RunAllTests() 26: [0x47dfe9] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x462e91] testing::UnitTest::Run() 26: [0x437eb0] main 26: [0x7ffff7429d90] 26: [0x7ffff7429e40] __libc_start_main 26: [0x4363e5] _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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a93b0] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x439a7e] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x439c46] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa1a) [0x436f0a] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x43799c] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x47d269] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44b680] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44d1b9] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44db7e] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xac9) [0x463999] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x47dfe9] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x101) [0x462e91] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437eb0] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff7429d90] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff7429e40] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x4363e5] 26: 26: demangled test_f3: 26: [0x4a93b0] Kokkos::Impl::save_stacktrace() 26: [0x439a7e] Test::stacktrace_test_f1(std::ostream&) 26: [0x439c46] Test::stacktrace_test_f3(std::ostream&, int) 26: [0x436f0a] Test::test_stacktrace(bool, bool) 26: [0x43799c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 26: [0x47d269] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x44b680] testing::Test::Run() 26: [0x44d1b9] testing::TestInfo::Run() 26: [0x44db7e] testing::TestSuite::Run() 26: [0x463999] testing::internal::UnitTestImpl::RunAllTests() 26: [0x47dfe9] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x462e91] testing::UnitTest::Run() 26: [0x437eb0] main 26: [0x7ffff7429d90] 26: [0x7ffff7429e40] __libc_start_main 26: [0x4363e5] _start 26: 26: Test setting std::terminate handler that prints the last saved stack trace 26: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (443 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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a93b0] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x439a7e] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x43650f] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x437c79] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x47d269] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44b680] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44d1b9] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44db7e] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xac9) [0x463999] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x47dfe9] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x101) [0x462e91] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437eb0] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff7429d90] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff7429e40] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x4363e5] 26: 26: demangled test_f1: 26: [0x4a93b0] Kokkos::Impl::save_stacktrace() 26: [0x439a7e] Test::stacktrace_test_f1(std::ostream&) 26: [0x43650f] Test::test_stacktrace(bool, bool) 26: [0x437c79] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 26: [0x47d269] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x44b680] testing::Test::Run() 26: [0x44d1b9] testing::TestInfo::Run() 26: [0x44db7e] testing::TestSuite::Run() 26: [0x463999] testing::internal::UnitTestImpl::RunAllTests() 26: [0x47dfe9] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x462e91] testing::UnitTest::Run() 26: [0x437eb0] main 26: [0x7ffff7429d90] 26: [0x7ffff7429e40] __libc_start_main 26: [0x4363e5] _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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a93b0] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x439a7e] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x439c46] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa1a) [0x436f0a] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x437c79] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x47d269] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44b680] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44d1b9] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44db7e] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xac9) [0x463999] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x47dfe9] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x101) [0x462e91] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437eb0] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff7429d90] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff7429e40] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x4363e5] 26: 26: demangled test_f3: 26: [0x4a93b0] Kokkos::Impl::save_stacktrace() 26: [0x439a7e] Test::stacktrace_test_f1(std::ostream&) 26: [0x439c46] Test::stacktrace_test_f3(std::ostream&, int) 26: [0x436f0a] Test::test_stacktrace(bool, bool) 26: [0x437c79] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 26: [0x47d269] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x44b680] testing::Test::Run() 26: [0x44d1b9] testing::TestInfo::Run() 26: [0x44db7e] testing::TestSuite::Run() 26: [0x463999] testing::internal::UnitTestImpl::RunAllTests() 26: [0x47dfe9] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x462e91] testing::UnitTest::Run() 26: [0x437eb0] main 26: [0x7ffff7429d90] 26: [0x7ffff7429e40] __libc_start_main 26: [0x4363e5] _start 26: 26: Test setting std::terminate handler that prints the last saved stack trace [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 8%] 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_Default.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/UnitTestMainInit.cpp.o [ 9%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o 26: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (448 ms) 26: [----------] 2 tests from defaultdevicetype_DeathTest (891 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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a93b0] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x439a7e] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x43650f] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x47d269] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44b680] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44d1b9] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44db7e] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xac9) [0x463999] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x47dfe9] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x101) [0x462e91] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437eb0] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff7429d90] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff7429e40] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x4363e5] 26: 26: demangled test_f1: 26: [0x4a93b0] Kokkos::Impl::save_stacktrace() 26: [0x439a7e] Test::stacktrace_test_f1(std::ostream&) 26: [0x43650f] Test::test_stacktrace(bool, bool) 26: [0x47d269] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x44b680] testing::Test::Run() 26: [0x44d1b9] testing::TestInfo::Run() 26: [0x44db7e] testing::TestSuite::Run() 26: [0x463999] testing::internal::UnitTestImpl::RunAllTests() 26: [0x47dfe9] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x462e91] testing::UnitTest::Run() 26: [0x437eb0] main 26: [0x7ffff7429d90] 26: [0x7ffff7429e40] __libc_start_main 26: [0x4363e5] _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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a93b0] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x439a7e] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x439c46] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa1a) [0x436f0a] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x47d269] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44b680] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44d1b9] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44db7e] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xac9) [0x463999] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x47dfe9] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x101) [0x462e91] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437eb0] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff7429d90] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff7429e40] 26: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x4363e5] 26: 26: demangled test_f3: 26: [0x4a93b0] Kokkos::Impl::save_stacktrace() 26: [0x439a7e] Test::stacktrace_test_f1(std::ostream&) 26: [0x439c46] Test::stacktrace_test_f3(std::ostream&, int) 26: [0x436f0a] Test::test_stacktrace(bool, bool) 26: [0x47d269] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x44b680] testing::Test::Run() 26: [0x44d1b9] testing::TestInfo::Run() 26: [0x44db7e] testing::TestSuite::Run() 26: [0x463999] testing::internal::UnitTestImpl::RunAllTests() 26: [0x47dfe9] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x462e91] testing::UnitTest::Run() 26: [0x437eb0] main 26: [0x7ffff7429d90] 26: [0x7ffff7429e40] __libc_start_main 26: [0x4363e5] _start 26: 26: Test setting std::terminate handler that prints the last saved stack trace 26: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 26: [----------] 1 test from defaultdevicetype (0 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 3 tests from 2 test suites ran. (892 ms total) 26: [ PASSED ] 3 tests. 26/66 Test #26: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 1.16 sec test 27 Start 27: Kokkos_IncrementalTest_SERIAL 27: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (26 ms) 27: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 27: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 27: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 27: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 27: [ RUN ] SERIAL.IncrTest_05_reduction 27: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange2D 27: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange3D 27: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange4D 27: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 27: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 27: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 27: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (51 ms) 27: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 27: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 27: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 27: [ OK ] SERIAL.IncrTest_12b_TeamScratch (0 ms) 27: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.incr_14_MDrangeReduce 27: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 27: [ RUN ] SERIAL.IncrTest_16_parallelscan 27: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 27: [ RUN ] SERIAL.incr_17_atomicView 27: [ OK ] SERIAL.incr_17_atomicView (0 ms) 27: [----------] 28 tests from SERIAL (80 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 28 tests from 1 test suite ran. (80 ms total) 27: [ PASSED ] 28 tests. 27/66 Test #27: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.32 sec test 28 Start 28: Kokkos_IncrementalTest_SYCL 28: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_IncrementalTest_SYCL 28: Test timeout computed to be: 1500 28: [==========] Running 28 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 28 tests from SYCL 28: [ RUN ] SYCL.IncrTest_01_execspace_typedef 28: [ OK ] SYCL.IncrTest_01_execspace_typedef (0 ms) 28: [ RUN ] SYCL.IncrTest_01_execspace 28: 28: Runtime Configuration: 28: macro KOKKOS_ENABLE_ONEDPL : defined 28: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED : undefined 28: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE : defined 28: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL : defined 28: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES : defined 28: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT : defined 28: macro SYCL_EXT_ONEAPI_BFLOAT16 : undefined 28: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE : defined 28: Immediate command lists and standard command queue allowed. 28: SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS not defined. 28: 28: Available devices: 28: [ext_oneapi_cuda]:gpu:0] NVIDIA A30 : Selected 28: SYCL 28: [ OK ] SYCL.IncrTest_01_execspace (0 ms) 28: [ RUN ] SYCL.IncrTest_02_AtomicExchange 28: [ OK ] SYCL.IncrTest_02_AtomicExchange (0 ms) 28: [ RUN ] SYCL.IncrTest_02_AtomicAdd 28: [ OK ] SYCL.IncrTest_02_AtomicAdd (0 ms) 28: [ RUN ] SYCL.IncrTest_02_AtomicSub 28: [ OK ] SYCL.IncrTest_02_AtomicSub (0 ms) 28: [ RUN ] SYCL.IncrTest_03a_memspace_malloc 28: [ OK ] SYCL.IncrTest_03a_memspace_malloc (0 ms) 28: [ RUN ] SYCL.IncrTest_03b_memspace_free [ 9%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 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_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Abort.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_BasicView.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 2%] Linking CXX static library libkokkoscore.a [ 2%] Built target kokkoscore [ 2%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 2%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 2%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o 28: [ OK ] SYCL.IncrTest_03b_memspace_free (12926 ms) 28: [ RUN ] SYCL.IncrTest_04_simple_parallelFor 28: [ OK ] SYCL.IncrTest_04_simple_parallelFor (0 ms) 28: [ RUN ] SYCL.IncrTest_04_RangePolicy_parallelFor 28: [ OK ] SYCL.IncrTest_04_RangePolicy_parallelFor (0 ms) 28: [ RUN ] SYCL.IncrTest_05_reduction 28: [ OK ] SYCL.IncrTest_05_reduction (4 ms) 28: [ RUN ] SYCL.IncrTest_06_mdrange2D 28: [ OK ] SYCL.IncrTest_06_mdrange2D (0 ms) 28: [ RUN ] SYCL.IncrTest_06_mdrange3D 28: [ OK ] SYCL.IncrTest_06_mdrange3D (0 ms) 28: [ RUN ] SYCL.IncrTest_06_mdrange4D 28: [ OK ] SYCL.IncrTest_06_mdrange4D (0 ms) 28: [ RUN ] SYCL.IncrTest_08_deep_copy_2D 28: [ OK ] SYCL.IncrTest_08_deep_copy_2D (0 ms) 28: [ RUN ] SYCL.IncrTest_08_deep_copy_3D 28: [ OK ] SYCL.IncrTest_08_deep_copy_3D (0 ms) 28: [ RUN ] SYCL.IncrTest_08_deep_copy_4D 28: [ OK ] SYCL.IncrTest_08_deep_copy_4D (0 ms) 28: [ RUN ] SYCL.IncrTest_10_Hierarchical_Basics 28: [ OK ] SYCL.IncrTest_10_Hierarchical_Basics (0 ms) 28: [ RUN ] SYCL.IncrTest_11a_Hierarchical_ForLoop 28: [ OK ] SYCL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 28: [ RUN ] SYCL.IncrTest_11b_Hierarchical_ForLoop 28: [ OK ] SYCL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 28: [ RUN ] SYCL.IncrTest_11c_Hierarchical_ForLoop 28: [ OK ] SYCL.IncrTest_11c_Hierarchical_ForLoop (122 ms) 28: [ RUN ] SYCL.IncrTest_12a_ThreadScratch 28: [ OK ] SYCL.IncrTest_12a_ThreadScratch (1 ms) 28: [ RUN ] SYCL.IncrTest_12b_TeamScratch 28: [ OK ] SYCL.IncrTest_12b_TeamScratch (0 ms) 28: [ RUN ] SYCL.IncrTest_13a_Hierarchical_Red 28: [ OK ] SYCL.IncrTest_13a_Hierarchical_Red (0 ms) 28: [ RUN ] SYCL.IncrTest_13b_Hierarchical_Red 28: [ OK ] SYCL.IncrTest_13b_Hierarchical_Red (0 ms) 28: [ RUN ] SYCL.IncrTest_13c_Hierarchical_Red 28: [ OK ] SYCL.IncrTest_13c_Hierarchical_Red (0 ms) 28: [ RUN ] SYCL.incr_14_MDrangeReduce 28: [ OK ] SYCL.incr_14_MDrangeReduce (0 ms) 28: [ RUN ] SYCL.IncrTest_16_parallelscan 28: [ OK ] SYCL.IncrTest_16_parallelscan (1 ms) 28: [ RUN ] SYCL.incr_17_atomicView 28: [ OK ] SYCL.incr_17_atomicView (0 ms) 28: [----------] 28 tests from SYCL (13064 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 28 tests from 1 test suite ran. (13064 ms total) 28: [ PASSED ] 28 tests. 28/66 Test #28: Kokkos_IncrementalTest_SYCL ................................ Passed 13.31 sec test 29 Start 29: Kokkos_CoreUnitTest_CTestDevice 29: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (94 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 29: [ OK ] ctest_environment_DeathTest.missing_type (193 ms) 29: [ RUN ] ctest_environment_DeathTest.no_id_str 29: [ OK ] ctest_environment_DeathTest.no_id_str (98 ms) 29: [ RUN ] ctest_environment_DeathTest.invalid_id_str 29: [ OK ] ctest_environment_DeathTest.invalid_id_str (203 ms) 29: [----------] 5 tests from ctest_environment_DeathTest (685 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. (685 ms total) 29: [ PASSED ] 8 tests. 29/66 Test #29: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.70 sec test 30 Start 30: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 30: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 30: Test timeout computed to be: 1500 30/66 Test #30: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 31 Start 31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 31: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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/66 Test #31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.01 sec test 32 Start 32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 32: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 32: Test timeout computed to be: 1500 32/66 Test #32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.01 sec test 33 Start 33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 33: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 33: Environment variables: 33: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 33: Test timeout computed to be: 1500 33/66 Test #33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.01 sec test 34 Start 34: Kokkos_CoreUnitTest_DeviceAndThreads 34: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/TestDeviceAndThreads.py" "-v" 34: Test timeout computed to be: 1500 [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 3%] Linking CXX static library libkokkossimd.a [ 3%] Linking CXX static library libkokkosalgorithms.a 34: test_device_id (__main__.KokkosInitializationTestCase) ... ok [ 3%] Built target kokkossimd [ 3%] Built target kokkosalgorithms [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o 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' 34: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 34: 34: ---------------------------------------------------------------------- 34: Ran 5 tests in 3.056s 34: 34: OK (skipped=1) 34/66 Test #34: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 3.34 sec test 35 Start 35: Kokkos_PerformanceTest_TaskDag 35: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 35: Test timeout computed to be: 1500 35/66 Test #35: Kokkos_PerformanceTest_TaskDag ............................. Passed 0.01 sec test 36 Start 36: Kokkos_PerformanceTest_Benchmark 36: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-08-22_T19-27-03.json" 36: Test timeout computed to be: 1500 36: 36: Available devices: 36: 2025-08-22T20:06:20+00:00 36: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 36: Run on (15 X 3250 MHz CPU s) 36: CPU Caches: 36: L1 Data 64 KiB (x15) 36: L1 Instruction 64 KiB (x15) 36: L2 Unified 512 KiB (x15) 36: L3 Unified 16384 KiB (x15) 36: Load Average: 1.63, 5.03, 6.60 36: Address Bits: 64 36: CPU architecture: none 36: Default Device: SYCL 36: Driver Version: CUDA 12.9 36: Error Correction Support: 1 36: GIT_BRANCH: HEAD 36: GIT_CLEAN_STATUS: CLEAN 36: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 36: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 36: GIT_COMMIT_HASH: 44bf7b764 36: GPU architecture: AMPERE80 36: Global Cache Mem Line Size: 128 36: Global Mem Cache Size: 25165824 36: Global Mem Size: 25339101184 36: Image Max Buffer Size: 32768 36: Image2d Max Height: 65536 36: Image2d Max Width: 131072 36: Image3d Max Depth: 16384 36: Image3d Max Height: 16384 36: Image3d Max Width: 16384 36: Is Accelerator: 0 36: Is Available: 1 36: Is CPU: 0 36: Is GPU: 1 36: KOKKOS_COMPILER_INTEL_LLVM: 20250004 36: KOKKOS_ENABLE_ASM: yes 36: KOKKOS_ENABLE_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: yes 36: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 36: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 36: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 36: KOKKOS_ENABLE_SERIAL: yes 36: Kokkos Version: 4.7.99 36: Local Mem Size: 166912 36: Max Compute Units: 56 36: Max Mem Alloc Size: 25339101184 36: Max Parameter Size: 4000 36: Max Read Image Args: 128 36: Max Samplers: 128 36: Max Work Group Size: 1024 36: Max Work Item Dimensions: 3 36: Mem Base Addr Align: 4096 36: Name: NVIDIA A30 36: Native Vector Width Char: 1 36: Native Vector Width Double: 1 36: Native Vector Width Float: 1 36: Native Vector Width Half: 0 36: Native Vector Width Int: 1 36: Native Vector Width Long: 1 36: Native Vector Width Short: 1 36: Partition Max Sub Devices: 0 36: Preferred Vector Width Char: 1 36: Preferred Vector Width Double: 1 36: Preferred Vector Width Float: 1 36: Preferred Vector Width Half: 0 36: Preferred Vector Width Int: 1 36: Preferred Vector Width Long: 1 36: Preferred Vector Width Short: 1 36: Profiling Timer Resolution: 1000 36: Reference Count: 1 36: Vendor: NVIDIA Corporation 36: Vendor Id: 4318 36: Version: 8.0 36: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 36: macro KOKKOS_ENABLE_ONEDPL: defined 36: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 36: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 36: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 36: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 36: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 36: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 36: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 36: platform: 64bit [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Count Time normalized 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: GramSchmidt<double>/Count:1024/iterations:5/manual_time 0.008 s 0.008 s 5 1024 7.46514u 36: GramSchmidt<double>/Count:2048/iterations:5/manual_time 0.009 s 0.009 s 5 2.048k 4.32014u 36: GramSchmidt<double>/Count:4096/iterations:5/manual_time 0.009 s 0.009 s 5 4.096k 2.19984u 36: GramSchmidt<double>/Count:8192/iterations:5/manual_time 0.010 s 0.011 s 5 8.192k 1.22702u 36: GramSchmidt<double>/Count:16384/iterations:5/manual_time 0.011 s 0.013 s 5 16.384k 695.746n 36: GramSchmidt<double>/Count:32768/iterations:5/manual_time 0.013 s 0.015 s 5 32.768k 388.053n 36: GramSchmidt<double>/Count:65536/iterations:5/manual_time 0.016 s 0.019 s 5 65.536k 241.441n 36: GramSchmidt<double>/Count:131072/iterations:5/manual_time 0.017 s 0.024 s 5 131.072k 129.172n [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ArrayOps.cpp.o 36: GramSchmidt<double>/Count:262144/iterations:5/manual_time 0.018 s 0.035 s 5 262.144k 66.993n [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: Benchmark Time CPU Iterations FOM: GB/s Max 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: CustomReduction<double>/N:100000/R:1000/manual_time 0.004 s 0.009 s 180 52.7218k/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.649 s 0.649 s 1 0.114365 0.0541557 0.102549 0.0480848 0.051603 65.07u [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.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.039 s 0.039 s 18 6.60991m 3.19812m 7.85867m 3.85749m 3.78619m 15.13u 36: OverlapTeamPolicy/N:20/M:1000000/R:10 0.244 s 0.244 s 3 0.0461685 0.0235801 0.040692 0.019871 0.0203945 53.24u 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Count Time normalized 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 19.043n 36: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 9.46289n 36: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 4.87305n 36: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time 0.000 s 0.001 s 5 8.192k 2.63904n 36: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.48322n 36: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time 0.000 s 0.001 s 5 32.768k 869.476p 36: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time 0.000 s 0.001 s 5 65.536k 543.991p 36: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 498.741p 36: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time 0.000 s 0.002 s 5 262.144k 445.644p 36: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time 0.000 s 0.002 s 5 524.288k 413.345p [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 4%] Linking CXX static library libkokkoscontainers.a [ 5%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 5%] Built target kokkoscontainers [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o [ 5%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations FOM: rate 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Malloc/N:1/manual_time 8.39 us 19.0 us 83720 119.215k/s [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_complexfloat.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o 36: Malloc/N:16/manual_time 9.44 us 21.0 us 74331 105.935k/s 36: Malloc/N:256/manual_time 9.41 us 20.9 us 74340 106.298k/s 36: Malloc/N:4096/manual_time 9.43 us 21.0 us 74314 106.078k/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o 36: Malloc/N:65536/manual_time 9.43 us 21.1 us 73903 106.064k/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_ReferenceCountedAccessor.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o 36: Malloc/N:1048576/manual_time 9.42 us 20.9 us 74232 106.119k/s 36: Malloc/N:16777216/manual_time 538 us 630 us 949 1.8579k/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o 33: Test_Atomic<double>/100000/iterations:10 12.1 s 12.1 s 10 1 8 19.6902 1.71048m 860.39u 4.99995G 145.342k 4.99995G 33/59 Test #33: Kokkos_PerformanceTest_Atomic .............................. Passed 349.45 sec test 34 Start 34: Kokkos_PerformanceTest_Reduction 34: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-08-22_T19-33-19.json" 34: Test timeout computed to be: 1500 34: 2025-08-22T20:13:02+00:00 34: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Reduction 34: Run on (255 X 3366.53 MHz CPU s) 34: CPU Caches: 34: L1 Data 32 KiB (x127) 34: L1 Instruction 32 KiB (x127) 34: L2 Unified 512 KiB (x127) 34: L3 Unified 32768 KiB (x15) 34: Load Average: 2.35, 5.34, 10.53 34: APU or dGPU: dGPU 34: Architecture capable of accessing system allocated memory: 1 34: CPU architecture: none 34: Default Device: HIP 34: GPU architecture: AMD_GFX908 34: Is Large Bar: 1 34: KOKKOS_COMPILER_CLANG: 1800 34: KOKKOS_ENABLE_ASM: no 34: KOKKOS_ENABLE_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 Version: 4.7.99 34: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 34: Shared Memory per Block: 64 KiB 34: Supports Managed Memory: 1 34: System allows accessing system allocated memory on GPU: 0 34: Total Global Memory: 31.98 GiB 34: Wavefront Size: 64 34: XNACK environment variable set: no 34: macro HIP_VERSION: 60241133 = version 6.2.41133 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<double>/10000/iterations:10 38.1 us 37.9 us 10 34: ReductionCheapScalarResult<double>/100000/iterations:10 38.8 us 38.8 us 10 34: ReductionCheapScalarResult<double>/1000000/iterations:10 49.3 us 48.9 us 10 34: ReductionCheapScalarResult<double>/10000000/iterations:10 154 us 153 us 10 34: ReductionCheapHostResult<double>/10000/iterations:10 28.6 us 28.1 us 10 34: ReductionCheapHostResult<double>/100000/iterations:10 30.9 us 30.9 us 10 34: ReductionCheapHostResult<double>/1000000/iterations:10 42.3 us 42.2 us 10 34: ReductionCheapHostResult<double>/10000000/iterations:10 147 us 147 us 10 34: ReductionCheapDeviceResult<double>/10000/iterations:10 21.0 us 21.0 us 10 34: ReductionCheapDeviceResult<double>/100000/iterations:10 23.5 us 23.1 us 10 34: ReductionCheapDeviceResult<double>/1000000/iterations:10 34.5 us 34.4 us 10 34: ReductionCheapDeviceResult<double>/10000000/iterations:10 142 us 136 us 10 34: ReductionExpensive<double>/10000/iterations:10 106 us 105 us 10 34: ReductionExpensive<double>/100000/iterations:10 303 us 302 us 10 34: ReductionExpensive<double>/1000000/iterations:10 2585 us 2577 us 10 34: ReductionExpensive<double>/10000000/iterations:10 22223 us 22139 us 10 34/59 Test #34: Kokkos_PerformanceTest_Reduction ........................... Passed 0.74 sec test 35 Start 35: Kokkos_ContainersUnitTest_Serial 35: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 35: Test timeout computed to be: 1500 35: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 35: [==========] Running 76 tests from 2 test suites. 35: [----------] Global test environment set-up. 35: [----------] 2 tests from serial_DeathTest 35: [ RUN ] serial_DeathTest.dualview_external_view_construction 35: [ OK ] serial_DeathTest.dualview_external_view_construction (1237 ms) 35: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o 36: Malloc/N:268435456/manual_time 6557 us 1074 us 676 152.507/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_double.cpp.o 36: Malloc/N:4294967296/manual_time 112931 us 4901 us 9 8.85493/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o 36: MallocFree/N:1/manual_time 17.1 us 17.2 us 40432 58.4526k/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_ReferenceCountedDataHandle.cpp.o 36: MallocFree/N:16/manual_time 16.8 us 16.9 us 41663 59.5826k/s 36: MallocFree/N:256/manual_time 17.6 us 17.7 us 41701 56.7316k/s 36: MallocFree/N:4096/manual_time 19.1 us 19.2 us 36677 52.3984k/s 36: MallocFree/N:65536/manual_time 19.1 us 19.2 us 36746 52.4167k/s 36: MallocFree/N:1048576/manual_time 18.9 us 19.0 us 36964 52.7859k/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_BasicView.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o 36: MallocFree/N:16777216/manual_time 592 us 592 us 850 1.68791k/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o 35: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (15283 ms) 35: [----------] 2 tests from serial_DeathTest (16521 ms total) 35: 35: [----------] 74 tests from serial 35: [ RUN ] serial.bitset [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o 35: [ OK ] serial.bitset (1648 ms) 35: [ RUN ] serial.bitset_default_constructor_no_alloc 35: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 35: [ RUN ] serial.dualview_combination 35: [ OK ] serial.dualview_combination (0 ms) 35: [ RUN ] serial.dualview_alloc 35: [ OK ] serial.dualview_alloc (0 ms) 35: [ RUN ] serial.test_dualview_copy_construction_and_assignment 35: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 35: [ RUN ] serial.dualview_combinations_without_init 35: [ OK ] serial.dualview_combinations_without_init (0 ms) 35: [ RUN ] serial.dualview_deep_copy 35: [ OK ] serial.dualview_deep_copy (0 ms) 35: [ RUN ] serial.dualview_sync_should_fence 35: [ OK ] serial.dualview_sync_should_fence (0 ms) 35: [ RUN ] serial.dualview_realloc 35: [ OK ] serial.dualview_realloc (0 ms) 35: [ RUN ] serial.dualview_resize 35: [ OK ] serial.dualview_resize (0 ms) 35: [ RUN ] serial.dualview_device_correct_kokkos_device 35: 35: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 35: does not support page migration between device and host. 35: HIPManagedSpace might not work as expected. 35: Please refer to the ROCm documentation on unified/managed memory. 35: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 35: [ RUN ] serial.dualview_host_correct_kokkos_device 35: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 35: [ RUN ] serial.dualview_host_modify_template_device_sync 35: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 35: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 35: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 35: [ RUN ] serial.dualview_device_modify_template_host_sync 35: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 35: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 35: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 35: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 35: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 35: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 35: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 35: [ RUN ] serial.dualview_sequential_host_init 35: [ OK ] serial.dualview_sequential_host_init (0 ms) 35: [ RUN ] serial.dualview_default_constructed 35: [ OK ] serial.dualview_default_constructed (0 ms) 35: [ RUN ] serial.dualview_resize_single_device 35: [ OK ] serial.dualview_resize_single_device (0 ms) 35: [ RUN ] serial.dynamic_view 35: [ OK ] serial.dynamic_view (5 ms) 35: [ RUN ] serial.dyn_rank_view_api_generic 35: [ OK ] serial.dyn_rank_view_api_generic (4 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-8351/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 35: skipping since not default execution space 35: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 35: [ RUN ] serial.dyn_rank_view_api_operator_rank67 35: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 35: [ RUN ] serial.dyn_rank_view_ctor_from_members 35: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 35: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 35: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 35: [ RUN ] serial.dyn_rank_view_team_scratch 35: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 35: [ RUN ] serial.view_customization_extra_int_arg 35: [ OK ] serial.view_customization_extra_int_arg (0 ms) 35: [ RUN ] serial.ErrorReporterViaLambda 35: [ OK ] serial.ErrorReporterViaLambda (0 ms) 35: [ RUN ] serial.ErrorReporter 35: [ OK ] serial.ErrorReporter (0 ms) 35: [ RUN ] serial.offsetview_construction 35: [ OK ] serial.offsetview_construction (3 ms) 35: [ RUN ] serial.offsetview_unmanaged_construction 35: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 35: [ RUN ] serial.offsetview_subview 35: [ OK ] serial.offsetview_subview (3 ms) 35: [ RUN ] serial.offsetview_offsets_rank1 35: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 35: [ RUN ] serial.offsetview_offsets_rank2 35: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 35: [ RUN ] serial.offsetview_offsets_rank3 35: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 35: [ RUN ] serial.scatterview 35: [ OK ] serial.scatterview (949 ms) 35: [ RUN ] serial.scatterview_devicetype 35: [ OK ] serial.scatterview_devicetype (0 ms) 35: [ RUN ] serial.staticcrsgraph 35: [ OK ] serial.staticcrsgraph (4 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 36: MallocFree/N:268435456/manual_time 6770 us 1071 us 551 147.717/s 36: MallocFree/N:4294967296/manual_time 116073 us 4956 us 9 8.6153/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_ViewCustomizationAccessorArg.cpp.o 35: [ OK ] serial.UnorderedMap_insert (3541 ms) 35: [ RUN ] serial.UnorderedMap_failed_insert 36: MallocTouch/N:1/manual_time 8.11 us 17.7 us 84868 123.283k/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_float.cpp.o 35: [ OK ] serial.UnorderedMap_failed_insert (1898 ms) 35: [ RUN ] serial.UnorderedMap_deep_copy 35: [ OK ] serial.UnorderedMap_deep_copy (2 ms) 35: [ RUN ] serial.UnorderedMap_valid_empty 35: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 35: [ RUN ] serial.UnorderedMap_clear_zero_size 35: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 35: [ RUN ] serial.UnorderedMap_consistent_size 35: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 35: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 35: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 35: [ RUN ] serial.UnorderedMap_lambda_capturable 35: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 35: [ RUN ] serial.UnorderedMap_constructor_view_alloc 35: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 35: [ RUN ] serial.UnorderedMap_View_as_value 35: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 35: [ RUN ] serial.vector_combination 35: [ OK ] serial.vector_combination (0 ms) 35: [ RUN ] serial.vector_insert 35: [ OK ] serial.vector_insert (0 ms) 35: [ RUN ] serial.vector_push_back_default_exec 35: [ OK ] serial.vector_push_back_default_exec (0 ms) 35: [----------] 74 tests from serial (8067 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 76 tests from 2 test suites ran. (24589 ms total) 35: [ PASSED ] 75 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 25.02 sec test 36 Start 36: Kokkos_ContainersUnitTest_HIP 36: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP 36: Test timeout computed to be: 1500 [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o 36: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 36: [==========] Running 76 tests from 2 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from hip_DeathTest 36: [ RUN ] hip_DeathTest.dualview_external_view_construction 36: /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDualView.hpp:586: Skipped 36: test only relevant if DualView uses one allocation 36: [ SKIPPED ] hip_DeathTest.dualview_external_view_construction (0 ms) 36: [ RUN ] hip_DeathTest.offsetview_unmanaged_construction 36: MallocTouch/N:16/manual_time 8.75 us 18.9 us 86722 114.299k/s 36: MallocTouch/N:256/manual_time 9.13 us 19.7 us 76677 109.569k/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o 36: MallocTouch/N:4096/manual_time 19.2 us 31.4 us 36447 52.0842k/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o 36: MallocTouch/N:65536/manual_time 19.4 us 31.6 us 36100 51.5269k/s 36: MallocTouch/N:1048576/manual_time 21.6 us 33.6 us 32460 46.3193k/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o 36: MallocTouch/N:16777216/manual_time 506 us 596 us 1350 1.97651k/s [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_ViewCustomizationAllocationType.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 6%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 6%] Built target Kokkos_CoreUnitTest_OpenMPInterOp [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o 36: MallocTouch/N:268435456/manual_time 6543 us 1111 us 673 152.825/s [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o 36: MallocTouch/N:4294967296/manual_time 113847 us 6081 us 9 8.78375/s [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o 36: MallocTouchFree/N:1/manual_time 17.8 us 17.8 us 39049 56.2309k/s [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_int8.cpp.o 36: MallocTouchFree/N:16/manual_time 17.5 us 17.5 us 40082 57.2386k/s 36: MallocTouchFree/N:256/manual_time 18.7 us 18.7 us 40033 53.586k/s 36: MallocTouchFree/N:4096/manual_time 31.4 us 31.5 us 22287 31.8722k/s [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o 36: [ OK ] hip_DeathTest.offsetview_unmanaged_construction (15423 ms) 36: [----------] 2 tests from hip_DeathTest (15423 ms total) 36: 36: [----------] 74 tests from hip 36: [ RUN ] hip.bitset 36: [ OK ] hip.bitset (20 ms) 36: [ RUN ] hip.bitset_default_constructor_no_alloc 36: [ OK ] hip.bitset_default_constructor_no_alloc (0 ms) 36: [ RUN ] hip.dualview_combination 36: [ OK ] hip.dualview_combination (5 ms) 36: [ RUN ] hip.dualview_alloc 36: [ OK ] hip.dualview_alloc (0 ms) 36: [ RUN ] hip.test_dualview_copy_construction_and_assignment 36: [ OK ] hip.test_dualview_copy_construction_and_assignment (0 ms) 36: [ RUN ] hip.dualview_combinations_without_init 36: [ OK ] hip.dualview_combinations_without_init (0 ms) 36: [ RUN ] hip.dualview_deep_copy 36: [ OK ] hip.dualview_deep_copy (1 ms) 36: [ RUN ] hip.dualview_sync_should_fence 36: [ OK ] hip.dualview_sync_should_fence (8 ms) 36: [ RUN ] hip.dualview_realloc 36: [ OK ] hip.dualview_realloc (0 ms) 36: [ RUN ] hip.dualview_resize 36: [ OK ] hip.dualview_resize (1 ms) 36: [ RUN ] hip.dualview_device_correct_kokkos_device 36: 36: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 36: does not support page migration between device and host. 36: HIPManagedSpace might not work as expected. 36: Please refer to the ROCm documentation on unified/managed memory. 36: [ OK ] hip.dualview_device_correct_kokkos_device (0 ms) 36: [ RUN ] hip.dualview_host_correct_kokkos_device 36: [ OK ] hip.dualview_host_correct_kokkos_device (0 ms) 36: [ RUN ] hip.dualview_host_modify_template_device_sync 36: [ OK ] hip.dualview_host_modify_template_device_sync (0 ms) 36: [ RUN ] hip.dualview_host_modify_template_device_execspace_sync 36: [ OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms) 36: [ RUN ] hip.dualview_device_modify_template_host_sync 36: [ OK ] hip.dualview_device_modify_template_host_sync (0 ms) 36: [ RUN ] hip.dualview_device_modify_template_host_execspace_sync 36: [ OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms) 36: [ RUN ] hip.dualview_template_views_return_correct_executionspace_views 36: [ OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms) 36: [ RUN ] hip.dualview_template_views_return_correct_views_from_const_dual_view 36: [ OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 36: [ RUN ] hip.dualview_sequential_host_init 36: [ OK ] hip.dualview_sequential_host_init (0 ms) 36: [ RUN ] hip.dualview_default_constructed 36: [ OK ] hip.dualview_default_constructed (0 ms) 36: [ RUN ] hip.dualview_resize_single_device 36: [ OK ] hip.dualview_resize_single_device (0 ms) 36: [ RUN ] hip.dynamic_view 36: [ OK ] hip.dynamic_view (40 ms) 36: [ RUN ] hip.dyn_rank_view_api_generic 36: [ OK ] hip.dyn_rank_view_api_generic (12 ms) 36: [ RUN ] hip.dyn_rank_view_api_operator_rank12345 36: [ OK ] hip.dyn_rank_view_api_operator_rank12345 (1 ms) 36: [ RUN ] hip.dyn_rank_view_check_fence_resize_realloc 36: [ OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms) 36: [ RUN ] hip.dyn_rank_view_api_operator_rank67 36: [ OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms) 36: [ RUN ] hip.dyn_rank_view_ctor_from_members 36: [ OK ] hip.dyn_rank_view_ctor_from_members (0 ms) 36: [ RUN ] hip.dyn_rank_view_ctor_from_layout_stride 36: [ OK ] hip.dyn_rank_view_ctor_from_layout_stride (0 ms) 36: [ RUN ] hip.dyn_rank_view_team_scratch 36: [ OK ] hip.dyn_rank_view_team_scratch (0 ms) 36: [ RUN ] hip.view_customization_extra_int_arg 36: [ OK ] hip.view_customization_extra_int_arg (0 ms) 36: [ RUN ] hip.ErrorReporterViaLambda 36: [ OK ] hip.ErrorReporterViaLambda (1 ms) 36: [ RUN ] hip.ErrorReporter 36: [ OK ] hip.ErrorReporter (0 ms) 36: [ RUN ] hip.offsetview_construction 36: [ OK ] hip.offsetview_construction (3 ms) 36: [ RUN ] hip.offsetview_unmanaged_construction 36: [ OK ] hip.offsetview_unmanaged_construction (0 ms) 36: [ RUN ] hip.offsetview_subview 36: [ OK ] hip.offsetview_subview (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank1 36: [ OK ] hip.offsetview_offsets_rank1 (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank2 36: [ OK ] hip.offsetview_offsets_rank2 (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank3 36: [ OK ] hip.offsetview_offsets_rank3 (0 ms) 36: [ RUN ] hip.scatterview [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o 36: MallocTouchFree/N:65536/manual_time 31.6 us 31.7 us 22121 31.6515k/s [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o 36: MallocTouchFree/N:1048576/manual_time 33.7 us 33.8 us 20786 29.6756k/s 36: MallocTouchFree/N:16777216/manual_time 637 us 636 us 820 1.57061k/s [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o 36: MallocTouchFree/N:268435456/manual_time 6768 us 1109 us 551 147.758/s 36: MallocTouchFree/N:4294967296/manual_time 116190 us 6001 us 9 8.60658/s 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: Benchmark Time CPU Iterations FOM: GB/s MB 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.018 s 0.002 s 35 44.7448/s 800 [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o 36: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.020 s 0.002 s 36 40.8653/s 800 36: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.020 s 0.002 s 36 40.867/s 800 36: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.020 s 0.002 s 36 40.9354/s 800 36: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.020 s 0.003 s 36 40.9364/s 800 [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_ViewCustomizationAccessorFromMapping.cpp.o 36: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.020 s 0.002 s 36 40.9332/s 800 [ 15%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedAccessor.cpp.o 36: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.020 s 0.002 s 36 40.9281/s 800 36: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.020 s 0.002 s 36 40.9933/s 800 [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o 36: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.019 s 0.002 s 35 42.084/s 800 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [ 15%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o 36: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.020 s 0.002 s 36 40.9321/s 800 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport 36: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.020 s 0.003 s 36 40.8754/s 800 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o 36: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.020 s 0.002 s 36 40.868/s 800 36: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.020 s 0.002 s 36 40.8676/s 800 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_int16.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o 36: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.020 s 0.002 s 36 40.9924/s 800 36: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.020 s 0.003 s 36 40.9334/s 800 36: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.020 s 0.003 s 36 40.8702/s 800 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o 36: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.049 s 0.049 s 14 32.7542/s 1.6k [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o 36: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.048 s 0.048 s 15 33.0645/s 1.6k 36: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 355 826.77/s 1.6k [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o 36: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 352 826.851/s 1.6k [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o 36: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 352 826.537/s 1.6k [ 17%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport 36: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time 0.003 s 0.003 s 228 265.055/s 800 [ 17%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o 36: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time 0.072 s 0.072 s 10 11.096/s 800 [ 17%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 17%] Built target Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport [ 17%] Built target Kokkos_CoreUnitTest_TuningBuiltins 36: [ OK ] hip.scatterview (29325 ms) 36: [ RUN ] hip.scatterview_devicetype [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o 36: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 358 826.804/s 1.6k [ 18%] Built target Kokkos_CoreUnitTest_Develop [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o 36: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 353 826.438/s 1.6k [ 18%] Linking CXX executable Kokkos_CoreTestCompileOnly 36: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 352 826.879/s 1.6k 36: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 352 826.525/s 1.6k [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o 36: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.005 s 0.005 s 150 343.165/s 1.6k [ 18%] Built target Kokkos_CoreTestCompileOnly [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics 36: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.008 s 0.008 s 92 213.019/s 1.6k [ 20%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner 36: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 352 826.548/s 1.6k 36: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.003 s 0.003 s 204 465.7/s 1.6k [ 20%] Built target Kokkos_CoreUnitTest_TuningBasics [ 20%] Built target Kokkos_CoreUnitTest_CategoricalTuner [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o 36: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.003 s 0.003 s 239 548.479/s 1.6k 36: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 352 826.864/s 1.6k [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedDataHandle.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_int.cpp.o 36: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 353 826.514/s 1.6k 36: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 353 826.799/s 1.6k [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o 36: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 353 826.479/s 1.6k 36: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.008 s 0.008 s 90 208.56/s 1.6k 36: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.008 s 0.008 s 88 203.907/s 1.6k [ 21%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence 36: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.003 s 0.003 s 217 499.458/s 1.6k [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o 36: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.005 s 0.005 s 151 343.252/s 1.6k [ 21%] Linking CXX executable Kokkos_ProfilingAllCalls 36: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 352 826.915/s 1.6k [ 21%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 21%] Built target Kokkos_ProfilingAllCalls 36: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 352 826.56/s 1.6k [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o 36: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.008 s 0.008 s 86 198.323/s 1.6k [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o 36: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.006 s 0.006 s 114 262.136/s 1.6k 36: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 352 826.511/s 1.6k 36: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 352 826.739/s 1.6k [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorArg.cpp.o 36: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.007 s 0.007 s 95 219.705/s 1.6k 36: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.006 s 0.006 s 114 263.78/s 1.6k 36: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 352 826.346/s 1.6k 36: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 352 826.773/s 1.6k [ 21%] 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_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o 36: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.008 s 0.008 s 89 206.865/s 1.6k [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o 36: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.005 s 0.005 s 128 297.807/s 1.6k 36: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 349 810.808/s 1.6k [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o 36: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 349 810.712/s 1.6k 36: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time 0.002 s 0.002 s 349 810.876/s 1.6k [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o 36: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time 0.002 s 0.002 s 349 810.691/s 1.6k [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o 36: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 775 913.44/s 800 [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o 36: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time 0.001 s 0.001 s 799 914.077/s 800 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o 36: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 790 913.311/s 800 [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o 36: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time 0.001 s 0.001 s 799 914.015/s 800 36: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 790 913.428/s 800 [ 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_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o 36: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 783 913.275/s 800 36: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 783 913.288/s 800 36: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 783 913.432/s 800 [ 23%] Linking CXX executable Kokkos_ToolsInitialization 36: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 348 202.261/s 400 36: [ OK ] hip.scatterview_devicetype (43747 ms) 36: [ RUN ] hip.staticcrsgraph 36: [ OK ] hip.staticcrsgraph (17 ms) 36: [ RUN ] hip.resize_realloc_no_init_dualview 36: [ OK ] hip.resize_realloc_no_init_dualview (1 ms) 36: [ RUN ] hip.resize_realloc_no_alloc_dualview 36: [ OK ] hip.resize_realloc_no_alloc_dualview (0 ms) 36: [ RUN ] hip.resize_exec_space_dualview 36: [ OK ] hip.resize_exec_space_dualview (0 ms) 36: [ RUN ] hip.realloc_exec_space_dualview 36: [ OK ] hip.realloc_exec_space_dualview (0 ms) 36: [ RUN ] hip.resize_realloc_no_init_dynrankview 36: [ OK ] hip.resize_realloc_no_init_dynrankview (0 ms) 36: [ RUN ] hip.resize_exec_space_dynrankview 36: [ OK ] hip.resize_exec_space_dynrankview (0 ms) 36: [ RUN ] hip.realloc_exec_space_dynrankview 36: [ OK ] hip.realloc_exec_space_dynrankview (0 ms) 36: [ RUN ] hip.resize_realloc_no_init_scatterview 36: [ OK ] hip.resize_realloc_no_init_scatterview (0 ms) 36: [ RUN ] hip.resize_realloc_no_alloc_scatterview 36: [ OK ] hip.resize_realloc_no_alloc_scatterview (0 ms) 36: [ RUN ] hip.resize_exec_space_scatterview 36: [ OK ] hip.resize_exec_space_scatterview (0 ms) 36: [ RUN ] hip.realloc_exec_space_scatterview 36: [ OK ] hip.realloc_exec_space_scatterview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynrankview 36: [ OK ] hip.create_mirror_no_init_dynrankview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynrankview_viewctor 36: [ OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_dynrankview 36: [ OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_offsetview 36: [ OK ] hip.create_mirror_no_init_offsetview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_offsetview_view_ctor 36: [ OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_offsetview 36: [ OK ] hip.create_mirror_view_and_copy_offsetview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynamicview 36: [ OK ] hip.create_mirror_no_init_dynamicview (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_dynamicview 36: [ OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynamicview_view_ctor 36: [ OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms) 36: [ RUN ] hip.UnorderedMap_insert [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o 36: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 775 913.323/s 800 36: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 783 913.472/s 800 [ 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_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 23%] Built target Kokkos_ToolsInitialization [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/UnitTestMainInit.cpp.o 36: [ OK ] hip.UnorderedMap_insert (1865 ms) 36: [ RUN ] hip.UnorderedMap_failed_insert 36: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 783 913.345/s 800 36: [ OK ] hip.UnorderedMap_failed_insert (646 ms) 36: [ RUN ] hip.UnorderedMap_deep_copy 36: [ OK ] hip.UnorderedMap_deep_copy (4 ms) 36: [ RUN ] hip.UnorderedMap_valid_empty 36: [ OK ] hip.UnorderedMap_valid_empty (1 ms) 36: [ RUN ] hip.UnorderedMap_clear_zero_size 36: [ OK ] hip.UnorderedMap_clear_zero_size (0 ms) 36: [ RUN ] hip.UnorderedMap_consistent_size 36: [ OK ] hip.UnorderedMap_consistent_size (0 ms) 36: [ RUN ] hip.UnorderedMap_shallow_copyable_on_device 36: [ OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms) 36: [ RUN ] hip.UnorderedMap_lambda_capturable 36: [ OK ] hip.UnorderedMap_lambda_capturable (0 ms) 36: [ RUN ] hip.UnorderedMap_constructor_view_alloc 36: [ OK ] hip.UnorderedMap_constructor_view_alloc (0 ms) 36: [ RUN ] hip.UnorderedMap_View_as_value 36: [ OK ] hip.UnorderedMap_View_as_value (0 ms) 36: [ RUN ] hip.vector_combination 36: [ OK ] hip.vector_combination (0 ms) 36: [ RUN ] hip.vector_insert 36: [ OK ] hip.vector_insert (2 ms) 36: [ RUN ] hip.vector_push_back_default_exec 36: [ OK ] hip.vector_push_back_default_exec (0 ms) 36: [----------] 74 tests from hip (75723 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 76 tests from 2 test suites ran. (91147 ms total) 36: [ PASSED ] 75 tests. 36: [ SKIPPED ] 1 test, listed below: 36: [ SKIPPED ] hip_DeathTest.dualview_external_view_construction 36/59 Test #36: Kokkos_ContainersUnitTest_HIP .............................. Passed 91.61 sec test 37 Start 37: Kokkos_ContainersPerformanceTest_HIP 37: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP 37: Test timeout computed to be: 1500 37: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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.00301579 37: View sum computation time: 0.00301579 37: Strided View time (init only): 0.00187048 37: View Rank7 time (init only): 0.00184217 37: DynRankView time (init only): 0.00186174 37: DynRankView sum computation time: 0.00147841 37: Ratio of View to DynRankView time: 1.61988 37: Ratio of View to DynRankView sum computation time: 0.922052 37: Ratio of View to View Rank7 time: 1.63709 37: Ratio of StrideView to DynRankView time: 1.00469 37: Ratio of DynRankView to View Rank7 time: 1.01062 37: [ OK ] TEST_CATEGORY.dynrankview_perf (16 ms) 37: [ RUN ] TEST_CATEGORY.global_2_local 37: HIP 37: size, create, generate, fill, find 37: 256, 0.00113492, 1.32e-05, 0.00307772, 0.00538287 37: 512, 0.0010605, 1.14e-05, 3.044e-05, 0.00396328 37: 1024, 0.00105122, 1.117e-05, 3.362e-05, 0.00386369 36: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 783 913.38/s 800 37: 2048, 0.00102147, 1.127e-05, 3.5309e-05, 0.00396034 37: 4096, 0.00109803, 1.072e-05, 3.665e-05, 0.00395587 37: 8192, 0.00107023, 1.0749e-05, 3.454e-05, 0.00391048 37: 16384, 0.00111043, 1.064e-05, 3.731e-05, 0.00401847 37: 32768, 0.00100864, 1.0709e-05, 3.754e-05, 0.00411643 37: 65536, 0.00103994, 1.128e-05, 4.26e-05, 0.00445594 37: 131072, 0.00102938, 1.151e-05, 6.8069e-05, 0.00516009 37: 262144, 0.00103892, 1.26e-05, 0.000116059, 0.00755979 37: 524288, 0.00110767, 1.4789e-05, 0.000292727, 0.0122551 37: 1048576, 0.00106837, 2.011e-05, 0.000711302, 0.0217298 37: 2097152, 0.00118427, 2.7799e-05, 0.00156966, 0.04959 37: 4194304, 0.00124135, 4.154e-05, 0.0035513, 0.122941 37: [ OK ] TEST_CATEGORY.global_2_local (285 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 (301 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 4 tests from 1 test suite ran. (301 ms total) 37: [ PASSED ] 4 tests. 37/59 Test #37: Kokkos_ContainersPerformanceTest_HIP ....................... Passed 0.73 sec test 38 Start 38: Kokkos_UnitTest_Sort 38: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 38: Test timeout computed to be: 1500 36: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 783 913.619/s 800 38: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorArg.cpp.o 36: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 783 913.61/s 800 36: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 783 913.446/s 800 36: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 783 913.529/s 800 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o 38: [ OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (2804 ms) 38: [----------] 1 test from hip_DeathTest (2805 ms total) 38: 38: [----------] 16 tests from hip 38: [ RUN ] hip.SortUnsignedValueType 38: [ OK ] hip.SortUnsignedValueType (24 ms) 38: [ RUN ] hip.SortEmptyView 38: [ OK ] hip.SortEmptyView (0 ms) 38: [ RUN ] hip.SortByKeyEmptyView 38: [ OK ] hip.SortByKeyEmptyView (0 ms) 38: [ RUN ] hip.SortByKeyEmptyViewHost 38: [ OK ] hip.SortByKeyEmptyViewHost (0 ms) 38: [ RUN ] hip.SortByKey 38: [ OK ] hip.SortByKey (8 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 (86 ms) 38: [ RUN ] hip.BinSortGenericTests 38: [ OK ] hip.BinSortGenericTests (15 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 36: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 783 913.373/s 800 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o 36: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 783 913.399/s 800 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o 36: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time 0.001 s 0.001 s 788 919.234/s 800 36: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time 0.001 s 0.001 s 788 919.136/s 800 36: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.7269k/s 1.6k 36: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.72023k/s 1.6k 36: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.63418k/s 1.6k 36: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.63235k/s 1.6k 36: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.5692k/s 1.6k 36: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.89683k/s 1.6k 36: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.86436k/s 1.6k 36: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.04352k/s 1.6k 36: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.24622k/s 1.6k 36: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.16354k/s 1.6k 36: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.93476k/s 1.6k 36: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.68506k/s 1.6k 36: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.03628k/s 1.6k 36: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.83121k/s 1.6k 36: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.20653k/s 1.6k 36: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.27153k/s 1.6k 36: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.004 s 0.000 s 10 362.836/s 1.6k 36: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.004 s 0.000 s 10 396.341/s 1.6k 36: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 403.354/s 1.6k 36: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 405.698/s 1.6k 36: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 376.219/s 1.6k 36: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 395.566/s 1.6k 36: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 432.581/s 1.6k 36: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 388.542/s 1.6k 36: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 420.998/s 1.6k 36: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 401.457/s 1.6k 36: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 437.859/s 1.6k 36: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 393.179/s 1.6k 36: ViewResize_Rank8<Kokkos::LayoutLeft>/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 468.217k/s 688.748 36: ViewResize_Rank8<Kokkos::LayoutRight>/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 813.161k/s 688.748 36: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 903.868k/s 688.748 36: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 3.0489M/s 688.748 36: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time 0.025 s 0.004 s 10 63.6606/s 1.6k 36: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time 0.030 s 0.004 s 10 53.9441/s 1.6k [ 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_IncrementalTest_OPENMPTARGET.dir/generated/Test01_execspace_OPENMPTARGET.cpp.o 36/66 Test #36: Kokkos_PerformanceTest_Benchmark ........................... Passed 138.39 sec test 37 Start 37: Kokkos_Benchmark_Atomic_MinMax 37: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-08-22_T19-27-03.json" 37: Test timeout computed to be: 1500 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o 37: 37: Available devices: 37: 2025-08-22T20:08:39+00:00 37: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 37: Run on (15 X 3250 MHz CPU s) 37: CPU Caches: 37: L1 Data 64 KiB (x15) 37: L1 Instruction 64 KiB (x15) 37: L2 Unified 512 KiB (x15) 37: L3 Unified 16384 KiB (x15) 37: Load Average: 0.91, 3.43, 5.78 37: Address Bits: 64 37: CPU architecture: none 37: Default Device: SYCL 37: Driver Version: CUDA 12.9 37: Error Correction Support: 1 37: GIT_BRANCH: HEAD 37: GIT_CLEAN_STATUS: CLEAN 37: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 37: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 37: GIT_COMMIT_HASH: 44bf7b764 37: GPU architecture: AMPERE80 37: Global Cache Mem Line Size: 128 37: Global Mem Cache Size: 25165824 37: Global Mem Size: 25339101184 37: Image Max Buffer Size: 32768 37: Image2d Max Height: 65536 37: Image2d Max Width: 131072 37: Image3d Max Depth: 16384 37: Image3d Max Height: 16384 37: Image3d Max Width: 16384 37: Is Accelerator: 0 37: Is Available: 1 37: Is CPU: 0 37: Is GPU: 1 37: KOKKOS_COMPILER_INTEL_LLVM: 20250004 37: KOKKOS_ENABLE_ASM: yes 37: KOKKOS_ENABLE_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: yes 37: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 37: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 37: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 37: KOKKOS_ENABLE_SERIAL: yes 37: Kokkos Version: 4.7.99 37: Local Mem Size: 166912 37: Max Compute Units: 56 37: Max Mem Alloc Size: 25339101184 37: Max Parameter Size: 4000 37: Max Read Image Args: 128 37: Max Samplers: 128 37: Max Work Group Size: 1024 37: Max Work Item Dimensions: 3 37: Mem Base Addr Align: 4096 37: Name: NVIDIA A30 37: Native Vector Width Char: 1 37: Native Vector Width Double: 1 37: Native Vector Width Float: 1 37: Native Vector Width Half: 0 37: Native Vector Width Int: 1 37: Native Vector Width Long: 1 37: Native Vector Width Short: 1 37: Partition Max Sub Devices: 0 37: Preferred Vector Width Char: 1 37: Preferred Vector Width Double: 1 37: Preferred Vector Width Float: 1 37: Preferred Vector Width Half: 0 37: Preferred Vector Width Int: 1 37: Preferred Vector Width Long: 1 37: Preferred Vector Width Short: 1 37: Profiling Timer Resolution: 1000 37: Reference Count: 1 37: Vendor: NVIDIA Corporation 37: Vendor Id: 4318 37: Version: 8.0 37: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 37: macro KOKKOS_ENABLE_ONEDPL: defined 37: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 37: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 37: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 37: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 37: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 37: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 37: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 37: platform: 64bit 37: ---------------------------------------------------------------------------------------------------------------------------------------- 37: Benchmark Time CPU Iterations 37: ---------------------------------------------------------------------------------------------------------------------------------------- 37: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37/66 Test #37: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.41 sec test 38 Start 38: Kokkos_PerformanceTest_ViewFirstTouch 38: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-08-22_T19-27-03.json" 38: Test timeout computed to be: 1500 38: 38: Available devices: 38: 2025-08-22T20:08:39+00:00 38: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 38: Run on (15 X 3250 MHz CPU s) 38: CPU Caches: 38: L1 Data 64 KiB (x15) 38: L1 Instruction 64 KiB (x15) 38: L2 Unified 512 KiB (x15) 38: L3 Unified 16384 KiB (x15) 38: Load Average: 0.91, 3.43, 5.78 38: Address Bits: 64 38: CPU architecture: none 38: Default Device: SYCL 38: Driver Version: CUDA 12.9 38: Error Correction Support: 1 38: GIT_BRANCH: HEAD 38: GIT_CLEAN_STATUS: CLEAN 38: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 38: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 38: GIT_COMMIT_HASH: 44bf7b764 38: GPU architecture: AMPERE80 38: Global Cache Mem Line Size: 128 38: Global Mem Cache Size: 25165824 38: Global Mem Size: 25339101184 38: Image Max Buffer Size: 32768 38: Image2d Max Height: 65536 38: Image2d Max Width: 131072 38: Image3d Max Depth: 16384 38: Image3d Max Height: 16384 38: Image3d Max Width: 16384 38: Is Accelerator: 0 38: Is Available: 1 38: Is CPU: 0 38: Is GPU: 1 38: KOKKOS_COMPILER_INTEL_LLVM: 20250004 38: KOKKOS_ENABLE_ASM: yes 38: KOKKOS_ENABLE_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: yes 38: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 38: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 38: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 38: KOKKOS_ENABLE_SERIAL: yes 38: Kokkos Version: 4.7.99 38: Local Mem Size: 166912 38: Max Compute Units: 56 38: Max Mem Alloc Size: 25339101184 38: Max Parameter Size: 4000 38: Max Read Image Args: 128 38: Max Samplers: 128 38: Max Work Group Size: 1024 38: Max Work Item Dimensions: 3 38: Mem Base Addr Align: 4096 38: Name: NVIDIA A30 38: Native Vector Width Char: 1 38: Native Vector Width Double: 1 38: Native Vector Width Float: 1 38: Native Vector Width Half: 0 38: Native Vector Width Int: 1 38: Native Vector Width Long: 1 38: Native Vector Width Short: 1 38: Partition Max Sub Devices: 0 38: Preferred Vector Width Char: 1 38: Preferred Vector Width Double: 1 38: Preferred Vector Width Float: 1 38: Preferred Vector Width Half: 0 38: Preferred Vector Width Int: 1 38: Preferred Vector Width Long: 1 38: Preferred Vector Width Short: 1 38: Profiling Timer Resolution: 1000 38: Reference Count: 1 38: Vendor: NVIDIA Corporation 38: Vendor Id: 4318 38: Version: 8.0 38: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 38: macro KOKKOS_ENABLE_ONEDPL: defined 38: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 38: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 38: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 38: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 38: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 38: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 38: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 38: platform: 64bit [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAllocationType.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o 38: ------------------------------------------------------------------------------------------------------------------------------------ 38: Benchmark Time CPU Iterations FOM: GB/s MB 38: ------------------------------------------------------------------------------------------------------------------------------------ 38: ViewFirstTouch_Initialize<double>/N:64/manual_time 0.000 s 0.000 s 8988 6.58397m/s 512u 38: ViewFirstTouch_Initialize<double>/N:512/manual_time 0.000 s 0.000 s 8947 0.0522884/s 4.096m 38: [ OK ] hip.BinSortUnsignedKeyLayoutStrideValues (7376 ms) 38: [ RUN ] hip.NestedSort 38: [ OK ] hip.NestedSort (40 ms) 38: [ RUN ] hip.NestedSortByKey 38: [ OK ] hip.NestedSortByKey (93 ms) 38: [----------] 16 tests from hip (7649 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 17 tests from 2 test suites ran. (10454 ms total) 38: [ PASSED ] 17 tests. 38/59 Test #38: Kokkos_UnitTest_Sort ....................................... Passed 10.93 sec test 39 Start 39: Kokkos_UnitTest_Random 39: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Random 39: Test timeout computed to be: 1500 39: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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:1755893711228649274 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 0.00322259 -0.0166131 || 0.051031 27993 29283 || 28582.3 28674.4 || -229.659 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00547257 -0.0068506 || 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.018579 -0.0032155 || 0.051031 28044 29323 || 29217.2 28674.4 || -44.451 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0114936 0.00603889 || 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.0114347 -0.00171146 || 0.051031 28034 29289 || 29006.1 28674.4 || -23.6592 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.0177956 -0.00384887 || 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.0130361 0.0360698 || 0.051031 28025 29375 || 29053.1 28674.4 || 498.628 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.0116419 0.00335221 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000245704 -0.99999 -48247.3 || 0.051031 0 194895 || 2.92876e+09 28674.4 || -6.6697e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.000735982 -0.315605 0.153728 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.8109e-07 0.00559742 0.0146144 || 0.051031 28014 29356 || 28514.8 28674.4 || 202.03 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.56767e-07 0.0143592 -0.00022542 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.53342e-07 -0.00150196 -0.0175335 || 0.051031 28039 29332 || 28717.5 28674.4 || -242.384 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.73523e-07 -0.00562279 -0.00592228 || 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.00653548 0.0138769 || 0.051031 27969 29294 || 28863 28674.4 || 191.834 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0133484 0.00410363 || 0.051031 1e+64 -1e+64 39: Test Seed:1755893711386580578 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 0.00745856 0.0196999 || 0.051031 28030 29341 || 28462.1 28674.4 || 272.331 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00523862 -0.0052456 || 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.00990088 -0.0486173 || 0.051031 27971 29437 || 28961.1 28674.4 || -672.085 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.00420103 -0.00234316 || 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.00885004 0.00597206 || 0.051031 28065 29323 || 28422.8 28674.4 || 82.5577 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.021533 0.0125644 || 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.00746911 -0.020568 || 0.051031 28067 29415 || 28890.2 28674.4 || -284.332 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.0191324 0.00867513 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000245273 -0.99999 -48247.4 || 0.051031 0 194881 || 2.92882e+09 28674.4 || -6.66972e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.000734724 -0.317287 0.148505 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.83613e-07 0.00316152 0.00638825 || 0.051031 28049 29366 || 28584 28674.4 || 88.3111 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.64335e-07 -0.013972 1.91333e-05 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.73523e-07 0.000789603 -0.010789 || 0.051031 27993 29533 || 28651.8 28674.4 || -149.147 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.34064e-07 0.00602223 0.00366577 || 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.0147333 -0.0288286 || 0.051031 28049 29336 || 29103.2 28674.4 || -398.527 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0155791 0.00214774 || 0.051031 1e+64 -1e+64 39: [ OK ] hip.Random_XorShift64 (311 ms) 39: [ RUN ] hip.Random_XorShift1024_0 39: Test Seed:1755893711539811809 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 -0.0122761 0.00195336 || 0.051031 10944 11770 || 11518.4 11377 || 27.0032 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.000881327 0.00323849 || 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.0047888 0.00387373 || 0.051031 10955 11783 || 11322.7 11377 || 53.5505 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0119965 0.0026499 || 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.00999147 -0.00219342 || 0.051031 10944 11817 || 11491.8 11377 || -30.3219 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.0164838 7.12112e-05 || 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.0297079 0.00894498 || 0.051031 10953 11789 || 11725.3 11377 || 123.655 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.0218173 0.000407905 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000244658 -0.999975 -7594.78 || 0.051031 0 77600 || 4.61035e+08 11377 || -1.0499e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.000733761 -0.143131 0.0294913 || 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.0126209 -0.00946288 || 0.051031 10934 11793 || 11522.4 11377 || -130.815 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.62396e-07 -0.0122476 -0.000300377 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.9246e-07 0.0246069 0.00599991 || 0.051031 11007 11778 || 11103.7 11377 || 82.9427 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.8147e-07 -0.00155003 0.000831227 || 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.00252512 -0.0118942 || 0.051031 10950 11807 || 11405.8 11377 || -164.425 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.0194308 0.000311024 || 0.051031 1e+64 -1e+64 39: Test Seed:1755893711641519344 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.0114185 -0.00677321 || 0.051031 11009 11753 || 11248.5 11377 || -93.6329 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.0024688 -0.00345105 || 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.00348646 0.00323202 || 0.051031 10966 11781 || 11416.8 11377 || 44.6794 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.0153706 0.00147991 || 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.0194565 0.00527638 || 0.051031 10895 11763 || 11602.7 11377 || 72.9406 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.00636708 0.000332627 || 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.010764 0.00547768 || 0.051031 10931 11809 || 11500.8 11377 || 75.7234 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.00760635 1.2328e-05 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000245568 -0.999975 -7594.13 || 0.051031 0 77521 || 4.60972e+08 11377 || -1.04981e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.000736301 -0.164461 0.02755 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.9246e-07 -0.00219649 0.00455174 || 0.051031 10974 11792 || 11402 11377 || 62.9232 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.8147e-07 0.00686418 0.00296977 || 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.00784999 0.0153605 || 0.051031 11004 11771 || 11288.3 11377 || 212.343 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.05176e-07 -0.00437028 0.00064999 || 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.00389638 0.00117949 || 0.051031 10985 11852 || 11421.5 11377 || 16.3053 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0110176 0.00182739 || 0.051031 1e+64 -1e+64 39: [ OK ] hip.Random_XorShift1024_0 (235 ms) 39: [ RUN ] hip.Multi_streams 38: ViewFirstTouch_Initialize<double>/N:4096/manual_time 0.000 s 0.000 s 8606 0.402477/s 0.032768 39: [ OK ] hip.Multi_streams (681 ms) 39: [----------] 3 tests from hip (1227 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 3 tests from 1 test suite ran. (1227 ms total) 39: [ PASSED ] 3 tests. 39/59 Test #39: Kokkos_UnitTest_Random ..................................... Passed 1.69 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_A 40: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 40: Test timeout computed to be: 1500 40: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 40: [==========] Running 16 tests from 4 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_DeathTest 40: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 40: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 40: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 40: 40: [----------] 3 tests from std_algorithms_reducers 40: [ RUN ] std_algorithms_reducers.max_first_loc 40: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 40: [ RUN ] std_algorithms_reducers.min_first_loc 40: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 40: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 40: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 40: [----------] 3 tests from std_algorithms_reducers (0 ms total) 40: 40: [----------] 1 test from std_algorithms 40: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 40: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 40: [----------] 1 test from std_algorithms (0 ms total) 40: 40: [----------] 11 tests from random_access_iterator_test 40: [ RUN ] random_access_iterator_test.constructor 40: [ OK ] random_access_iterator_test.constructor (1 ms) 40: [ RUN ] random_access_iterator_test.constructiblity 40: [ OK ] random_access_iterator_test.constructiblity (0 ms) 40: [ RUN ] random_access_iterator_test.dereference 40: [ OK ] random_access_iterator_test.dereference (1 ms) 40: [ RUN ] random_access_iterator_test.subscript_operator 40: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 40: [ RUN ] random_access_iterator_test.operatorsSet1 40: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 40: [ RUN ] random_access_iterator_test.operatorsSet2 40: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 40: [ RUN ] random_access_iterator_test.operatorsSet3 40: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 40: [ RUN ] random_access_iterator_test.operatorsSet4 40: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 40: [ RUN ] random_access_iterator_test.assignment_operator 40: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 40: [ RUN ] random_access_iterator_test.distance 40: [ OK ] random_access_iterator_test.distance (0 ms) 40: [ RUN ] random_access_iterator_test.traits_helpers 40: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 40: [----------] 11 tests from random_access_iterator_test (5 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 16 tests from 4 test suites ran. (6 ms total) 40: [ PASSED ] 16 tests. 40/59 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.42 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_B 41: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 41: Test timeout computed to be: 1500 38: ViewFirstTouch_Initialize<double>/N:32768/manual_time 0.000 s 0.000 s 8589 3.21003/s 0.262144 41: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 (10 ms) 41: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 41: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (7 ms) 41: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms) 41: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (7 ms) 41: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (11 ms) 41: [----------] 7 tests from std_algorithms_min_max_element_test (44 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 7 tests from 1 test suite ran. (44 ms total) 41: [ PASSED ] 7 tests. 41/59 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.46 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_C 42: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 42: Test timeout computed to be: 1500 42: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 (26 ms) 42: [----------] 1 test from std_algorithms_lexicographical_compare_test (26 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 (55 ms) 42: [----------] 1 test from std_algorithms_for_each_test (55 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 (30 ms) 42: [----------] 1 test from std_algorithms_find_test (30 ms total) 42: 42: [----------] 4 tests from std_algorithms_non_mod_seq_ops 42: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 38: ViewFirstTouch_Initialize<double>/N:262144/manual_time 0.000 s 0.000 s 5154 15.3974/s 2.09715 42: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (442 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 42: [ OK ] std_algorithms_non_mod_seq_ops.find_end (450 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.search 38: ViewFirstTouch_Initialize<double>/N:2097152/manual_time 0.001 s 0.001 s 1348 32.3654/s 16.7772 42: [ OK ] std_algorithms_non_mod_seq_ops.search (444 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 42: [ OK ] std_algorithms_non_mod_seq_ops.search_n (319 ms) 42: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1657 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 (21 ms) 42: [----------] 1 test from std_algorithms_count_test (21 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 (18 ms) 42: [----------] 1 test from std_algorithms_equal_test (18 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 (29 ms) 42: [----------] 1 test from std_algorithms_all_any_none_of_test (29 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 (58 ms) 42: [----------] 1 test from std_algorithms_nonmod_seq_ops (58 ms total) 42: 42: [----------] 1 test from std_algorithms_mismatch_test 42: [ RUN ] std_algorithms_mismatch_test.test [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 23%] Linking CXX executable Kokkos_StackTraceTestExec [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o 42: [ OK ] std_algorithms_mismatch_test.test (64 ms) 42: [----------] 1 test from std_algorithms_mismatch_test (64 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 (51 ms) 42: [----------] 1 test from std_algorithms_mod_seq_ops (51 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 13 tests from 10 test suites ran. (2013 ms total) 42: [ PASSED ] 13 tests. 42/59 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.42 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_D 43: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 43: Test timeout computed to be: 1500 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longlongint.cpp.o 43: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 43: [==========] Running 31 tests from 5 test suites. 43: [----------] Global test environment set-up. 43: [----------] 3 tests from std_algorithms_mod_ops_test 43: [ RUN ] std_algorithms_mod_ops_test.move 43: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 43: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 43: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms) 43: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 43: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 43: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total) 43: 43: [----------] 12 tests from std_algorithms_mod_seq_ops_test 43: [ RUN ] std_algorithms_mod_seq_ops_test.copy 43: [ OK ] std_algorithms_mod_seq_ops_test.copy (2 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 43: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 43: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 43: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 43: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.fill 43: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 43: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 43: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 43: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.generate 43: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 43: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 43: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 43: [----------] 12 tests from std_algorithms_mod_seq_ops_test (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 (34 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_if 43: [ OK ] std_algorithms_replace_ops_test.replace_if (109 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_copy 43: [ OK ] std_algorithms_replace_ops_test.replace_copy (63 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 43: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (57 ms) 43: [----------] 4 tests from std_algorithms_replace_ops_test (264 ms total) 43: 43: [----------] 11 tests from std_algorithms_mod_seq_ops 43: [ RUN ] std_algorithms_mod_seq_ops.copy_if 43: [ OK ] std_algorithms_mod_seq_ops.copy_if (38 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.unique 43: [ OK ] std_algorithms_mod_seq_ops.unique (83 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 43: [ OK ] std_algorithms_mod_seq_ops.unique_copy (53 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove 43: [ OK ] std_algorithms_mod_seq_ops.remove (36 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_if 43: [ OK ] std_algorithms_mod_seq_ops.remove_if (38 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 43: [ OK ] std_algorithms_mod_seq_ops.remove_copy (143 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 43: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (37 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.rotate [ 23%] Built target Kokkos_StackTraceTestExec 38: ViewFirstTouch_Initialize<double>/N:16777216/manual_time 0.003 s 0.001 s 765 47.889/s 134.218 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o 43: [ OK ] std_algorithms_mod_seq_ops.rotate (1144 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 43: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (458 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.shift_left [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test02_atomic_host_OPENMPTARGET.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o 43: [ OK ] std_algorithms_mod_seq_ops.shift_left (1388 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.shift_right 43: [ OK ] std_algorithms_mod_seq_ops.shift_right (1380 ms) 43: [----------] 11 tests from std_algorithms_mod_seq_ops (4803 ms total) 43: 43: [----------] 1 test from std_algorithms_modseq_test 43: [ RUN ] std_algorithms_modseq_test.reverse 43: [ OK ] std_algorithms_modseq_test.reverse (57 ms) 43: [----------] 1 test from std_algorithms_modseq_test (57 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 31 tests from 5 test suites ran. (5134 ms total) 43: [ PASSED ] 31 tests. 43/59 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 5.57 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_E 44: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 44: Test timeout computed to be: 1500 44: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 (14 ms) 44: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 44: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (13 ms) 44: [----------] 2 tests from std_algorithms_sorting_ops_test (28 ms total) 44: 44: [----------] 4 tests from std_algorithms_partitioning_test 44: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 44: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 44: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 44: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms) 44: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 44: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 44: [ RUN ] std_algorithms_partitioning_test.partition_point 44: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 44: [----------] 4 tests from std_algorithms_partitioning_test (5 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 (5 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 44: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 44: [----------] 12 tests from std_algorithms_numerics_test (17 ms total) 44: 44: [----------] 1 test from std_algorithms_numerics_ops_test 44: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 44: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (85 ms) 44: [----------] 1 test from std_algorithms_numerics_ops_test (85 ms total) 44: 44: [----------] 8 tests from std_algorithms_numeric_ops_test 44: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan [ 24%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o 44: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (763 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 (688 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 (220 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 (380 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 (2053 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 (43 ms) 44: [----------] 1 test from std_algorithms_transform_ops_test (43 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 29 tests from 7 test suites ran. (2269 ms total) 44: [ PASSED ] 29 tests. 44/59 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.70 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 45: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 45: Test timeout computed to be: 1500 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03a_MemorySpace_malloc_OPENMPTARGET.cpp.o 45: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 (315 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 (317 ms) 45: [----------] 2 tests from std_algorithms_adjacent_find_team_test (632 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 (153 ms) 45: [ RUN ] std_algorithms_count_team_test.count_returns_zero 45: [ OK ] std_algorithms_count_team_test.count_returns_zero (130 ms) 45: [----------] 2 tests from std_algorithms_count_team_test (283 ms total) 45: 45: [----------] 1 test from std_algorithms_count_if_team_test 45: [ RUN ] std_algorithms_count_if_team_test.test 45: [ OK ] std_algorithms_count_if_team_test.test (170 ms) 45: [----------] 1 test from std_algorithms_count_if_team_test (170 ms total) 45: 45: [----------] 1 test from std_algorithms_for_each_team_test 45: [ RUN ] std_algorithms_for_each_team_test.test [ 24%] Built target Kokkos_CoreUnitTest_KokkosP [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o 45: [ OK ] std_algorithms_for_each_team_test.test (283 ms) 45: [----------] 1 test from std_algorithms_for_each_team_test (283 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 (293 ms) 45: [----------] 1 test from std_algorithms_for_each_n_team_test (293 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 (377 ms) 45: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o 45: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (347 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 (363 ms) 45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1089 ms total) 45: 45: [----------] 2 tests from std_algorithms_mismatch_team_test 45: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 38: ViewFirstTouch_ParallelFor<double>/N:64/manual_time 0.000 s 0.000 s 41154 0.0599442/s 1024u 45: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (377 ms) 45: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o 45: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (405 ms) 45: [----------] 2 tests from std_algorithms_mismatch_team_test (783 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 12 tests from 7 test suites ran. (3536 ms total) 45: [ PASSED ] 12 tests. 45/59 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 3.96 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 46: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 46: Test timeout computed to be: 1500 46: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o 46: [ OK ] std_algorithms_equal_team_test.views_are_equal (630 ms) 46: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 46: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (622 ms) 46: [----------] 2 tests from std_algorithms_equal_team_test (1253 ms total) 46: 46: [----------] 2 tests from std_algorithms_search_team_test 46: [ RUN ] std_algorithms_search_team_test.sequences_exist [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o 46: [ OK ] std_algorithms_search_team_test.sequences_exist (323 ms) 46: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 46: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (330 ms) 46: [----------] 2 tests from std_algorithms_search_team_test (653 ms total) 46: 46: [----------] 2 tests from std_algorithms_find_end_team_test 46: [ RUN ] std_algorithms_find_end_team_test.sequences_exist [ 24%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice 46: [ OK ] std_algorithms_find_end_team_test.sequences_exist (408 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 (365 ms) 46: [----------] 2 tests from std_algorithms_find_end_team_test (773 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 (350 ms) 46: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03b_MemorySpace_free_OPENMPTARGET.cpp.o 46: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (475 ms) 46: [----------] 2 tests from std_algorithms_find_first_of_team_test (826 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 8 tests from 4 test suites ran. (3507 ms total) 46: [ PASSED ] 8 tests. 46/59 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 3.93 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 47: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 47: Test timeout computed to be: 1500 47: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 (141 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 (139 ms) 47: [----------] 2 tests from std_algorithms_find_team_test (281 ms total) 47: 47: [----------] 2 tests from std_algorithms_find_if_team_test 47: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true [ 24%] Built target Kokkos_CoreUnitTest_CTestDevice 47: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (132 ms) 47: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 47: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (139 ms) 47: [----------] 2 tests from std_algorithms_find_if_team_test (271 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 (141 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 (129 ms) 47: [----------] 2 tests from std_algorithms_find_if_not_team_test (270 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 (139 ms) 47: [----------] 1 test from std_algorithms_all_of_team_test (139 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 (128 ms) 47: [----------] 1 test from std_algorithms_any_of_team_test (128 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 (145 ms) 47: [----------] 1 test from std_algorithms_none_of_team_test (145 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 [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o 47: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (164 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 (144 ms) 47: [----------] 2 tests from std_algorithms_search_n_team_test (308 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 11 tests from 7 test suites ran. (1546 ms total) 47: [ PASSED ] 11 tests. 47/59 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 1.97 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 48: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 48: Test timeout computed to be: 1500 38: ViewFirstTouch_ParallelFor<double>/N:512/manual_time 0.000 s 0.000 s 40591 0.477591/s 8.192m 48: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 (452 ms) 48: [----------] 1 test from std_algorithms_min_element_team_test (452 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 (433 ms) 48: [----------] 1 test from std_algorithms_max_element_team_test (433 ms total) 48: 48: [----------] 1 test from std_algorithms_minmax_element_team_test 48: [ RUN ] std_algorithms_minmax_element_team_test.test [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o 48: [ OK ] std_algorithms_minmax_element_team_test.test (465 ms) 48: [----------] 1 test from std_algorithms_minmax_element_team_test (465 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 3 tests from 3 test suites ran. (1350 ms total) 48: [ PASSED ] 3 tests. 48/59 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 1.77 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 49: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 49: Test timeout computed to be: 1500 [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAllocationType.cpp.o 49: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 49: [==========] Running 6 tests from 6 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_fill_team_test 49: [ RUN ] std_algorithms_fill_team_test.test 49: [ OK ] std_algorithms_fill_team_test.test (171 ms) 49: [----------] 1 test from std_algorithms_fill_team_test (171 ms total) 49: 49: [----------] 1 test from std_algorithms_fill_n_team_test 49: [ RUN ] std_algorithms_fill_n_team_test.test 49: [ OK ] std_algorithms_fill_n_team_test.test (397 ms) 49: [----------] 1 test from std_algorithms_fill_n_team_test (397 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_team_test 49: [ RUN ] std_algorithms_replace_team_test.test [ 25%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs 49: [ OK ] std_algorithms_replace_team_test.test (232 ms) 49: [----------] 1 test from std_algorithms_replace_team_test (233 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 (213 ms) 49: [----------] 1 test from std_algorithms_replace_if_team_test (213 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 (328 ms) 49: [----------] 1 test from std_algorithms_replace_copy_team_test (328 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 (283 ms) 49: [----------] 1 test from std_algorithms_replace_copy_if_team_test (283 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 6 tests from 6 test suites ran. (1627 ms total) 49: [ PASSED ] 6 tests. 49/59 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.04 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 50: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 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_reverse_team_test 50: [ RUN ] std_algorithms_reverse_team_test.test 50: [ OK ] std_algorithms_reverse_team_test.test (190 ms) 50: [----------] 1 test from std_algorithms_reverse_team_test (190 ms total) 50: 50: [----------] 1 test from std_algorithms_reverse_copy_team_test 50: [ RUN ] std_algorithms_reverse_copy_team_test.test 50: [ OK ] std_algorithms_reverse_copy_team_test.test (238 ms) 50: [----------] 1 test from std_algorithms_reverse_copy_team_test (238 ms total) 50: 50: [----------] 1 test from std_algorithms_rotate_team_test 50: [ RUN ] std_algorithms_rotate_team_test.test [ 25%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs 50: [ OK ] std_algorithms_rotate_team_test.test (446 ms) 50: [----------] 1 test from std_algorithms_rotate_team_test (446 ms total) 50: 50: [----------] 1 test from std_algorithms_rotate_copy_team_test 50: [ RUN ] std_algorithms_rotate_copy_team_test.test [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedint.cpp.o 50: [ OK ] std_algorithms_rotate_copy_team_test.test (487 ms) 50: [----------] 1 test from std_algorithms_rotate_copy_team_test (487 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (1363 ms total) 50: [ PASSED ] 4 tests. 50/59 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.78 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 51: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 51: Test timeout computed to be: 1500 51: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test04_ParallelFor_RangePolicy_OPENMPTARGET.cpp.o 51: [ OK ] std_algorithms_move_team_test.test (387 ms) 51: [----------] 1 test from std_algorithms_move_team_test (387 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 (311 ms) 51: [----------] 1 test from std_algorithms_move_backward_team_test (311 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 (1150 ms) 51: [----------] 1 test from std_algorithms_shift_left_team_test (1150 ms total) 51: 51: [----------] 1 test from std_algorithms_shift_right_team_test 51: [ RUN ] std_algorithms_shift_right_team_test.test [ 27%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 27%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 51: [ OK ] std_algorithms_shift_right_team_test.test (1146 ms) 51: [----------] 1 test from std_algorithms_shift_right_team_test (1146 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (2995 ms total) 51: [ PASSED ] 4 tests. 51/59 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 3.42 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 52: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 52: Test timeout computed to be: 1500 52: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o 38: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time 0.000 s 0.000 s 40470 3.79061/s 0.065536 52: [ OK ] std_algorithms_copy_team_test.test (451 ms) 52: [----------] 1 test from std_algorithms_copy_team_test (451 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 (430 ms) 52: [----------] 1 test from std_algorithms_copy_n_team_test (430 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 (311 ms) 52: [----------] 1 test from std_algorithms_copy_backward_team_test (311 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 (301 ms) 52: [----------] 1 test from std_algorithms_copy_if_team_test (301 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 (298 ms) 52: [----------] 1 test from std_algorithms_unique_copy_team_test (298 ms total) 52: 52: [----------] 1 test from std_algorithms_remove_team_test 52: [ RUN ] std_algorithms_remove_team_test.test [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o 52: [ OK ] std_algorithms_remove_team_test.test (300 ms) 52: [----------] 1 test from std_algorithms_remove_team_test (300 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 (283 ms) 52: [----------] 1 test from std_algorithms_remove_if_team_test (283 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 (309 ms) 52: [----------] 1 test from std_algorithms_remove_copy_team_test (309 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 (256 ms) 52: [----------] 1 test from std_algorithms_remove_copy_if_team_test (256 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 9 tests from 9 test suites ran. (2942 ms total) 52: [ PASSED ] 9 tests. 52/59 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 3.36 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 53: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 53: Test timeout computed to be: 1500 53: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 (485 ms) 53: [----------] 1 test from std_algorithms_unique_team_test (485 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 (563 ms) 53: [----------] 1 test from std_algorithms_adjacent_difference_team_test (563 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 (485 ms) 53: [----------] 1 test from std_algorithms_reduce_team_test (485 ms total) 53: 53: [----------] 1 test from std_algorithms_transform_reduce_team_test 53: [ RUN ] std_algorithms_transform_reduce_team_test.test [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMPTARGET.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp 53: [ OK ] std_algorithms_transform_reduce_team_test.test (789 ms) 53: [----------] 1 test from std_algorithms_transform_reduce_team_test (789 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 4 tests from 4 test suites ran. (2323 ms total) 53: [ PASSED ] 4 tests. 53/59 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 2.74 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 54: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 54: Test timeout computed to be: 1500 54: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 (452 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 (414 ms) 54: [----------] 2 tests from std_algorithms_is_sorted_team_test (866 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 (25 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (27 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 38: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time 0.000 s 0.000 s 37928 28.4513/s 0.524288 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (341 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (382 ms) 54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (777 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 [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int16.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorFromMapping.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o 54: [ OK ] std_algorithms_is_partitioned_team_test.all_true (188 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 54: [ OK ] std_algorithms_is_partitioned_team_test.all_false (193 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.random 54: [ OK ] std_algorithms_is_partitioned_team_test.random (172 ms) 54: [----------] 4 tests from std_algorithms_is_partitioned_team_test (568 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 (22 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.all_true 54: [ OK ] std_algorithms_partition_copy_team_test.all_true (532 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.all_false 54: [ OK ] std_algorithms_partition_copy_team_test.all_false (520 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.random 54: [ OK ] std_algorithms_partition_copy_team_test.random (502 ms) 54: [----------] 4 tests from std_algorithms_partition_copy_team_test (1579 ms total) 54: 54: [----------] 4 tests from std_algorithms_partition_point_team_test 54: [ RUN ] std_algorithms_partition_point_team_test.empty 54: [ OK ] std_algorithms_partition_point_team_test.empty (14 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.all_true [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMPTARGET.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o 54: [ OK ] std_algorithms_partition_point_team_test.all_true (185 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.all_false 54: [ OK ] std_algorithms_partition_point_team_test.all_false (184 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.random [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o 54: [ OK ] std_algorithms_partition_point_team_test.random (167 ms) 54: [----------] 4 tests from std_algorithms_partition_point_team_test (550 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 18 tests from 5 test suites ran. (4342 ms total) 54: [ PASSED ] 18 tests. 54/59 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.76 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 55: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 55: Test timeout computed to be: 1500 55: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 (517 ms) 55: [ RUN ] std_algorithms_transform_team_test.test_binary_op 55: [ OK ] std_algorithms_transform_team_test.test_binary_op (508 ms) 55: [----------] 2 tests from std_algorithms_transform_team_test (1026 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 (893 ms) 55: [----------] 1 test from std_algorithms_generate_team_test (893 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 (394 ms) 55: [----------] 1 test from std_algorithms_generate_n_team_test (394 ms total) 55: 55: [----------] 1 test from std_algorithms_swap_ranges_team_test 55: [ RUN ] std_algorithms_swap_ranges_team_test.test [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o 55: [ OK ] std_algorithms_swap_ranges_team_test.test (456 ms) 55: [----------] 1 test from std_algorithms_swap_ranges_team_test (456 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 5 tests from 4 test suites ran. (2770 ms total) 55: [ PASSED ] 5 tests. 55/59 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 3.19 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 56: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 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_exclusive_scan_team_test 56: [ RUN ] std_algorithms_exclusive_scan_team_test.test [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp 56: [ OK ] std_algorithms_exclusive_scan_team_test.test (1175 ms) 56: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1175 ms total) 56: 56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 56: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o 56: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (602 ms) 56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (602 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 2 tests from 2 test suites ran. (1777 ms total) 56: [ PASSED ] 2 tests. 56/59 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.19 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 57: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 57: Test timeout computed to be: 1500 57: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o 38: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time 0.000 s 0.000 s 33549 200.992/s 4.1943 [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp 57: [ OK ] std_algorithms_inclusive_scan_team_test.test (1693 ms) 57: [----------] 1 test from std_algorithms_inclusive_scan_team_test (1693 ms total) 57: 57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 57: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o 57: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1164 ms) 57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1164 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 2 tests from 2 test suites ran. (2857 ms total) 57: [ PASSED ] 2 tests. 57/59 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 3.27 sec test 58 Start 58: Kokkos_PerformanceTest_InclusiveScan 58: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-08-22_T19-33-19.json" 58: Test timeout computed to be: 1500 [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o 58: 2025-08-22T20:16:02+00:00 58: Running /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 58: Run on (255 X 3423.89 MHz CPU s) 58: CPU Caches: 58: L1 Data 32 KiB (x127) 58: L1 Instruction 32 KiB (x127) 58: L2 Unified 512 KiB (x127) 58: L3 Unified 32768 KiB (x15) 58: Load Average: 2.53, 4.10, 9.13 58: APU or dGPU: dGPU 58: Architecture capable of accessing system allocated memory: 1 58: CPU architecture: none 58: Default Device: HIP 58: GPU architecture: AMD_GFX908 58: Is Large Bar: 1 58: KOKKOS_COMPILER_CLANG: 1800 58: KOKKOS_ENABLE_ASM: no 58: KOKKOS_ENABLE_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 Version: 4.7.99 58: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 58: Shared Memory per Block: 64 KiB 58: Supports Managed Memory: 1 58: System allows accessing system allocated memory on GPU: 0 58: Total Global Memory: 31.98 GiB 58: Wavefront Size: 64 58: XNACK environment variable set: no 58: macro HIP_VERSION: 60241133 = version 6.2.41133 58: macro KOKKOS_ENABLE_HIP: defined 58: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 58: macro KOKKOS_ENABLE_ROCTHRUST: defined 58: platform: 64bit [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedlongint.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test08_deep_copy_OPENMPTARGET.cpp.o 58: ---------------------------------------------------------------------------------------------------------------------------------------------- 58: Benchmark Time CPU Iterations FOM: GB/s MB Passed 58: ---------------------------------------------------------------------------------------------------------------------------------------------- 58: BM_inclusive_scan<std::uint64_t>/100000000/manual_time 0.002 s 0.002 s 391 971.503/s 1.6k 1 [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp 58: BM_inclusive_scan<std::int64_t>/100000000/manual_time 0.002 s 0.002 s 430 998.704/s 1.6k 1 [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o 58: BM_inclusive_scan<double>/100000000/manual_time 0.002 s 0.002 s 386 946.217/s 1.6k 1 [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o 58: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time 0.002 s 0.002 s 433 975.137/s 1.6k 1 [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o 58: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time 0.002 s 0.002 s 429 975.939/s 1.6k 1 [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o 58: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time 0.002 s 0.002 s 430 978.141/s 1.6k 1 [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o 58: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time 0.002 s 0.002 s 433 974.922/s 1.6k 1 [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp 38: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time 0.000 s 0.001 s 16119 776.227/s 33.5544 [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o 58: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time 0.002 s 0.002 s 428 976.514/s 1.6k 1 58: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time 0.002 s 0.002 s 390 998.74/s 1.6k 1 58/59 Test #58: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 18.66 sec test 59 Start 59: Kokkos_UnitTest_SIMD 59: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/simd/unit_tests/Kokkos_UnitTest_SIMD 59: Test timeout computed to be: 1500 59: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 (7 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 (8 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 18 tests from 1 test suite ran. (8 ms total) 59: [ PASSED ] 18 tests. 59/59 Test #59: Kokkos_UnitTest_SIMD ....................................... Passed 0.43 sec 100% tests passed, 0 tests failed out of 59 Label Time Summary: Kokkos = 603.63 sec*proc (51 tests) Total Test time (real) = 1195.59 sec Post stage [Pipeline] sh + ccache --show-stats Local storage: Cache size (GB): 0.0 / 5.0 ( 0.00%) [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test10_HierarchicalBasics_OPENMPTARGET.cpp.o [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 1bda38cb6da6c3c8a32aa5ba0bda407dc89906ba40b865414e04228f16e8803f 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-8351' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 1bda38cb6da6c3c8a32aa5ba0bda407dc89906ba40b865414e04228f16e8803f [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 33%] 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_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorFromMapping.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o 38: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time 0.000 s 0.001 s 1923 737.688/s 268.435 38: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time 0.000 s 0.000 s 111366 0.164404/s 1024u 38: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time 0.000 s 0.000 s 108122 1.26135/s 8.192m [ 33%] Built target Kokkos_CoreUnitTest_Default [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Atomics.cpp.o 38: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time 0.000 s 0.000 s 88900 8.31643/s 0.065536 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o 38: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time 0.000 s 0.000 s 88230 62.5613/s 0.524288 38: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time 0.000 s 0.000 s 61448 402.49/s 4.1943 [ 11%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp 38: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 26885 1.28896k/s 33.5544 [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o 38: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time 0.000 s 0.000 s 4519 1.74343k/s 268.435 [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMPTARGET.cpp.o 38: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time 0.000 s 0.000 s 61644 0.0895745/s 1024u 38: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time 0.000 s 0.000 s 60817 0.710948/s 8.192m [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o 38: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time 0.000 s 0.000 s 56517 5.28929/s 0.065536 38: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time 0.000 s 0.000 s 51597 38.7114/s 0.524288 [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp 38: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time 0.000 s 0.000 s 47022 282.499/s 4.1943 [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp 38: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 22908 1096.74/s 33.5544 [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o 38: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time 0.000 s 0.000 s 4449 1.70754k/s 268.435 38/66 Test #38: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 91.71 sec test 39 Start 39: Kokkos_PerformanceTest_Mempool 39: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-08-22_T19-27-03.json" 39: Test timeout computed to be: 1500 39: 39: Available devices: 39: 2025-08-22T20:10:11+00:00 39: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Mempool 39: Run on (15 X 3250 MHz CPU s) 39: CPU Caches: 39: L1 Data 64 KiB (x15) 39: L1 Instruction 64 KiB (x15) 39: L2 Unified 512 KiB (x15) 39: L3 Unified 16384 KiB (x15) 39: Load Average: 0.93, 2.75, 5.30 39: Address Bits: 64 39: CPU architecture: none 39: Default Device: SYCL 39: Driver Version: CUDA 12.9 39: Error Correction Support: 1 39: GIT_BRANCH: HEAD 39: GIT_CLEAN_STATUS: CLEAN 39: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 39: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 39: GIT_COMMIT_HASH: 44bf7b764 39: GPU architecture: AMPERE80 39: Global Cache Mem Line Size: 128 39: Global Mem Cache Size: 25165824 39: Global Mem Size: 25339101184 39: Image Max Buffer Size: 32768 39: Image2d Max Height: 65536 39: Image2d Max Width: 131072 39: Image3d Max Depth: 16384 39: Image3d Max Height: 16384 39: Image3d Max Width: 16384 39: Is Accelerator: 0 39: Is Available: 1 39: Is CPU: 0 39: Is GPU: 1 39: KOKKOS_COMPILER_INTEL_LLVM: 20250004 39: KOKKOS_ENABLE_ASM: yes 39: KOKKOS_ENABLE_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: yes 39: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 39: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 39: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 39: KOKKOS_ENABLE_SERIAL: yes 39: Kokkos Version: 4.7.99 39: Local Mem Size: 166912 39: Max Compute Units: 56 39: Max Mem Alloc Size: 25339101184 39: Max Parameter Size: 4000 39: Max Read Image Args: 128 39: Max Samplers: 128 39: Max Work Group Size: 1024 39: Max Work Item Dimensions: 3 39: Mem Base Addr Align: 4096 39: Name: NVIDIA A30 39: Native Vector Width Char: 1 39: Native Vector Width Double: 1 39: Native Vector Width Float: 1 39: Native Vector Width Half: 0 39: Native Vector Width Int: 1 39: Native Vector Width Long: 1 39: Native Vector Width Short: 1 39: Partition Max Sub Devices: 0 39: Preferred Vector Width Char: 1 39: Preferred Vector Width Double: 1 39: Preferred Vector Width Float: 1 39: Preferred Vector Width Half: 0 39: Preferred Vector Width Int: 1 39: Preferred Vector Width Long: 1 39: Preferred Vector Width Short: 1 39: Profiling Timer Resolution: 1000 39: Reference Count: 1 39: Vendor: NVIDIA Corporation 39: Vendor Id: 4318 39: Version: 8.0 39: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 39: macro KOKKOS_ENABLE_ONEDPL: defined 39: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 39: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 39: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 39: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 39: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 39: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 39: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 39: platform: 64bit [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o 39: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Benchmark Time CPU Iterations FOM: fill ops per second 39: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2312 18.3649M/s [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o 39: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Benchmark Time CPU Iterations FOM: cycle ops per second 39: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 3418 54.2647M/s 39/66 Test #39: Kokkos_PerformanceTest_Mempool ............................. Passed 2.53 sec test 40 Start 40: Kokkos_PerformanceTest_Atomic 40: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-08-22_T19-27-03.json" 40: Test timeout computed to be: 1500 40: 40: Available devices: 40: 2025-08-22T20:10:13+00:00 40: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Atomic 40: Run on (15 X 3250 MHz CPU s) 40: CPU Caches: 40: L1 Data 64 KiB (x15) 40: L1 Instruction 64 KiB (x15) 40: L2 Unified 512 KiB (x15) 40: L3 Unified 16384 KiB (x15) 40: Load Average: 0.93, 2.75, 5.30 40: Address Bits: 64 40: CPU architecture: none 40: Default Device: SYCL 40: Driver Version: CUDA 12.9 40: Error Correction Support: 1 40: GIT_BRANCH: HEAD 40: GIT_CLEAN_STATUS: CLEAN 40: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 40: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 40: GIT_COMMIT_HASH: 44bf7b764 40: GPU architecture: AMPERE80 40: Global Cache Mem Line Size: 128 40: Global Mem Cache Size: 25165824 40: Global Mem Size: 25339101184 40: Image Max Buffer Size: 32768 40: Image2d Max Height: 65536 40: Image2d Max Width: 131072 40: Image3d Max Depth: 16384 40: Image3d Max Height: 16384 40: Image3d Max Width: 16384 40: Is Accelerator: 0 40: Is Available: 1 40: Is CPU: 0 40: Is GPU: 1 40: KOKKOS_COMPILER_INTEL_LLVM: 20250004 40: KOKKOS_ENABLE_ASM: yes 40: KOKKOS_ENABLE_CXX17: yes 40: KOKKOS_ENABLE_CXX20: no 40: KOKKOS_ENABLE_CXX23: no 40: KOKKOS_ENABLE_CXX26: no 40: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 40: KOKKOS_ENABLE_HWLOC: no 40: KOKKOS_ENABLE_LIBDL: yes 40: KOKKOS_ENABLE_PRAGMA_IVDEP: yes 40: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 40: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 40: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 40: KOKKOS_ENABLE_SERIAL: yes 40: Kokkos Version: 4.7.99 40: Local Mem Size: 166912 40: Max Compute Units: 56 40: Max Mem Alloc Size: 25339101184 40: Max Parameter Size: 4000 40: Max Read Image Args: 128 40: Max Samplers: 128 40: Max Work Group Size: 1024 40: Max Work Item Dimensions: 3 40: Mem Base Addr Align: 4096 40: Name: NVIDIA A30 40: Native Vector Width Char: 1 40: Native Vector Width Double: 1 40: Native Vector Width Float: 1 40: Native Vector Width Half: 0 40: Native Vector Width Int: 1 40: Native Vector Width Long: 1 40: Native Vector Width Short: 1 40: Partition Max Sub Devices: 0 40: Preferred Vector Width Char: 1 40: Preferred Vector Width Double: 1 40: Preferred Vector Width Float: 1 40: Preferred Vector Width Half: 0 40: Preferred Vector Width Int: 1 40: Preferred Vector Width Long: 1 40: Preferred Vector Width Short: 1 40: Profiling Timer Resolution: 1000 40: Reference Count: 1 40: Vendor: NVIDIA Corporation 40: Vendor Id: 4318 40: Version: 8.0 40: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 40: macro KOKKOS_ENABLE_ONEDPL: defined 40: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 40: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 40: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 40: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 40: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 40: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 40: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 40: platform: 64bit [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp 40: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 40: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 40: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 40: Test_Atomic<int>/30000/iterations:10 0.214 s 0.214 s 10 1 4 9.02647m 8.33647m 50.3333u 449.985M 102.912k 449.985M [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMPTARGET.cpp.o [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMPTARGET.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicViews.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP_ViewSupport [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o 40: Test_Atomic<long int>/100000/iterations:10 1.58 s 1.58 s 10 1 8 4.26037m 2.63814m 99.5u 4.99995G 1021.41k 4.99995G [ 35%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 13%] Built target Kokkos_CoreUnitTest_OpenMP_ViewSupport [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12a_ThreadScratch_OPENMPTARGET.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 37%] Built target Kokkos_IncrementalTest_SERIAL [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 37%] 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 [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12b_TeamScratch_OPENMPTARGET.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp 40: Test_Atomic<long long int>/100000/iterations:10 1.58 s 1.58 s 10 1 8 4.44586m 2.54245m 105.2u 4.99995G 1055.94k 4.99995G [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BitManipulationBuiltins.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 39%] Linking CXX executable Kokkos_IncrementalTest_OPENMPTARGET [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o 40: Test_Atomic<unsigned int>/100000/iterations:10 1.78 s 1.78 s 10 1 4 3.45645m 2.51284m 54.69u 704.983M 1080.48k 704.983M [ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 39%] Built target Kokkos_IncrementalTest_OPENMPTARGET [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 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_MathematicalConstants_hpp [ 13%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o 40: Test_Atomic<unsigned long int>/100000/iterations:10 1.58 s 1.58 s 10 1 8 4.17706m 2.50654m 98.8u 4.99995G 811.392k 4.99995G [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_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_MathematicalSpecialFunctions_hpp [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o 40: Test_Atomic<unsigned long long int>/100000/iterations:10 1.58 s 1.58 s 10 1 8 4.20415m 2.61873m 98.4u 4.99995G 1015.97k 4.99995G [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp 40: Test_Atomic<float>/100000/iterations:10 1.78 s 1.78 s 10 0 4 5.48818m 2.69214m 789.91u 4.99967G 849.12k 4.99989G [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BlockSizeDeduction.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CheckedIntegerOps.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyConstructors.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o 40: Test_Atomic<double>/100000/iterations:10 1.58 s 1.57 s 10 1 8 5.41477m 2.65174m 789.81u 4.99995G 1.21574M 4.99995G 40/66 Test #40: Kokkos_PerformanceTest_Atomic .............................. Passed 116.91 sec test 41 Start 41: Kokkos_PerformanceTest_Reduction 41: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-08-22_T19-27-03.json" 41: Test timeout computed to be: 1500 41: 41: Available devices: 41: 2025-08-22T20:12:10+00:00 41: Running /var/jenkins/workspace/Kokkos_PR-8351/build/core/perf_test/Kokkos_PerformanceTest_Reduction 41: Run on (15 X 3250 MHz CPU s) 41: CPU Caches: 41: L1 Data 64 KiB (x15) 41: L1 Instruction 64 KiB (x15) 41: L2 Unified 512 KiB (x15) 41: L3 Unified 16384 KiB (x15) 41: Load Average: 0.99, 2.18, 4.80 41: Address Bits: 64 41: CPU architecture: none 41: Default Device: SYCL 41: Driver Version: CUDA 12.9 41: Error Correction Support: 1 41: GIT_BRANCH: HEAD 41: GIT_CLEAN_STATUS: CLEAN 41: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 41: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 41: GIT_COMMIT_HASH: 44bf7b764 41: GPU architecture: AMPERE80 41: Global Cache Mem Line Size: 128 41: Global Mem Cache Size: 25165824 41: Global Mem Size: 25339101184 41: Image Max Buffer Size: 32768 41: Image2d Max Height: 65536 41: Image2d Max Width: 131072 41: Image3d Max Depth: 16384 41: Image3d Max Height: 16384 41: Image3d Max Width: 16384 41: Is Accelerator: 0 41: Is Available: 1 41: Is CPU: 0 41: Is GPU: 1 41: KOKKOS_COMPILER_INTEL_LLVM: 20250004 41: KOKKOS_ENABLE_ASM: yes 41: KOKKOS_ENABLE_CXX17: yes 41: KOKKOS_ENABLE_CXX20: no 41: KOKKOS_ENABLE_CXX23: no 41: KOKKOS_ENABLE_CXX26: no 41: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 41: KOKKOS_ENABLE_HWLOC: no 41: KOKKOS_ENABLE_LIBDL: yes 41: KOKKOS_ENABLE_PRAGMA_IVDEP: yes 41: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 41: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 41: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 41: KOKKOS_ENABLE_SERIAL: yes 41: Kokkos Version: 4.7.99 41: Local Mem Size: 166912 41: Max Compute Units: 56 41: Max Mem Alloc Size: 25339101184 41: Max Parameter Size: 4000 41: Max Read Image Args: 128 41: Max Samplers: 128 41: Max Work Group Size: 1024 41: Max Work Item Dimensions: 3 41: Mem Base Addr Align: 4096 41: Name: NVIDIA A30 41: Native Vector Width Char: 1 41: Native Vector Width Double: 1 41: Native Vector Width Float: 1 41: Native Vector Width Half: 0 41: Native Vector Width Int: 1 41: Native Vector Width Long: 1 41: Native Vector Width Short: 1 41: Partition Max Sub Devices: 0 41: Preferred Vector Width Char: 1 41: Preferred Vector Width Double: 1 41: Preferred Vector Width Float: 1 41: Preferred Vector Width Half: 0 41: Preferred Vector Width Int: 1 41: Preferred Vector Width Long: 1 41: Preferred Vector Width Short: 1 41: Profiling Timer Resolution: 1000 41: Reference Count: 1 41: Vendor: NVIDIA Corporation 41: Vendor Id: 4318 41: Version: 8.0 41: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 41: macro KOKKOS_ENABLE_ONEDPL: defined 41: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 41: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 41: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 41: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 41: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 41: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 41: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 41: platform: 64bit 41: ---------------------------------------------------------------------------------------------------- 41: Benchmark Time CPU Iterations 41: ---------------------------------------------------------------------------------------------------- 41: ReductionCheapScalarResult<double>/10000/iterations:10 20.0 us 19.8 us 10 41: ReductionCheapScalarResult<double>/100000/iterations:10 23.4 us 23.4 us 10 41: ReductionCheapScalarResult<double>/1000000/iterations:10 26.3 us 26.2 us 10 41: ReductionCheapScalarResult<double>/10000000/iterations:10 133 us 133 us 10 41: ReductionCheapHostResult<double>/10000/iterations:10 18.5 us 18.4 us 10 41: ReductionCheapHostResult<double>/100000/iterations:10 21.8 us 21.8 us 10 41: ReductionCheapHostResult<double>/1000000/iterations:10 26.4 us 26.4 us 10 41: ReductionCheapHostResult<double>/10000000/iterations:10 133 us 133 us 10 41: ReductionCheapDeviceResult<double>/10000/iterations:10 19.3 us 19.3 us 10 41: ReductionCheapDeviceResult<double>/100000/iterations:10 21.3 us 21.3 us 10 41: ReductionCheapDeviceResult<double>/1000000/iterations:10 25.6 us 25.6 us 10 41: ReductionCheapDeviceResult<double>/10000000/iterations:10 132 us 132 us 10 41: ReductionExpensive<double>/10000/iterations:10 160 us 160 us 10 41: ReductionExpensive<double>/100000/iterations:10 287 us 287 us 10 41: ReductionExpensive<double>/1000000/iterations:10 4274 us 4272 us 10 41: ReductionExpensive<double>/10000000/iterations:10 34065 us 34063 us 10 41/66 Test #41: Kokkos_PerformanceTest_Reduction ........................... Passed 0.69 sec test 42 Start 42: Kokkos_ContainersUnitTest_Serial 42: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 42: Test timeout computed to be: 1500 42: [==========] Running 72 tests from 2 test suites. 42: [----------] Global test environment set-up. 42: [----------] 2 tests from serial_DeathTest 42: [ RUN ] serial_DeathTest.dualview_external_view_construction 42: [ OK ] serial_DeathTest.dualview_external_view_construction (404 ms) 42: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp 42: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (5174 ms) 42: [----------] 2 tests from serial_DeathTest (5579 ms total) 42: 42: [----------] 70 tests from serial 42: [ RUN ] serial.bitset 42: [ OK ] serial.bitset (681 ms) 42: [ RUN ] serial.bitset_default_constructor_no_alloc 42: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 42: [ RUN ] serial.dualview_combination 42: [ OK ] serial.dualview_combination (0 ms) 42: [ RUN ] serial.dualview_alloc 42: [ OK ] serial.dualview_alloc (0 ms) 42: [ RUN ] serial.test_dualview_copy_construction_and_assignment 42: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 42: [ RUN ] serial.dualview_combinations_without_init 42: [ OK ] serial.dualview_combinations_without_init (0 ms) 42: [ RUN ] serial.dualview_deep_copy 42: [ OK ] serial.dualview_deep_copy (0 ms) 42: [ RUN ] serial.dualview_sync_should_fence 42: [ OK ] serial.dualview_sync_should_fence (0 ms) 42: [ RUN ] serial.dualview_realloc 42: [ OK ] serial.dualview_realloc (0 ms) 42: [ RUN ] serial.dualview_resize 42: [ OK ] serial.dualview_resize (0 ms) 42: [ RUN ] serial.dualview_device_correct_kokkos_device 42: [ OK ] serial.dualview_device_correct_kokkos_device (1 ms) 42: [ RUN ] serial.dualview_host_correct_kokkos_device 42: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 42: [ RUN ] serial.dualview_host_modify_template_device_sync 42: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 42: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 42: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 42: [ RUN ] serial.dualview_device_modify_template_host_sync 42: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 42: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 42: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 42: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 42: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 42: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 42: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 42: [ RUN ] serial.dualview_sequential_host_init 42: [ OK ] serial.dualview_sequential_host_init (0 ms) 42: [ RUN ] serial.dualview_default_constructed 42: [ OK ] serial.dualview_default_constructed (0 ms) 42: [ RUN ] serial.dualview_resize_single_device 42: [ OK ] serial.dualview_resize_single_device (0 ms) 42: [ RUN ] serial.dynamic_view 42: [ OK ] serial.dynamic_view (7 ms) 42: [ RUN ] serial.dyn_rank_view_api_generic 42: [ OK ] serial.dyn_rank_view_api_generic (7 ms) 42: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 42: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 42: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 42: /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 42: skipping since not default execution space 42: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 42: [ RUN ] serial.dyn_rank_view_api_operator_rank67 42: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 42: [ RUN ] serial.dyn_rank_view_ctor_from_members 42: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 42: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 42: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 42: [ RUN ] serial.dyn_rank_view_team_scratch 42: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 42: [ RUN ] serial.view_customization_extra_int_arg 42: [ OK ] serial.view_customization_extra_int_arg (0 ms) 42: [ RUN ] serial.ErrorReporterViaLambda 42: [ OK ] serial.ErrorReporterViaLambda (0 ms) 42: [ RUN ] serial.ErrorReporter 42: [ OK ] serial.ErrorReporter (0 ms) 42: [ RUN ] serial.offsetview_construction 42: [ OK ] serial.offsetview_construction (8 ms) 42: [ RUN ] serial.offsetview_unmanaged_construction 42: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 42: [ RUN ] serial.offsetview_subview 42: [ OK ] serial.offsetview_subview (3 ms) 42: [ RUN ] serial.offsetview_offsets_rank1 42: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 42: [ RUN ] serial.offsetview_offsets_rank2 42: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 42: [ RUN ] serial.offsetview_offsets_rank3 42: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 42: [ RUN ] serial.scatterview 42: [ OK ] serial.scatterview (744 ms) 42: [ RUN ] serial.scatterview_devicetype 42: [ OK ] serial.scatterview_devicetype (0 ms) 42: [ RUN ] serial.resize_realloc_no_init_dualview 42: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 42: [ RUN ] serial.resize_realloc_no_alloc_dualview 42: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 42: [ RUN ] serial.resize_exec_space_dualview 42: [ OK ] serial.resize_exec_space_dualview (0 ms) 42: [ RUN ] serial.realloc_exec_space_dualview 42: [ OK ] serial.realloc_exec_space_dualview (0 ms) 42: [ RUN ] serial.resize_realloc_no_init_dynrankview 42: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 42: [ RUN ] serial.resize_exec_space_dynrankview 42: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 42: [ RUN ] serial.realloc_exec_space_dynrankview 42: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 42: [ RUN ] serial.resize_realloc_no_init_scatterview 42: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 42: [ RUN ] serial.resize_realloc_no_alloc_scatterview 42: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 42: [ RUN ] serial.resize_exec_space_scatterview 42: [ OK ] serial.resize_exec_space_scatterview (0 ms) 42: [ RUN ] serial.realloc_exec_space_scatterview 42: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 42: [ RUN ] serial.create_mirror_no_init_dynrankview 42: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 42: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 42: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 42: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 42: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 42: [ RUN ] serial.create_mirror_no_init_offsetview 42: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 42: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 42: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 42: [ RUN ] serial.create_mirror_view_and_copy_offsetview 42: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 42: [ RUN ] serial.create_mirror_no_init_dynamicview 42: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 42: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 42: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 42: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 42: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 42: [ RUN ] serial.UnorderedMap_insert [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyInterface.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp 42: [ OK ] serial.UnorderedMap_insert (6504 ms) 42: [ RUN ] serial.UnorderedMap_failed_insert 42: [ OK ] serial.UnorderedMap_failed_insert (2454 ms) 42: [ RUN ] serial.UnorderedMap_deep_copy 42: [ OK ] serial.UnorderedMap_deep_copy (1 ms) 42: [ RUN ] serial.UnorderedMap_valid_empty 42: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 42: [ RUN ] serial.UnorderedMap_clear_zero_size 42: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 42: [ RUN ] serial.UnorderedMap_consistent_size 42: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 42: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 42: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 42: [ RUN ] serial.UnorderedMap_lambda_capturable 42: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 42: [ RUN ] serial.UnorderedMap_constructor_view_alloc 42: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 42: [ RUN ] serial.UnorderedMap_View_as_value 42: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 42: [----------] 70 tests from serial (10422 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 72 tests from 2 test suites ran. (16001 ms total) 42: [ PASSED ] 71 tests. 42: [ SKIPPED ] 1 test, listed below: 42: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 42/66 Test #42: Kokkos_ContainersUnitTest_Serial ........................... Passed 16.35 sec test 43 Start 43: Kokkos_ContainersUnitTest_SYCL 43: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_SYCL 43: Test timeout computed to be: 1500 43: [==========] Running 72 tests from 2 test suites. 43: [----------] Global test environment set-up. 43: [----------] 2 tests from sycl_DeathTest 43: [ RUN ] sycl_DeathTest.dualview_external_view_construction 43: /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDualView.hpp:586: Skipped 43: test only relevant if DualView uses one allocation 43: [ SKIPPED ] sycl_DeathTest.dualview_external_view_construction (0 ms) 43: [ RUN ] sycl_DeathTest.offsetview_unmanaged_construction [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp 43: [ OK ] sycl_DeathTest.offsetview_unmanaged_construction (5653 ms) 43: [----------] 2 tests from sycl_DeathTest (5653 ms total) 43: 43: [----------] 70 tests from sycl 43: [ RUN ] sycl.bitset 43: [ OK ] sycl.bitset (25 ms) 43: [ RUN ] sycl.bitset_default_constructor_no_alloc 43: [ OK ] sycl.bitset_default_constructor_no_alloc (0 ms) 43: [ RUN ] sycl.dualview_combination 43: [ OK ] sycl.dualview_combination (0 ms) 43: [ RUN ] sycl.dualview_alloc 43: [ OK ] sycl.dualview_alloc (0 ms) 43: [ RUN ] sycl.test_dualview_copy_construction_and_assignment 43: [ OK ] sycl.test_dualview_copy_construction_and_assignment (0 ms) 43: [ RUN ] sycl.dualview_combinations_without_init 43: [ OK ] sycl.dualview_combinations_without_init (0 ms) 43: [ RUN ] sycl.dualview_deep_copy 43: [ OK ] sycl.dualview_deep_copy (1 ms) 43: [ RUN ] sycl.dualview_sync_should_fence 43: [ OK ] sycl.dualview_sync_should_fence (0 ms) 43: [ RUN ] sycl.dualview_realloc 43: [ OK ] sycl.dualview_realloc (0 ms) 43: [ RUN ] sycl.dualview_resize 43: [ OK ] sycl.dualview_resize (1 ms) 43: [ RUN ] sycl.dualview_device_correct_kokkos_device 43: [ OK ] sycl.dualview_device_correct_kokkos_device (0 ms) 43: [ RUN ] sycl.dualview_host_correct_kokkos_device 43: [ OK ] sycl.dualview_host_correct_kokkos_device (0 ms) 43: [ RUN ] sycl.dualview_host_modify_template_device_sync 43: [ OK ] sycl.dualview_host_modify_template_device_sync (0 ms) 43: [ RUN ] sycl.dualview_host_modify_template_device_execspace_sync 43: [ OK ] sycl.dualview_host_modify_template_device_execspace_sync (0 ms) 43: [ RUN ] sycl.dualview_device_modify_template_host_sync 43: [ OK ] sycl.dualview_device_modify_template_host_sync (0 ms) 43: [ RUN ] sycl.dualview_device_modify_template_host_execspace_sync 43: [ OK ] sycl.dualview_device_modify_template_host_execspace_sync (0 ms) 43: [ RUN ] sycl.dualview_template_views_return_correct_executionspace_views 43: [ OK ] sycl.dualview_template_views_return_correct_executionspace_views (0 ms) 43: [ RUN ] sycl.dualview_template_views_return_correct_views_from_const_dual_view 43: [ OK ] sycl.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 43: [ RUN ] sycl.dualview_sequential_host_init 43: [ OK ] sycl.dualview_sequential_host_init (0 ms) 43: [ RUN ] sycl.dualview_default_constructed 43: [ OK ] sycl.dualview_default_constructed (0 ms) 43: [ RUN ] sycl.dualview_resize_single_device 43: [ OK ] sycl.dualview_resize_single_device (0 ms) 43: [ RUN ] sycl.dynamic_view 43: [ OK ] sycl.dynamic_view (13 ms) 43: [ RUN ] sycl.dyn_rank_view_api_generic 43: [ OK ] sycl.dyn_rank_view_api_generic (6 ms) 43: [ RUN ] sycl.dyn_rank_view_api_operator_rank12345 43: [ OK ] sycl.dyn_rank_view_api_operator_rank12345 (0 ms) 43: [ RUN ] sycl.dyn_rank_view_check_fence_resize_realloc 43: [ OK ] sycl.dyn_rank_view_check_fence_resize_realloc (0 ms) 43: [ RUN ] sycl.dyn_rank_view_api_operator_rank67 43: [ OK ] sycl.dyn_rank_view_api_operator_rank67 (0 ms) 43: [ RUN ] sycl.dyn_rank_view_ctor_from_members 43: [ OK ] sycl.dyn_rank_view_ctor_from_members (0 ms) 43: [ RUN ] sycl.dyn_rank_view_ctor_from_layout_stride 43: [ OK ] sycl.dyn_rank_view_ctor_from_layout_stride (0 ms) 43: [ RUN ] sycl.dyn_rank_view_team_scratch 43: [ OK ] sycl.dyn_rank_view_team_scratch (0 ms) 43: [ RUN ] sycl.view_customization_extra_int_arg 43: [ OK ] sycl.view_customization_extra_int_arg (0 ms) 43: [ RUN ] sycl.ErrorReporterViaLambda 43: [ OK ] sycl.ErrorReporterViaLambda (0 ms) 43: [ RUN ] sycl.ErrorReporter 43: [ OK ] sycl.ErrorReporter (0 ms) 43: [ RUN ] sycl.offsetview_construction 43: [ OK ] sycl.offsetview_construction (5 ms) 43: [ RUN ] sycl.offsetview_unmanaged_construction 43: [ OK ] sycl.offsetview_unmanaged_construction (0 ms) 43: [ RUN ] sycl.offsetview_subview 43: [ OK ] sycl.offsetview_subview (0 ms) 43: [ RUN ] sycl.offsetview_offsets_rank1 43: [ OK ] sycl.offsetview_offsets_rank1 (0 ms) 43: [ RUN ] sycl.offsetview_offsets_rank2 43: [ OK ] sycl.offsetview_offsets_rank2 (0 ms) 43: [ RUN ] sycl.offsetview_offsets_rank3 43: [ OK ] sycl.offsetview_offsets_rank3 (0 ms) 43: [ RUN ] sycl.scatterview [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Complex.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Concepts.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp 43: [ OK ] sycl.scatterview (16536 ms) 43: [ RUN ] sycl.scatterview_devicetype [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o 43: [ OK ] sycl.scatterview_devicetype (4554 ms) 43: [ RUN ] sycl.resize_realloc_no_init_dualview 43: [ OK ] sycl.resize_realloc_no_init_dualview (0 ms) 43: [ RUN ] sycl.resize_realloc_no_alloc_dualview 43: [ OK ] sycl.resize_realloc_no_alloc_dualview (0 ms) 43: [ RUN ] sycl.resize_exec_space_dualview 43: [ OK ] sycl.resize_exec_space_dualview (0 ms) 43: [ RUN ] sycl.realloc_exec_space_dualview 43: [ OK ] sycl.realloc_exec_space_dualview (0 ms) 43: [ RUN ] sycl.resize_realloc_no_init_dynrankview 43: [ OK ] sycl.resize_realloc_no_init_dynrankview (0 ms) 43: [ RUN ] sycl.resize_exec_space_dynrankview 43: [ OK ] sycl.resize_exec_space_dynrankview (0 ms) 43: [ RUN ] sycl.realloc_exec_space_dynrankview 43: [ OK ] sycl.realloc_exec_space_dynrankview (0 ms) 43: [ RUN ] sycl.resize_realloc_no_init_scatterview 43: [ OK ] sycl.resize_realloc_no_init_scatterview (0 ms) 43: [ RUN ] sycl.resize_realloc_no_alloc_scatterview 43: [ OK ] sycl.resize_realloc_no_alloc_scatterview (0 ms) 43: [ RUN ] sycl.resize_exec_space_scatterview 43: [ OK ] sycl.resize_exec_space_scatterview (0 ms) 43: [ RUN ] sycl.realloc_exec_space_scatterview 43: [ OK ] sycl.realloc_exec_space_scatterview (0 ms) 43: [ RUN ] sycl.create_mirror_no_init_dynrankview 43: [ OK ] sycl.create_mirror_no_init_dynrankview (0 ms) 43: [ RUN ] sycl.create_mirror_no_init_dynrankview_viewctor 43: [ OK ] sycl.create_mirror_no_init_dynrankview_viewctor (0 ms) 43: [ RUN ] sycl.create_mirror_view_and_copy_dynrankview 43: [ OK ] sycl.create_mirror_view_and_copy_dynrankview (0 ms) 43: [ RUN ] sycl.create_mirror_no_init_offsetview 43: [ OK ] sycl.create_mirror_no_init_offsetview (0 ms) 43: [ RUN ] sycl.create_mirror_no_init_offsetview_view_ctor 43: [ OK ] sycl.create_mirror_no_init_offsetview_view_ctor (0 ms) 43: [ RUN ] sycl.create_mirror_view_and_copy_offsetview 43: [ OK ] sycl.create_mirror_view_and_copy_offsetview (0 ms) 43: [ RUN ] sycl.create_mirror_no_init_dynamicview 43: [ OK ] sycl.create_mirror_no_init_dynamicview (0 ms) 43: [ RUN ] sycl.create_mirror_view_and_copy_dynamicview 43: [ OK ] sycl.create_mirror_view_and_copy_dynamicview (0 ms) 43: [ RUN ] sycl.create_mirror_no_init_dynamicview_view_ctor 43: [ OK ] sycl.create_mirror_no_init_dynamicview_view_ctor (0 ms) 43: [ RUN ] sycl.UnorderedMap_insert [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o 43: [ OK ] sycl.UnorderedMap_insert (1720 ms) 43: [ RUN ] sycl.UnorderedMap_failed_insert [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp 43: [ OK ] sycl.UnorderedMap_failed_insert (1631 ms) 43: [ RUN ] sycl.UnorderedMap_deep_copy 43: [ OK ] sycl.UnorderedMap_deep_copy (3 ms) 43: [ RUN ] sycl.UnorderedMap_valid_empty 43: [ OK ] sycl.UnorderedMap_valid_empty (0 ms) 43: [ RUN ] sycl.UnorderedMap_clear_zero_size 43: [ OK ] sycl.UnorderedMap_clear_zero_size (0 ms) 43: [ RUN ] sycl.UnorderedMap_consistent_size 43: [ OK ] sycl.UnorderedMap_consistent_size (0 ms) 43: [ RUN ] sycl.UnorderedMap_shallow_copyable_on_device 43: [ OK ] sycl.UnorderedMap_shallow_copyable_on_device (0 ms) 43: [ RUN ] sycl.UnorderedMap_lambda_capturable 43: [ OK ] sycl.UnorderedMap_lambda_capturable (0 ms) 43: [ RUN ] sycl.UnorderedMap_constructor_view_alloc 43: [ OK ] sycl.UnorderedMap_constructor_view_alloc (0 ms) 43: [ RUN ] sycl.UnorderedMap_View_as_value 43: [ OK ] sycl.UnorderedMap_View_as_value (0 ms) 43: [----------] 70 tests from sycl (24516 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 72 tests from 2 test suites ran. (30169 ms total) 43: [ PASSED ] 71 tests. 43: [ SKIPPED ] 1 test, listed below: 43: [ SKIPPED ] sycl_DeathTest.dualview_external_view_construction 43/66 Test #43: Kokkos_ContainersUnitTest_SYCL ............................. Passed 30.51 sec test 44 Start 44: Kokkos_UnitTest_Sort 44: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 44: Test timeout computed to be: 1500 [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o 44: [==========] Running 17 tests from 2 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from sycl_DeathTest 44: [ RUN ] sycl_DeathTest.SortByKeyKeysLargerThanValues [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Crs.cpp.o 44: [ OK ] sycl_DeathTest.SortByKeyKeysLargerThanValues (840 ms) 44: [----------] 1 test from sycl_DeathTest (840 ms total) 44: 44: [----------] 16 tests from sycl 44: [ RUN ] sycl.SortUnsignedValueType 44: [ OK ] sycl.SortUnsignedValueType (16 ms) 44: [ RUN ] sycl.SortEmptyView 44: [ OK ] sycl.SortEmptyView (0 ms) 44: [ RUN ] sycl.SortByKeyEmptyView 44: [ OK ] sycl.SortByKeyEmptyView (0 ms) 44: [ RUN ] sycl.SortByKeyEmptyViewHost 44: [ OK ] sycl.SortByKeyEmptyViewHost (0 ms) 44: [ RUN ] sycl.SortByKey 44: [ OK ] sycl.SortByKey (0 ms) 44: [ RUN ] sycl.SortByKeyWithComparator 44: [ OK ] sycl.SortByKeyWithComparator (0 ms) 44: [ RUN ] sycl.SortByKeyStaticExtents 44: [ OK ] sycl.SortByKeyStaticExtents (0 ms) 44: [ RUN ] sycl.SortByKeyWithStrides 44: [ OK ] sycl.SortByKeyWithStrides (1 ms) 44: [ RUN ] sycl.SortWithCustomComparator 44: [ OK ] sycl.SortWithCustomComparator (76 ms) 44: [ RUN ] sycl.BinSortGenericTests 44: [ OK ] sycl.BinSortGenericTests (10 ms) 44: [ RUN ] sycl.BinSortEmptyView 44: [ OK ] sycl.BinSortEmptyView (0 ms) 44: [ RUN ] sycl.BinSortEmptyKeysView 44: [ OK ] sycl.BinSortEmptyKeysView (0 ms) 44: [ RUN ] sycl.BinSort_issue_7221 44: [ OK ] sycl.BinSort_issue_7221 (0 ms) 44: [ RUN ] sycl.BinSortUnsignedKeyLayoutStrideValues [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o 44: [ OK ] sycl.BinSortUnsignedKeyLayoutStrideValues (9022 ms) 44: [ RUN ] sycl.NestedSort 44: [ OK ] sycl.NestedSort (20 ms) 44: [ RUN ] sycl.NestedSortByKey 44: [ OK ] sycl.NestedSortByKey (59 ms) 44: [----------] 16 tests from sycl (9209 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 17 tests from 2 test suites ran. (10049 ms total) 44: [ PASSED ] 17 tests. 44/66 Test #44: Kokkos_UnitTest_Sort ....................................... Passed 10.37 sec test 45 Start 45: Kokkos_UnitTest_Random 45: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 sycl 45: [ RUN ] sycl.Random_XorShift64 45: Test Seed:1755893588638652461 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 0.00208861 -0.0236749 || 0.051031 27860 29329 || 28614.6 28674.4 || -327.282 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.00441084 -0.00256557 || 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.00518123 -0.0335421 || 0.051031 28045 29376 || 28823.7 28674.4 || -463.687 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 -0.00448185 -0.00749811 || 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.0149957 -0.0148554 || 0.051031 27924 29369 || 29110.9 28674.4 || -205.362 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 -0.00536497 -0.00458525 || 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.016726 0.00418915 || 0.051031 27955 29320 || 28202.7 28674.4 || 57.9108 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.0029118 0.00580049 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.000244124 -0.99999 -48249.3 || 0.051031 0 194846 || 2.92876e+09 28674.4 || -6.66998e+08 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 0.0007312 -0.30262 0.148255 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.00195598 -0.999999 -57857 || 0.051031 0 1.55108e+06 || 2.86904e+10 28674.4 || -7.99815e+08 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 0.00587786 -0.96772 10.2202 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.71e-07 -0.0214747 -0.00409534 || 0.051031 28023 29351 || 29303.7 28674.4 || -56.614 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 7.26496e-07 -0.00516607 7.99675e-05 || 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.0023356 0.00579678 || 0.051031 28064 29316 || 28607.6 28674.4 || 80.1347 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.00923941 0.00313659 || 0.051031 1e+64 -1e+64 45: Test Seed:1755893588887323667 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.43252e-07 -0.00630886 0.0204926 || 0.051031 27983 29327 || 28856.4 28674.4 || 283.289 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.0117282 0.00938817 || 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.00417594 0.00624208 || 0.051031 28094 29325 || 28794.6 28674.4 || 86.2906 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.000538812 0.000707603 || 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.00826204 0.0178981 || 0.051031 27935 29363 || 28913.3 28674.4 || 247.423 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 -0.00470869 -0.00780589 || 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.00780021 0.0287878 || 0.051031 28068 29334 || 28452.5 28674.4 || 397.963 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.00657691 -0.0011106 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.000244894 -0.99999 -48246.6 || 0.051031 0 195358 || 2.92873e+09 28674.4 || -6.66961e+08 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 0.000733625 -0.313466 0.153269 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.00195832 -0.999999 -57857.4 || 0.051031 0 1.55137e+06 || 2.86895e+10 28674.4 || -7.99821e+08 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 0.00588515 -0.967789 10.2839 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 6.68478e-07 0.00520728 -0.00406879 || 0.051031 28012 29333 || 28525.8 28674.4 || -56.247 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 7.18929e-07 0.00807695 -0.00567779 || 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.0251857 -0.0111532 || 0.051031 28051 29326 || 27969.9 28674.4 || -154.182 -2.0744 45: -- Testing 3-D histogram 45: Density 3D: 6.43252e-07 0.0132038 0.00554512 || 0.051031 1e+64 -1e+64 45: [ OK ] sycl.Random_XorShift64 (462 ms) 45: [ RUN ] sycl.Random_XorShift1024_0 45: Test Seed:1755893589101196852 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 0.0378474 -0.00291611 || 0.051031 10959 11817 || 10962.1 11377 || -40.3123 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 -0.0162677 0.000329289 || 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.00593706 -0.00305838 || 0.051031 10958 11806 || 11444.9 11377 || -42.279 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 -0.0285324 -0.000993249 || 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.0030938 -0.00560988 || 0.051031 10991 11798 || 11412.3 11377 || -77.551 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.00915449 0.00124621 || 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.00749675 -0.00544504 || 0.051031 11023 11788 || 11292.3 11377 || -75.2722 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 -0.00335445 -0.00536045 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.000243628 -0.999975 -7594.57 || 0.051031 0 78017 || 4.61037e+08 11377 || -1.04987e+08 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 0.000730475 -0.150032 0.0251751 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.00195534 -0.999997 -9108.07 || 0.051031 0 615958 || 4.51701e+09 11377 || -1.2591e+08 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 0.00587795 -0.922606 1.63376 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.67029e-07 0.0148386 -0.00358593 || 0.051031 10937 11764 || 11210.6 11377 || -49.5718 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 3.05176e-07 0.00221967 0.000249407 || 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.00280739 -0.0017979 || 0.051031 10971 11835 || 11345.1 11377 || -24.8541 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.00555891 0.000362175 || 0.051031 1e+64 -1e+64 45: Test Seed:1755893589212900660 45: Test Scalar=int 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.47955e-07 -0.00146471 -0.00254502 || 0.051031 10973 11792 || 11393.6 11377 || -35.1823 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 -0.00296023 0.00173752 || 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.000273269 -0.0137833 || 0.051031 10979 11821 || 11380.1 11377 || -190.54 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.00949254 -0.00111574 || 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.00108266 -0.000703943 || 0.051031 10954 11778 || 11389.3 11377 || -9.7313 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 0.0193479 -0.00295496 || 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.0209287 0.000855492 || 0.051031 10997 11887 || 11143.7 11377 || 11.8263 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 -0.00122416 -0.00310602 || 0.051031 1e+64 -1e+64 45: Test Scalar=half 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.000244035 -0.999975 -7595.3 || 0.051031 0 77681 || 4.61053e+08 11377 || -1.04997e+08 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 0.000731717 -0.153434 0.0257434 || 0.051031 1e+64 -1e+64 45: Test Scalar=bhalf 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 0.00195776 -0.999997 -9107.91 || 0.051031 0 616798 || 4.51644e+09 11377 || -1.25908e+08 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 0.00588416 -0.922707 1.63875 || 0.051031 1e+64 -1e+64 45: Test Scalar=float 45: -- Testing randomness properties 45: -- Testing 1-D histogram 45: Density 1D: 2.86102e-07 0.00547472 -0.000497492 || 0.051031 10999 11799 || 11315 11377 || -6.87732 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 3.62396e-07 -0.00851424 0.000576585 || 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.000584259 0.0025937 || 0.051031 10990 11823 || 11370.3 11377 || 35.8552 -0.823045 45: -- Testing 3-D histogram 45: Density 3D: 2.47955e-07 -0.0100516 -0.000120193 || 0.051031 1e+64 -1e+64 45: [ OK ] sycl.Random_XorShift1024_0 (246 ms) 45: [ RUN ] sycl.Multi_streams 45: /var/jenkins/workspace/Kokkos_PR-8351/algorithms/unit_tests/TestRandom.hpp:675: Skipped 45: Failing on NVIDIA GPUs 45: [ SKIPPED ] sycl.Multi_streams (0 ms) 45: [----------] 3 tests from sycl (708 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 3 tests from 1 test suite ran. (708 ms total) 45: [ PASSED ] 2 tests. 45: [ SKIPPED ] 1 test, listed below: 45: [ SKIPPED ] sycl.Multi_streams 45/66 Test #45: Kokkos_UnitTest_Random ..................................... Passed 1.01 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_A 46: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (1 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 (6 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 16 tests from 4 test suites ran. (7 ms total) 46: [ PASSED ] 16 tests. 46/66 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.28 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_B 47: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp 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 (27 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 7 tests from 1 test suite ran. (27 ms total) 47: [ PASSED ] 7 tests. 47/66 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.26 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_C 48: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 48: Test timeout computed to be: 1500 [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o 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 (21 ms) 48: [----------] 1 test from std_algorithms_lexicographical_compare_test (21 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 (52 ms) 48: [----------] 1 test from std_algorithms_for_each_test (52 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 (27 ms) 48: [----------] 1 test from std_algorithms_find_test (27 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 (280 ms) 48: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 48: [ OK ] std_algorithms_non_mod_seq_ops.find_end (277 ms) 48: [ RUN ] std_algorithms_non_mod_seq_ops.search [ 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_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp 48: [ OK ] std_algorithms_non_mod_seq_ops.search (266 ms) 48: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 48: [ OK ] std_algorithms_non_mod_seq_ops.search_n (201 ms) 48: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1025 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 (18 ms) 48: [----------] 1 test from std_algorithms_count_test (18 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 (26 ms) 48: [----------] 1 test from std_algorithms_all_any_none_of_test (26 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 (54 ms) 48: [----------] 1 test from std_algorithms_nonmod_seq_ops (54 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 (53 ms) 48: [----------] 1 test from std_algorithms_mismatch_test (53 ms total) 48: 48: [----------] 1 test from std_algorithms_mod_seq_ops 48: [ RUN ] std_algorithms_mod_seq_ops.move_backward [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o 48: [ OK ] std_algorithms_mod_seq_ops.move_backward (37 ms) 48: [----------] 1 test from std_algorithms_mod_seq_ops (37 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 13 tests from 10 test suites ran. (1328 ms total) 48: [ PASSED ] 13 tests. 48/66 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 1.61 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_D 49: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (1 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 (2 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 (1 ms) 49: [----------] 12 tests from std_algorithms_mod_seq_ops_test (7 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 (106 ms) 49: [ RUN ] std_algorithms_replace_ops_test.replace_copy 49: [ OK ] std_algorithms_replace_ops_test.replace_copy (60 ms) 49: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o 49: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (41 ms) 49: [----------] 4 tests from std_algorithms_replace_ops_test (236 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 (22 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.unique 49: [ OK ] std_algorithms_mod_seq_ops.unique (53 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 49: [ OK ] std_algorithms_mod_seq_ops.unique_copy (35 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove 49: [ OK ] std_algorithms_mod_seq_ops.remove (21 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove_if 49: [ OK ] std_algorithms_mod_seq_ops.remove_if (23 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 49: [ OK ] std_algorithms_mod_seq_ops.remove_copy (131 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 49: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (22 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.rotate 49: [ OK ] std_algorithms_mod_seq_ops.rotate (1224 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 49: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (446 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.shift_left [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_DeepCopy_Assignment.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp 49: [ OK ] std_algorithms_mod_seq_ops.shift_left (1346 ms) 49: [ RUN ] std_algorithms_mod_seq_ops.shift_right [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp 49: [ OK ] std_algorithms_mod_seq_ops.shift_right (1344 ms) 49: [----------] 11 tests from std_algorithms_mod_seq_ops (4671 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 (37 ms) 49: [----------] 1 test from std_algorithms_modseq_test (37 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 31 tests from 5 test suites ran. (4954 ms total) 49: [ PASSED ] 31 tests. 49/66 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 5.23 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_E 50: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (10 ms) 50: [----------] 2 tests from std_algorithms_sorting_ops_test (22 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 (1 ms) 50: [----------] 4 tests from std_algorithms_partitioning_test (3 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 (17 ms) 50: [----------] 1 test from std_algorithms_partitioning_ops (17 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 ms) 50: [----------] 12 tests from std_algorithms_numerics_test (12 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 (87 ms) 50: [----------] 1 test from std_algorithms_numerics_ops_test (87 ms total) 50: 50: [----------] 8 tests from std_algorithms_numeric_ops_test 50: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan [ 17%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o 50: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (581 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 (513 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 (157 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 (279 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 (1531 ms total) 50: 50: [----------] 1 test from std_algorithms_transform_ops_test 50: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o 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. (1711 ms total) 50: [ PASSED ] 29 tests. 50/66 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.07 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 51: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp 51: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (276 ms) 51: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o 51: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (269 ms) 51: [----------] 2 tests from std_algorithms_adjacent_find_team_test (546 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 (132 ms) 51: [ RUN ] std_algorithms_count_team_test.count_returns_zero 51: [ OK ] std_algorithms_count_team_test.count_returns_zero (118 ms) 51: [----------] 2 tests from std_algorithms_count_team_test (250 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 (154 ms) 51: [----------] 1 test from std_algorithms_count_if_team_test (154 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 (238 ms) 51: [----------] 1 test from std_algorithms_for_each_team_test (238 ms total) 51: 51: [----------] 1 test from std_algorithms_for_each_n_team_test 51: [ RUN ] std_algorithms_for_each_n_team_test.test Running on fetnat_05 in /var/jenkins/workspace/Kokkos_PR-8351 [Pipeline] { [Pipeline] checkout 51: [ OK ] std_algorithms_for_each_n_team_test.test (250 ms) 51: [----------] 1 test from std_algorithms_for_each_n_team_test (250 ms total) 51: 51: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 51: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal [Pipeline] isUnix [Pipeline] readFile [Pipeline] } Running on fetnat_05 in /var/jenkins/workspace/Kokkos_PR-8351 [Pipeline] // node [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } Failed in branch CUDA-11.8-Clang-15 [Pipeline] checkout [Pipeline] isUnix [Pipeline] readFile 51: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (320 ms) 51: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less [Pipeline] } Running on fetnat_05 in /var/jenkins/workspace/Kokkos_PR-8351 [Pipeline] // node [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] } Failed in branch CUDA-12.5.1-Clang-17-RDC [Pipeline] checkout [Pipeline] isUnix [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [Pipeline] readFile [Pipeline] } 51: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (305 ms) 51: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch CUDA-11.7-NVCC 51: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (312 ms) 51: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (938 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 (359 ms) 51: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal [ 17%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o 51: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (366 ms) 51: [----------] 2 tests from std_algorithms_mismatch_team_test (726 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 12 tests from 7 test suites ran. (3105 ms total) 51: [ PASSED ] 12 tests. 51/66 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 3.43 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 52: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (575 ms) 52: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o 52: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (556 ms) 52: [----------] 2 tests from std_algorithms_equal_team_test (1132 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 (286 ms) 52: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o 52: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (294 ms) 52: [----------] 2 tests from std_algorithms_search_team_test (580 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 (380 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 (334 ms) 52: [----------] 2 tests from std_algorithms_find_end_team_test (714 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 (326 ms) 52: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp 52: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (429 ms) 52: [----------] 2 tests from std_algorithms_find_first_of_team_test (755 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 8 tests from 4 test suites ran. (3183 ms total) 52: [ PASSED ] 8 tests. 52/66 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 3.54 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 53: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (130 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 (132 ms) 53: [----------] 2 tests from std_algorithms_find_team_test (262 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 (127 ms) 53: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 53: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (133 ms) 53: [----------] 2 tests from std_algorithms_find_if_team_test (260 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 (130 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 (125 ms) 53: [----------] 2 tests from std_algorithms_find_if_not_team_test (256 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 (134 ms) 53: [----------] 1 test from std_algorithms_all_of_team_test (134 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 (127 ms) 53: [----------] 1 test from std_algorithms_any_of_team_test (127 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 (132 ms) 53: [----------] 1 test from std_algorithms_none_of_team_test (132 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 (141 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 (130 ms) 53: [----------] 2 tests from std_algorithms_search_n_team_test (272 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 11 tests from 7 test suites ran. (1445 ms total) 53: [ PASSED ] 11 tests. 53/66 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 1.75 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 54: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp 54: [ OK ] std_algorithms_min_element_team_test.test (472 ms) 54: [----------] 1 test from std_algorithms_min_element_team_test (472 ms total) 54: 54: [----------] 1 test from std_algorithms_max_element_team_test 54: [ RUN ] std_algorithms_max_element_team_test.test [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o 54: [ OK ] std_algorithms_max_element_team_test.test (444 ms) 54: [----------] 1 test from std_algorithms_max_element_team_test (444 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 (440 ms) 54: [----------] 1 test from std_algorithms_minmax_element_team_test (440 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 3 tests from 3 test suites ran. (1358 ms total) 54: [ PASSED ] 3 tests. 54/66 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 1.67 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 55: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (168 ms) 55: [----------] 1 test from std_algorithms_fill_team_test (168 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 (357 ms) 55: [----------] 1 test from std_algorithms_fill_n_team_test (357 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 (263 ms) 55: [----------] 1 test from std_algorithms_replace_team_test (263 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 (199 ms) 55: [----------] 1 test from std_algorithms_replace_if_team_test (199 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 (271 ms) 55: [----------] 1 test from std_algorithms_replace_copy_team_test (271 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 (231 ms) 55: [----------] 1 test from std_algorithms_replace_copy_if_team_test (231 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 6 tests from 6 test suites ran. (1492 ms total) 55: [ PASSED ] 6 tests. 55/66 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 1.80 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 56: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (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 (262 ms) 56: [----------] 1 test from std_algorithms_reverse_copy_team_test (262 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 (511 ms) 56: [----------] 1 test from std_algorithms_rotate_team_test (511 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 (522 ms) 56: [----------] 1 test from std_algorithms_rotate_copy_team_test (522 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 4 tests from 4 test suites ran. (1552 ms total) 56: [ PASSED ] 4 tests. 56/66 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.89 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 57: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (364 ms) 57: [----------] 1 test from std_algorithms_move_team_test (364 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 (287 ms) 57: [----------] 1 test from std_algorithms_move_backward_team_test (287 ms total) 57: 57: [----------] 1 test from std_algorithms_shift_left_team_test 57: [ RUN ] std_algorithms_shift_left_team_test.test [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp 57: [ OK ] std_algorithms_shift_left_team_test.test (1036 ms) 57: [----------] 1 test from std_algorithms_shift_left_team_test (1036 ms total) 57: 57: [----------] 1 test from std_algorithms_shift_right_team_test 57: [ RUN ] std_algorithms_shift_right_team_test.test [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o 57: [ OK ] std_algorithms_shift_right_team_test.test (1013 ms) 57: [----------] 1 test from std_algorithms_shift_right_team_test (1013 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 4 tests from 4 test suites ran. (2702 ms total) 57: [ PASSED ] 4 tests. 57/66 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 3.01 sec test 58 Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 58: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (569 ms) 58: [----------] 1 test from std_algorithms_copy_team_test (569 ms total) 58: 58: [----------] 1 test from std_algorithms_copy_n_team_test 58: [ RUN ] std_algorithms_copy_n_team_test.test [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp 58: [ OK ] std_algorithms_copy_n_team_test.test (416 ms) 58: [----------] 1 test from std_algorithms_copy_n_team_test (417 ms total) 58: 58: [----------] 1 test from std_algorithms_copy_backward_team_test 58: [ RUN ] std_algorithms_copy_backward_team_test.test [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp 58: [ OK ] std_algorithms_copy_backward_team_test.test (338 ms) 58: [----------] 1 test from std_algorithms_copy_backward_team_test (338 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 (307 ms) 58: [----------] 1 test from std_algorithms_copy_if_team_test (307 ms total) 58: 58: [----------] 1 test from std_algorithms_unique_copy_team_test 58: [ RUN ] std_algorithms_unique_copy_team_test.test [ 18%] Linking CXX executable Kokkos_CoreTestCompileOnly 58: [ OK ] std_algorithms_unique_copy_team_test.test (319 ms) 58: [----------] 1 test from std_algorithms_unique_copy_team_test (319 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_team_test 58: [ RUN ] std_algorithms_remove_team_test.test [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o 58: [ OK ] std_algorithms_remove_team_test.test (326 ms) 58: [----------] 1 test from std_algorithms_remove_team_test (326 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 (287 ms) 58: [----------] 1 test from std_algorithms_remove_if_team_test (287 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 (311 ms) 58: [----------] 1 test from std_algorithms_remove_copy_team_test (311 ms total) 58: 58: [----------] 1 test from std_algorithms_remove_copy_if_team_test 58: [ RUN ] std_algorithms_remove_copy_if_team_test.test [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 18%] Built target Kokkos_CoreTestCompileOnly [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o 58: [ OK ] std_algorithms_remove_copy_if_team_test.test (272 ms) 58: [----------] 1 test from std_algorithms_remove_copy_if_team_test (273 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 9 tests from 9 test suites ran. (3150 ms total) 58: [ PASSED ] 9 tests. 58/66 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 3.47 sec test 59 Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 59: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (408 ms) 59: [----------] 1 test from std_algorithms_unique_team_test (408 ms total) 59: 59: [----------] 1 test from std_algorithms_adjacent_difference_team_test 59: [ RUN ] std_algorithms_adjacent_difference_team_test.test [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp 59: [ OK ] std_algorithms_adjacent_difference_team_test.test (434 ms) 59: [----------] 1 test from std_algorithms_adjacent_difference_team_test (434 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 (407 ms) 59: [----------] 1 test from std_algorithms_reduce_team_test (407 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 (617 ms) 59: [----------] 1 test from std_algorithms_transform_reduce_team_test (617 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 4 tests from 4 test suites ran. (1868 ms total) 59: [ PASSED ] 4 tests. 59/66 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 2.17 sec test 60 Start 60: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 60: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (481 ms) 60: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o 60: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (460 ms) 60: [----------] 2 tests from std_algorithms_is_sorted_team_test (942 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 (24 ms) 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (27 ms) 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (368 ms) 60: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o 60: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (403 ms) 60: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (824 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 (12 ms) 60: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 60: [ OK ] std_algorithms_is_partitioned_team_test.all_true (198 ms) 60: [ RUN ] std_algorithms_is_partitioned_team_test.all_false [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o 60: [ OK ] std_algorithms_is_partitioned_team_test.all_false (197 ms) 60: [ RUN ] std_algorithms_is_partitioned_team_test.random 60: [ OK ] std_algorithms_is_partitioned_team_test.random (184 ms) 60: [----------] 4 tests from std_algorithms_is_partitioned_team_test (593 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 (16 ms) 60: [ RUN ] std_algorithms_partition_copy_team_test.all_true 60: [ OK ] std_algorithms_partition_copy_team_test.all_true (535 ms) 60: [ RUN ] std_algorithms_partition_copy_team_test.all_false 60: [ OK ] std_algorithms_partition_copy_team_test.all_false (521 ms) 60: [ RUN ] std_algorithms_partition_copy_team_test.random [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp 60: [ OK ] std_algorithms_partition_copy_team_test.random (512 ms) 60: [----------] 4 tests from std_algorithms_partition_copy_team_test (1586 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 (12 ms) 60: [ RUN ] std_algorithms_partition_point_team_test.all_true 60: [ OK ] std_algorithms_partition_point_team_test.all_true (191 ms) 60: [ RUN ] std_algorithms_partition_point_team_test.all_false 60: [ OK ] std_algorithms_partition_point_team_test.all_false (192 ms) 60: [ RUN ] std_algorithms_partition_point_team_test.random 60: [ OK ] std_algorithms_partition_point_team_test.random (180 ms) 60: [----------] 4 tests from std_algorithms_partition_point_team_test (577 ms total) 60: 60: [----------] Global test environment tear-down 60: [==========] 18 tests from 5 test suites ran. (4524 ms total) 60: [ PASSED ] 18 tests. 60/66 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.85 sec test 61 Start 61: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 61: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp 61: [ OK ] std_algorithms_transform_team_test.test_unary_op (581 ms) 61: [ RUN ] std_algorithms_transform_team_test.test_binary_op [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o 61: [ OK ] std_algorithms_transform_team_test.test_binary_op (467 ms) 61: [----------] 2 tests from std_algorithms_transform_team_test (1048 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 (911 ms) 61: [----------] 1 test from std_algorithms_generate_team_test (911 ms total) 61: 61: [----------] 1 test from std_algorithms_generate_n_team_test 61: [ RUN ] std_algorithms_generate_n_team_test.test [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp 61: [ OK ] std_algorithms_generate_n_team_test.test (381 ms) 61: [----------] 1 test from std_algorithms_generate_n_team_test (381 ms total) 61: 61: [----------] 1 test from std_algorithms_swap_ranges_team_test 61: [ RUN ] std_algorithms_swap_ranges_team_test.test [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o 61: [ OK ] std_algorithms_swap_ranges_team_test.test (494 ms) 61: [----------] 1 test from std_algorithms_swap_ranges_team_test (494 ms total) 61: 61: [----------] Global test environment tear-down 61: [==========] 5 tests from 4 test suites ran. (2836 ms total) 61: [ PASSED ] 5 tests. 61/66 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 3.16 sec test 62 Start 62: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 62: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 62: Test timeout computed to be: 1500 [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o 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 [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o 62: [ OK ] std_algorithms_exclusive_scan_team_test.test (1215 ms) 62: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1215 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 (603 ms) 62: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (603 ms total) 62: 62: [----------] Global test environment tear-down 62: [==========] 2 tests from 2 test suites ran. (1818 ms total) 62: [ PASSED ] 2 tests. 62/66 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.17 sec test 63 Start 63: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 63: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp 63: [ OK ] std_algorithms_inclusive_scan_team_test.test (1391 ms) 63: [----------] 1 test from std_algorithms_inclusive_scan_team_test (1391 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 (950 ms) 63: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (950 ms total) 63: 63: [----------] Global test environment tear-down 63: [==========] 2 tests from 2 test suites ran. (2342 ms total) 63: [ PASSED ] 2 tests. 63/66 Test #63: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 2.71 sec test 64 Start 64: Kokkos_PerformanceTest_InclusiveScan 64: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-08-22_T19-27-03.json" 64: Test timeout computed to be: 1500 64: 64: Available devices: 64: 2025-08-22T20:13:54+00:00 64: Running /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 64: Run on (15 X 3250 MHz CPU s) 64: CPU Caches: 64: L1 Data 64 KiB (x15) 64: L1 Instruction 64 KiB (x15) 64: L2 Unified 512 KiB (x15) 64: L3 Unified 16384 KiB (x15) 64: Load Average: 1.05, 1.85, 4.40 64: Address Bits: 64 64: CPU architecture: none 64: Default Device: SYCL 64: Driver Version: CUDA 12.9 64: Error Correction Support: 1 64: GIT_BRANCH: HEAD 64: GIT_CLEAN_STATUS: CLEAN 64: GIT_COMMIT_DATE: 2025-08-22T13:22:17-04:00 64: GIT_COMMIT_DESCRIPTION: Disable pass-failed warning when using ROCm 6.4 64: GIT_COMMIT_HASH: 44bf7b764 64: GPU architecture: AMPERE80 64: Global Cache Mem Line Size: 128 64: Global Mem Cache Size: 25165824 64: Global Mem Size: 25339101184 64: Image Max Buffer Size: 32768 64: Image2d Max Height: 65536 64: Image2d Max Width: 131072 64: Image3d Max Depth: 16384 64: Image3d Max Height: 16384 64: Image3d Max Width: 16384 64: Is Accelerator: 0 64: Is Available: 1 64: Is CPU: 0 64: Is GPU: 1 64: KOKKOS_COMPILER_INTEL_LLVM: 20250004 64: KOKKOS_ENABLE_ASM: yes 64: KOKKOS_ENABLE_CXX17: yes 64: KOKKOS_ENABLE_CXX20: no 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_LIBDL: yes 64: KOKKOS_ENABLE_PRAGMA_IVDEP: yes 64: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 64: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 64: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 64: KOKKOS_ENABLE_SERIAL: yes 64: Kokkos Version: 4.7.99 64: Local Mem Size: 166912 64: Max Compute Units: 56 64: Max Mem Alloc Size: 25339101184 64: Max Parameter Size: 4000 64: Max Read Image Args: 128 64: Max Samplers: 128 64: Max Work Group Size: 1024 64: Max Work Item Dimensions: 3 64: Mem Base Addr Align: 4096 64: Name: NVIDIA A30 64: Native Vector Width Char: 1 64: Native Vector Width Double: 1 64: Native Vector Width Float: 1 64: Native Vector Width Half: 0 64: Native Vector Width Int: 1 64: Native Vector Width Long: 1 64: Native Vector Width Short: 1 64: Partition Max Sub Devices: 0 64: Preferred Vector Width Char: 1 64: Preferred Vector Width Double: 1 64: Preferred Vector Width Float: 1 64: Preferred Vector Width Half: 0 64: Preferred Vector Width Int: 1 64: Preferred Vector Width Long: 1 64: Preferred Vector Width Short: 1 64: Profiling Timer Resolution: 1000 64: Reference Count: 1 64: Vendor: NVIDIA Corporation 64: Vendor Id: 4318 64: Version: 8.0 64: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 64: macro KOKKOS_ENABLE_ONEDPL: defined 64: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 64: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 64: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 64: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 64: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 64: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 64: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 64: platform: 64bit [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o 64: ---------------------------------------------------------------------------------------------------------------------------------------------- 64: Benchmark Time CPU Iterations FOM: GB/s MB Passed 64: ---------------------------------------------------------------------------------------------------------------------------------------------- 64: BM_inclusive_scan<std::uint64_t>/100000000/manual_time 0.008 s 0.008 s 70 195.141/s 1.6k 1 64: BM_inclusive_scan<std::int64_t>/100000000/manual_time 0.008 s 0.008 s 85 194.963/s 1.6k 1 [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp 64: BM_inclusive_scan<double>/100000000/manual_time 0.008 s 0.008 s 86 196.199/s 1.6k 1 [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o 64: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time 0.012 s 0.012 s 57 129.744/s 1.6k 1 [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o 64: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time 0.012 s 0.012 s 57 129.752/s 1.6k 1 64: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time 0.012 s 0.012 s 57 130.35/s 1.6k 1 [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o 64: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time 0.012 s 0.012 s 59 134.192/s 1.6k 1 [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp 64: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time 0.012 s 0.012 s 59 134.202/s 1.6k 1 [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o 64: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time 0.012 s 0.012 s 58 132.363/s 1.6k 1 64/66 Test #64: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 19.92 sec test 65 Start 65: Kokkos_UnitTest_SIMD 65: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (1 ms) 65: [ RUN ] simd.device_math_ops 65: [ OK ] simd.device_math_ops (12 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 (1 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 (1 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 (17 ms total) 65: 65: [----------] Global test environment tear-down 65: [==========] 18 tests from 1 test suite ran. (17 ms total) 65: [ PASSED ] 18 tests. 65/66 Test #65: Kokkos_UnitTest_SIMD ....................................... Passed 0.27 sec test 66 Start 66: Kokkos_Example_RelocatableFunction 66: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/example/relocatable_function/Kokkos_example_relocatable_function 66: Test timeout computed to be: 1500 66: 1.000000e+01 1.797596e-03s (relocatable) vs. 1.671520e-04s (inline) 66: 1.000000e+02 1.990000e-05s (relocatable) vs. 1.446000e-05s (inline) 66: 1.000000e+03 2.071100e-05s (relocatable) vs. 1.414000e-05s (inline) 66: 1.000000e+04 1.566000e-05s (relocatable) vs. 1.541000e-05s (inline) 66: 1.000000e+05 3.682100e-05s (relocatable) vs. 1.692000e-05s (inline) 66: 1.000000e+06 1.859000e-05s (relocatable) vs. 1.903100e-05s (inline) 66: 1.000000e+07 3.111000e-05s (relocatable) vs. 3.127100e-05s (inline) 66: 1.000000e+08 1.328710e-04s (relocatable) vs. 1.321920e-04s (inline) 66/66 Test #66: Kokkos_Example_RelocatableFunction ......................... Passed 0.27 sec 100% tests passed, 0 tests failed out of 66 Label Time Summary: Kokkos = 257.64 sec*proc (57 tests) Total Test time (real) = 631.96 sec Post stage [Pipeline] sh + ccache --show-stats Summary: Hits: 0 / 822 (0.00 %) Direct: 0 / 822 (0.00 %) Preprocessed: 0 / 822 (0.00 %) Misses: 822 Direct: 822 Preprocessed: 822 Primary storage: Hits: 0 / 1644 (0.00 %) Misses: 1644 Cache size (GB): 4.27 / 5.00 (85.43 %) Cleanups: 5 Use the -v/--verbose option for more details. [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 1853c890faafe5ed4d94c1a1830a13ab06e61dba06c5076805d85384a331be19 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-8351' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 1853c890faafe5ed4d94c1a1830a13ab06e61dba06c5076805d85384a331be19 [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 18%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 55%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 18%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o [ 56%] Built target Kokkos_PerformanceTest_TaskDag [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_DeepCopy_Narrowing.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o [ 19%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 59%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 59%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 60%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 61%] Built target Kokkos_Benchmark_Atomic_MinMax [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 61%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 61%] Built target Kokkos_PerformanceTest_Mempool [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 20%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_DeepCopyAlignment.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 20%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 61%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 61%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o [ 61%] Built target Kokkos_PerformanceTest_Atomic [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 61%] Built target Kokkos_PerformanceTest_Reduction [ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 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_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSort.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 20%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 20%] Built target Kokkos_CoreUnitTest_Develop [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortByKey.cpp.o [ 65%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [ 65%] Built target Kokkos_ContainersTestCompileOnly [ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmptarget/TestRandom.cpp.o [ 66%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecSpacePartitioning.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 66%] Built target Kokkos_CoreUnitTest_Serial2 [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecSpaceThreadSafety.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortCustomComp.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.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_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecutionSpace.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_FunctorAnalysis.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Graph.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortA.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 68%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 68%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 69%] Linking CXX executable Kokkos_UnitTest_Random [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 69%] Built target Kokkos_UnitTest_Random [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtr.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtrAccessOnDevice.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortB.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_JoinBackwardCompatibility.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 71%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 71%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalConstants.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 23%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestNestedSort.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions1.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 73%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 73%] Linking CXX executable Kokkos_UnitTest_Sort [ 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_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 73%] Built target Kokkos_CoreUnitTest_Serial1 [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 73%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 73%] Built target Kokkos_UnitTest_Sort [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Built target Kokkos_ContainersUnitTest_Serial [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.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_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 75%] 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_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 25%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 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_ViewResize_45.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 25%] Built target Kokkos_CoreUnitTest_KokkosP [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions2.cpp.o [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 81%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 81%] Built target Kokkos_PerformanceTest_Benchmark [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 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_E.dir/TestStdAlgorithmsTeamFill.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_G.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.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_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 27%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 27%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.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_D.dir/TestStdAlgorithmsReverse.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 28%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.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/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 28%] Built target Kokkos_CoreUnitTest_Cuda3 [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 30%] Linking CXX executable Kokkos_ProfilingAllCalls [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions3.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 30%] Built target Kokkos_ProfilingAllCalls [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 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_L.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 30%] Linking CXX executable Kokkos_ToolsInitialization [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 30%] Built target Kokkos_ToolsInitialization [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalSpecialFunctions.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 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_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.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_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_a.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 88%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 88%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 88%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_b.cpp.o [ 89%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_c.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 90%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 90%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 90%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 90%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 90%] Built target Kokkos_PerformanceTest_InclusiveScan [ 90%] Linking CXX executable Kokkos_atomic [ 90%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 90%] Linking CXX executable Kokkos_gups [ 90%] Built target Kokkos_atomic [ 90%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 90%] Built target Kokkos_gups [ 90%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_d.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_e.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_f.cpp.o [ 93%] Linking CXX executable Kokkos_stream [ 93%] Linking CXX executable Kokkos_view_copy_constructor [ 93%] Linking CXX executable Kokkos_launch_latency [ 93%] Built target Kokkos_stream [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_g.cpp.o [ 93%] Built target Kokkos_view_copy_constructor [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangePolicyConstructors.cpp.o [ 93%] Built target Kokkos_launch_latency [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangeReduce.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpan.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_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpanAtomicAccessor.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpanConversion.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_NumericTraits.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_OccupancyControlTrait.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ParallelScanRangePolicy.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Printf.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_QuadPrecisionMath.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicy.cpp.o [ 94%] Linking CXX executable Kokkos_gather [ 33%] Linking CXX executable Kokkos_StackTraceTestExec [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyConstructors.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyRequire.cpp.o [ 94%] Built target Kokkos_gather [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ReducerCTADs.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_a.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_b.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_c.cpp.o [ 33%] Built target Kokkos_StackTraceTestExec [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_e.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions_DeviceView.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SpaceAwareAccessorAccessViolation.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SpaceAwareAccessor.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Swap.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamMDRange.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamPolicyConstructors.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_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamScratch.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamTeamSize.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_View_64bit.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_a.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 33%] Built target Kokkos_CoreUnitTest_Default [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.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 [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_d.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewBadAlloc.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_a.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 35%] 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_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.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 [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCtorProp.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewEmptyRuntimeUnmanaged.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewLayoutStrideAssignment.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_a.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_b.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_subview.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o [ 35%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 35%] Built target Kokkos_CoreUnitTest_CTestDevice [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMemoryAccessViolation.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOfClass.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 [ 35%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 35%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewResize.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_a.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_c04.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c05.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c06.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c07.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c08.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c09.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c10.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o [ 39%] 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_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c11.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c12.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o [ 39%] Linking CXX executable Kokkos_IncrementalTest_OPENMP [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 39%] Built target Kokkos_IncrementalTest_OPENMP [ 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_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c13.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c14.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c15.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.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_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 40%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 40%] Built target Kokkos_IncrementalTest_CUDA [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 41%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 43%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPTarget [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanAtomicAccessor.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanConversion.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 45%] 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_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 49%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 49%] Built target Kokkos_CoreUnitTest_Cuda2 [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_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_ScopedRegion_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 58%] 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_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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o fetnat_09 is back online [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessorAccessViolation.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 66%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessor.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 69%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 69%] Built target Kokkos_ContainersPerformanceTest_OpenMP [ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.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_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online [ 71%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o fetnat_09 is back online [ 71%] Built target Kokkos_ContainersPerformanceTest_Cuda [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 71%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 71%] Built target Kokkos_ContainersTestCompileOnly [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_ViewCustomization.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 72%] Linking CXX executable Kokkos_UnitTest_Random [ 72%] Built target Kokkos_UnitTest_Random [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_ViewCustomization.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 74%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 75%] 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_D.dir/TestStdAlgorithmsModOps.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o [ 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_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 78%] Linking CXX executable Kokkos_UnitTest_Sort [ 78%] Built target Kokkos_UnitTest_Sort [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online [ 79%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ 79%] Built target Kokkos_CoreUnitTest_Cuda1 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o fetnat_09 is back online [ 79%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 79%] Built target Kokkos_ContainersUnitTest_Cuda [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 80%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 80%] Built target Kokkos_ContainersUnitTest_OpenMP [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.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_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.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_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.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_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o fetnat_09 is back online [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.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_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.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_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 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 [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o fetnat_09 is back online [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 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_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.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_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.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%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o fetnat_09 is back online [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_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 [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 99%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 99%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 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 [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [100%] Built target Kokkos_CoreUnitTest_OpenMP [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-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Site: bde2ec04b57c Build name: Linux-nvc++ Create new tag: 20250822-2126 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8351/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP_ViewSupport 1: Test timeout computed to be: 1500 1: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 1: Detected: 6 cores per node. 1: Detected: 1 MPI_ranks per node. 1: Requested: 8 threads per process. 1: [==========] Running 21 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 21 tests from openmp 1: [ RUN ] openmp.basic_view_default_ctor 1: [ OK ] openmp.basic_view_default_ctor (0 ms) 1: [ RUN ] openmp.basic_view_extents_ctor 1: [ OK ] openmp.basic_view_extents_ctor (0 ms) 1: [ RUN ] openmp.basic_view_mapping_ctor_right 1: [ OK ] openmp.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] openmp.basic_view_access 1: [ OK ] openmp.basic_view_access (0 ms) 1: [ RUN ] openmp.basic_view_atomic_accessor 1: [ OK ] openmp.basic_view_atomic_accessor (0 ms) 1: [ RUN ] openmp.RefCountedAcc_Typedefs 1: [ OK ] openmp.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] openmp.RefCountedAcc_Ctors 1: [ OK ] openmp.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] openmp.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] openmp.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] openmp.RefCountedAcc_Access 1: [ OK ] openmp.RefCountedAcc_Access (0 ms) 1: [ RUN ] openmp.RefCountedAcc_Conversion 1: [ OK ] openmp.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] openmp.RefCountedDataHandle_Typedefs 1: [ OK ] openmp.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] openmp.RefCountedDataHandle 1: [ OK ] openmp.RefCountedDataHandle (0 ms) 1: [ RUN ] openmp.RefCountedDataHandleAnonym 1: [ OK ] openmp.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] openmp.RefCountedDataHandleConversion 1: [ OK ] openmp.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] openmp.view_customization_accessor_arg 1: [ OK ] openmp.view_customization_accessor_arg (0 ms) 1: [ RUN ] openmp.view_customization_allocation_type 1: [ OK ] openmp.view_customization_allocation_type (0 ms) 1: [ RUN ] openmp.view_customization_mirror 1: [ OK ] openmp.view_customization_mirror (0 ms) 1: [ RUN ] openmp.view_customization_deep_copy 1: [ OK ] openmp.view_customization_deep_copy (0 ms) 1: [ RUN ] openmp.view_customization_deep_copy_single_element_view 1: [ OK ] openmp.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] openmp.view_customization_accessor_from_mapping 1: [ OK ] openmp.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] openmp.view_customization_extra_int_arg 1: [ OK ] openmp.view_customization_extra_int_arg (0 ms) 1: [----------] 21 tests from openmp (2 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 21 tests from 1 test suite ran. (2 ms total) 1: [ PASSED ] 21 tests. 1/55 Test #1: Kokkos_CoreUnitTest_OpenMP_ViewSupport ..................... Passed 0.30 sec test 2 Start 2: Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test timeout computed to be: 1500 2: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 2: Detected: 6 cores per node. 2: Detected: 1 MPI_ranks per node. 2: Requested: 8 threads per process. 2: [==========] Running 21 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 21 tests from cuda 2: [ RUN ] cuda.basic_view_default_ctor 2: [ OK ] cuda.basic_view_default_ctor (0 ms) 2: [ RUN ] cuda.basic_view_extents_ctor 2: [ OK ] cuda.basic_view_extents_ctor (0 ms) 2: [ RUN ] cuda.basic_view_mapping_ctor_right 2: [ OK ] cuda.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] cuda.basic_view_access 2: [ OK ] cuda.basic_view_access (0 ms) 2: [ RUN ] cuda.basic_view_atomic_accessor 2: [ OK ] cuda.basic_view_atomic_accessor (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Typedefs 2: [ OK ] cuda.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Ctors 2: [ OK ] cuda.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] cuda.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] cuda.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Access 2: [ OK ] cuda.RefCountedAcc_Access (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Conversion 2: [ OK ] cuda.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle_Typedefs 2: [ OK ] cuda.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle 2: [ OK ] cuda.RefCountedDataHandle (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleAnonym 2: [ OK ] cuda.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleConversion 2: [ OK ] cuda.RefCountedDataHandleConversion (0 ms) 2: [ RUN ] cuda.view_customization_accessor_arg 2: [ OK ] cuda.view_customization_accessor_arg (0 ms) 2: [ RUN ] cuda.view_customization_allocation_type 2: [ OK ] cuda.view_customization_allocation_type (0 ms) 2: [ RUN ] cuda.view_customization_mirror 2: [ OK ] cuda.view_customization_mirror (0 ms) 2: [ RUN ] cuda.view_customization_deep_copy 2: [ OK ] cuda.view_customization_deep_copy (0 ms) 2: [ RUN ] cuda.view_customization_deep_copy_single_element_view 2: [ OK ] cuda.view_customization_deep_copy_single_element_view (0 ms) 2: [ RUN ] cuda.view_customization_accessor_from_mapping 2: [ OK ] cuda.view_customization_accessor_from_mapping (0 ms) 2: [ RUN ] cuda.view_customization_extra_int_arg 2: [ OK ] cuda.view_customization_extra_int_arg (0 ms) 2: [----------] 21 tests from cuda (5 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 21 tests from 1 test suite ran. (5 ms total) 2: [ PASSED ] 21 tests. 2/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-8351/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 391 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 20 tests from openmp_DeathTest 3: [ RUN ] openmp_DeathTest.abort_from_host 3: [ OK ] openmp_DeathTest.abort_from_host (495 ms) 3: [ RUN ] openmp_DeathTest.abort_from_device 3: [ OK ] openmp_DeathTest.abort_from_device (548 ms) 3: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (469 ms) 3: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (472 ms) 3: [ RUN ] openmp_DeathTest.policy_invalid_bounds 3: [ OK ] openmp_DeathTest.policy_invalid_bounds (478 ms) 3: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds 3: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (959 ms) 3: [ RUN ] openmp_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (480 ms) 3: [ RUN ] openmp_DeathTest.range_policy_check_sign_changes 3: [ OK ] openmp_DeathTest.range_policy_check_sign_changes (954 ms) 3: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (1892 ms) 3: [ RUN ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms) 3: [ RUN ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 3: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn 3: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 (3633 ms) 3: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment 3: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (3810 ms) 3: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms) 3: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_device 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 3: [ RUN ] openmp_DeathTest.view_subview_constructor_layout_compatibility 3: [ OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (1083 ms) 3: [----------] 20 tests from openmp_DeathTest (15277 ms total) 3: 3: [----------] 1 test from openmp_graph_DeathTest 3: [ RUN ] openmp_graph_DeathTest.can_instantiate_only_once 3: [ OK ] openmp_graph_DeathTest.can_instantiate_only_once (1102 ms) 3: [----------] 1 test from openmp_graph_DeathTest (1102 ms total) 3: 3: [----------] 353 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 (2 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_int8 3: [ OK ] openmp.atomic_operations_int8 (5 ms) 3: [ RUN ] openmp.atomic_operations_int16 3: [ OK ] openmp.atomic_operations_int16 (5 ms) 3: [ RUN ] openmp.atomic_operations_int 3: [ OK ] openmp.atomic_operations_int (5 ms) 3: [ RUN ] openmp.atomic_operations_long 3: [ OK ] openmp.atomic_operations_long (7 ms) 3: [ RUN ] openmp.atomic_operations_longlong 3: [ OK ] openmp.atomic_operations_longlong (9 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 (8 ms) 3: [ RUN ] openmp.atomic_operations_unsignedlong 3: [ OK ] openmp.atomic_operations_unsignedlong (6 ms) 3: [ RUN ] openmp.atomics 3: [ OK ] openmp.atomics (16 ms) 3: [ RUN ] openmp.atomics_tpetra_max_abs 3: [ OK ] openmp.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] openmp.atomic_views_integral 3: [ OK ] openmp.atomic_views_integral (259 ms) 3: [ RUN ] openmp.atomic_views_nonintegral 3: [ OK ] openmp.atomic_views_nonintegral (236 ms) 3: [ RUN ] openmp.atomic_view_api 3: [ OK ] openmp.atomic_view_api (0 ms) 3: [ RUN ] openmp.bit_manip_countl_zero 3: [ OK ] openmp.bit_manip_countl_zero (0 ms) 3: [ RUN ] openmp.bit_manip_countl_one 3: [ OK ] openmp.bit_manip_countl_one (0 ms) 3: [ RUN ] openmp.bit_manip_countr_zero 3: [ OK ] openmp.bit_manip_countr_zero (0 ms) 3: [ RUN ] openmp.bit_manip_countr_one 3: [ OK ] openmp.bit_manip_countr_one (0 ms) 3: [ RUN ] openmp.bit_manip_popcount 3: [ OK ] openmp.bit_manip_popcount (0 ms) 3: [ RUN ] openmp.bit_manip_has_single_bit 3: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 3: [ RUN ] openmp.bit_manip_bit_floor 3: [ OK ] openmp.bit_manip_bit_floor (0 ms) 3: [ RUN ] openmp.bit_manip_bit_ceil 3: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 3: [ RUN ] openmp.bit_manip_bit_width 3: [ OK ] openmp.bit_manip_bit_width (0 ms) 3: [ RUN ] openmp.bit_manip_rotl 3: [ OK ] openmp.bit_manip_rotl (0 ms) 3: [ RUN ] openmp.bit_manip_rotr 3: [ OK ] openmp.bit_manip_rotr (0 ms) 3: [ RUN ] openmp.bit_manip_byeswap 3: [ OK ] openmp.bit_manip_byeswap (0 ms) 3: [ RUN ] openmp.bit_manip_bit_cast 3: [ OK ] openmp.bit_manip_bit_cast (0 ms) 3: [ RUN ] openmp.test_block_deduction_bug_pr_3103 3: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] openmp.checked_integer_operations_multiply_overflow 3: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] openmp.execution_policy_occupancy_and_hint 3: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] openmp.complex_construction 3: [ OK ] openmp.complex_construction (0 ms) 3: [ RUN ] openmp.complex_basic_math 3: [ OK ] openmp.complex_basic_math (0 ms) 3: [ RUN ] openmp.complex_special_funtions 3: [ OK ] openmp.complex_special_funtions (0 ms) 3: [ RUN ] openmp.complex_io 3: [ OK ] openmp.complex_io (0 ms) 3: [ RUN ] openmp.complex_trivially_copyable 3: [ OK ] openmp.complex_trivially_copyable (0 ms) 3: [ RUN ] openmp.complex_issue_3865 3: [ OK ] openmp.complex_issue_3865 (0 ms) 3: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 3: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] openmp.complex_structured_bindings 3: [ OK ] openmp.complex_structured_bindings (0 ms) 3: [ RUN ] openmp.crs_count_fill 3: [ OK ] openmp.crs_count_fill (0 ms) 3: [ RUN ] openmp.crs_copy_constructor 3: [ OK ] openmp.crs_copy_constructor (2 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_0 3: [ OK ] openmp.deep_copy_assignable_types_rank_0 (2 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_1 3: [ OK ] openmp.deep_copy_assignable_types_rank_1 (0 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_2 3: [ OK ] openmp.deep_copy_assignable_types_rank_2 (0 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_3 3: [ OK ] openmp.deep_copy_assignable_types_rank_3 (1 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_4 3: [ OK ] openmp.deep_copy_assignable_types_rank_4 (1 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_5 3: [ OK ] openmp.deep_copy_assignable_types_rank_5 (1 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_6 3: [ OK ] openmp.deep_copy_assignable_types_rank_6 (1 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_7 3: [ OK ] openmp.deep_copy_assignable_types_rank_7 (1 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_8 3: [ OK ] openmp.deep_copy_assignable_types_rank_8 (1 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_1_half 3: [ OK ] openmp.deep_copy_assignable_types_rank_1_half (1 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_2_half 3: [ OK ] openmp.deep_copy_assignable_types_rank_2_half (1 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_3_half 3: [ OK ] openmp.deep_copy_assignable_types_rank_3_half (1 ms) 3: [ RUN ] openmp.deep_copy_narrowing_rank_0 3: [ OK ] openmp.deep_copy_narrowing_rank_0 (2 ms) 3: [ RUN ] openmp.deep_copy_narrowing_rank_1 3: [ OK ] openmp.deep_copy_narrowing_rank_1 (1 ms) 3: [ RUN ] openmp.deep_copy_narrowing_rank_2 3: [ OK ] openmp.deep_copy_narrowing_rank_2 (1 ms) 3: [ RUN ] openmp.deep_copy_narrowing_rank_3 3: [ OK ] openmp.deep_copy_narrowing_rank_3 (1 ms) 3: [ RUN ] openmp.deep_copy_narrowing_rank_4 3: [ OK ] openmp.deep_copy_narrowing_rank_4 (1 ms) 3: [ RUN ] openmp.deep_copy_narrowing_rank_5 3: [ OK ] openmp.deep_copy_narrowing_rank_5 (1 ms) 3: [ RUN ] openmp.deep_copy_narrowing_rank_6 3: [ OK ] openmp.deep_copy_narrowing_rank_6 (1 ms) 3: [ RUN ] openmp.deep_copy_narrowing_rank_7 3: [ OK ] openmp.deep_copy_narrowing_rank_7 (1 ms) 3: [ RUN ] openmp.deep_copy_narrowing_rank_8 3: [ OK ] openmp.deep_copy_narrowing_rank_8 (1 ms) 3: [ RUN ] openmp.deep_copy_alignment 3: [ OK ] openmp.deep_copy_alignment (3 ms) 3: [ RUN ] openmp.deep_copy_conversion 3: [ OK ] openmp.deep_copy_conversion (29 ms) 3: [ RUN ] openmp.partitioning_by_args 3: [ OK ] openmp.partitioning_by_args (0 ms) 3: [ RUN ] openmp.partitioning_by_args_with_structured_bindings 3: [ OK ] openmp.partitioning_by_args_with_structured_bindings (0 ms) 3: [ RUN ] openmp.partitioning_by_vector 3: [ OK ] openmp.partitioning_by_vector (0 ms) 3: [ RUN ] openmp.exec_space_thread_safety_range 3: [ OK ] openmp.exec_space_thread_safety_range (985 ms) 3: [ RUN ] openmp.exec_space_thread_safety_mdrange 3: [ OK ] openmp.exec_space_thread_safety_mdrange (98 ms) 3: [ RUN ] openmp.exec_space_thread_safety_team_policy 3: [ OK ] openmp.exec_space_thread_safety_team_policy (98 ms) 3: [ RUN ] openmp.exec_space_thread_safety_range_reduce 3: [ OK ] openmp.exec_space_thread_safety_range_reduce (99 ms) 3: [ RUN ] openmp.exec_space_thread_safety_mdrange_reduce 3: [ OK ] openmp.exec_space_thread_safety_mdrange_reduce (98 ms) 3: [ RUN ] openmp.exec_space_thread_safety_team_policy_reduce 3: [ OK ] openmp.exec_space_thread_safety_team_policy_reduce (98 ms) 3: [ RUN ] openmp.exec_space_thread_safety_range_scan 3: [ OK ] openmp.exec_space_thread_safety_range_scan (98 ms) 3: [ RUN ] openmp.execution_space_as_class_data_member 3: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 3: [ RUN ] openmp.functor_analysis 3: [ OK ] openmp.functor_analysis (0 ms) 3: [ RUN ] openmp.when_all_type 3: [ OK ] openmp.when_all_type (0 ms) 3: [ RUN ] openmp.graph_capture 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:1113: Skipped 3: The graph backend for OpenMP does not support capture. 3: [ SKIPPED ] openmp.graph_capture (0 ms) 3: [ RUN ] openmp.graph_then 3: [ OK ] openmp.graph_then (0 ms) 3: [ RUN ] openmp.then_host 3: [ OK ] openmp.then_host (0 ms) 3: [ RUN ] openmp.mixed_then_host_device_nodes 3: [ OK ] openmp.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] openmp.graph_then_tag 3: [ OK ] openmp.graph_then_tag (0 ms) 3: [ RUN ] openmp.host_shared_ptr_use_count 3: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 3: [ RUN ] openmp.host_shared_ptr_get 3: [ OK ] openmp.host_shared_ptr_get (0 ms) 3: [ RUN ] openmp.host_shared_ptr_dereference_on_device 3: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] openmp.host_shared_ptr_special_members_on_device 3: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] openmp.host_shared_ptr_tracking 3: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 3: [ RUN ] openmp.join_backward_compatibility 3: [ OK ] openmp.join_backward_compatibility (0 ms) 3: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft 3: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (898 ms) 3: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft 3: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1293 ms) 3: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright 3: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (711 ms) 3: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright 3: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (714 ms) 3: [ RUN ] openmp.deep_copy_scratch 3: [ OK ] openmp.deep_copy_scratch (0 ms) 3: [ RUN ] openmp.mathematical_constants_e 3: [ OK ] openmp.mathematical_constants_e (0 ms) 3: [ RUN ] openmp.mathematical_constants_log2e 3: [ OK ] openmp.mathematical_constants_log2e (0 ms) 3: [ RUN ] openmp.mathematical_constants_log10e 3: [ OK ] openmp.mathematical_constants_log10e (0 ms) 3: [ RUN ] openmp.mathematical_constants_pi 3: [ OK ] openmp.mathematical_constants_pi (0 ms) 3: [ RUN ] openmp.mathematical_constants_inv_pi 3: [ OK ] openmp.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] openmp.mathematical_constants_inv_sqrtpi 3: [ OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] openmp.mathematical_constants_ln2 3: [ OK ] openmp.mathematical_constants_ln2 (0 ms) 3: [ RUN ] openmp.mathematical_constants_ln10 3: [ OK ] openmp.mathematical_constants_ln10 (0 ms) 3: [ RUN ] openmp.mathematical_constants_sqrt2 3: [ OK ] openmp.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] openmp.mathematical_constants_sqrt3 3: [ OK ] openmp.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] openmp.mathematical_constants_inv_sqrt3 3: [ OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] openmp.mathematical_constants_egamma 3: [ OK ] openmp.mathematical_constants_egamma (0 ms) 3: [ RUN ] openmp.mathematical_constants_phi 3: [ OK ] openmp.mathematical_constants_phi (0 ms) 3: [ RUN ] openmp.mathematical_functions_trigonometric_functions 3: [ OK ] openmp.mathematical_functions_trigonometric_functions (1 ms) 3: [ RUN ] openmp.mathematical_functions_hyperbolic_functions 3: [ OK ] openmp.mathematical_functions_hyperbolic_functions (1 ms) 3: [ RUN ] openmp.mathematical_functions_non_standard 3: [ OK ] openmp.mathematical_functions_non_standard (0 ms) 3: [ RUN ] openmp.mathematical_functions_power_functions 3: [ OK ] openmp.mathematical_functions_power_functions (0 ms) 3: [ RUN ] openmp.mathematical_functions_fma 3: [ OK ] openmp.mathematical_functions_fma (0 ms) 3: [ RUN ] openmp.mathematical_functions_fmax_fmin 3: [ OK ] openmp.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] openmp.mathematical_functions_error_and_gamma_functions 3: [ OK ] openmp.mathematical_functions_error_and_gamma_functions (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_impl_half_fallback 3: [ OK ] openmp.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] openmp.mathematical_functions_nextafter_fp16 3: [ OK ] openmp.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] openmp.mathematical_functions_exponential_functions 3: [ OK ] openmp.mathematical_functions_exponential_functions (1 ms) 3: [ RUN ] openmp.mathspecialfunc_expint1 3: [ OK ] openmp.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] openmp.mathspecialfunc_errorfunc 3: [ OK ] openmp.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesselj0y0 3: [ OK ] openmp.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesselj1y1 3: [ OK ] openmp.mathspecialfunc_cbesselj1y1 (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 3: [ OK ] openmp.mdrange_5d (361 ms) 3: [ RUN ] openmp.mdrange_6d 3: [ OK ] openmp.mdrange_6d (519 ms) 3: [ RUN ] openmp.mdrange_2d 3: [ OK ] openmp.mdrange_2d (2 ms) 3: [ RUN ] openmp.mdrange_array_reduce 3: [ OK ] openmp.mdrange_array_reduce (0 ms) 3: [ RUN ] openmp.mdrange_3d 3: [ OK ] openmp.mdrange_3d (9 ms) 3: [ RUN ] openmp.mdrange_neg_idx 3: [ OK ] openmp.mdrange_neg_idx (31 ms) 3: [ RUN ] openmp.mdrange_4d 3: [ OK ] openmp.mdrange_4d (229 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 (558 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 (1983 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 (3 ms) 3: [ RUN ] openmp.numeric_traits_epsilon 3: [ OK ] openmp.numeric_traits_epsilon (0 ms) 3: [ RUN ] openmp.numeric_traits_round_error 3: [ OK ] openmp.numeric_traits_round_error (0 ms) 3: [ RUN ] openmp.numeric_traits_norm_min 3: [ OK ] openmp.numeric_traits_norm_min (0 ms) 3: [ RUN ] openmp.numeric_traits_denorm_min 3: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 3: [ RUN ] openmp.numeric_traits_finite_min_max 3: [ OK ] openmp.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] openmp.numeric_traits_digits 3: [ OK ] openmp.numeric_traits_digits (0 ms) 3: [ RUN ] openmp.numeric_traits_digits10 3: [ OK ] openmp.numeric_traits_digits10 (0 ms) 3: [ RUN ] openmp.numeric_traits_max_digits10 3: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] openmp.numeric_traits_radix 3: [ OK ] openmp.numeric_traits_radix (0 ms) 3: [ RUN ] openmp.numeric_traits_min_max_exponent 3: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] openmp.numeric_traits_min_max_exponent10 3: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestNumericTraits.hpp:376: Skipped 3: This test is known to fail with the NVHPC compiler 3: [ SKIPPED ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] openmp.numeric_traits_sfinae_friendly 3: [ OK ] openmp.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] openmp.occupancy_control 3: [ OK ] openmp.occupancy_control (0 ms) 3: [ RUN ] openmp.memory_pool 3: [ OK ] openmp.memory_pool (54 ms) 3: [ RUN ] openmp.cxx11 3: [ OK ] openmp.cxx11 (0 ms) 3: [ RUN ] openmp.parallel_scan_range_policy 3: [ OK ] openmp.parallel_scan_range_policy (12 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-8351/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] openmp.large_parallel_for_reduce (0 ms) 3: [ RUN ] openmp.range_policy_runtime_parameters 3: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 3: [ RUN ] openmp.range_policy_one_way_convertible_bounds 3: [ OK ] openmp.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] openmp.range_for_require 3: [ OK ] openmp.range_for_require (1 ms) 3: [ RUN ] openmp.range_reduce_require 3: [ OK ] openmp.range_reduce_require (0 ms) 3: [ RUN ] openmp.range_dynamic_policy_require 3: [ OK ] openmp.range_dynamic_policy_require (0 ms) 3: [ RUN ] openmp.reducers_int 3: [ OK ] openmp.reducers_int (3 ms) 3: [ RUN ] openmp.reducers_double 3: [ OK ] openmp.reducers_double (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 (2 ms) 3: [ RUN ] openmp.reducers_half_t 3: [ OK ] openmp.reducers_half_t (1 ms) 3: [ RUN ] openmp.reducers_bhalf_t 3: [ OK ] openmp.reducers_bhalf_t (1 ms) 3: [ RUN ] openmp.reducers_int8_t 3: [ OK ] openmp.reducers_int8_t (1 ms) 3: [ RUN ] openmp.reducers_int16_t 3: [ OK ] openmp.reducers_int16_t (1 ms) 3: [ RUN ] openmp.reducers_point_t 3: [ OK ] openmp.reducers_point_t (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 (77 ms) 3: [ RUN ] openmp.double_reduce 3: [ OK ] openmp.double_reduce (77 ms) 3: [ RUN ] openmp.int64_t_reduce_dynamic 3: [ OK ] openmp.int64_t_reduce_dynamic (319 ms) 3: [ RUN ] openmp.double_reduce_dynamic 3: [ OK ] openmp.double_reduce_dynamic (336 ms) 3: [ RUN ] openmp.int64_t_reduce_dynamic_view 3: [ OK ] openmp.int64_t_reduce_dynamic_view (162 ms) 3: [ RUN ] openmp.int_combined_reduce 3: [ OK ] openmp.int_combined_reduce (0 ms) 3: [ RUN ] openmp.mdrange_combined_reduce 3: [ OK ] openmp.mdrange_combined_reduce (0 ms) 3: [ RUN ] openmp.int_combined_reduce_mixed 3: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 3: [ RUN ] openmp.reduction_identity_min_max_floating_point_types 3: [ OK ] openmp.reduction_identity_min_max_floating_point_types (1 ms) 3: [ RUN ] openmp.reduction_deduction 3: [ OK ] openmp.reduction_deduction (0 ms) 3: [ RUN ] openmp.reduce_device_view_range_policy 3: [ OK ] openmp.reduce_device_view_range_policy (72 ms) 3: [ RUN ] openmp.reduce_device_view_mdrange_policy 3: [ OK ] openmp.reduce_device_view_mdrange_policy (73 ms) 3: [ RUN ] openmp.reduce_device_view_team_policy 3: [ OK ] openmp.reduce_device_view_team_policy (482 ms) 3: [ RUN ] openmp.impl_shared_alloc 3: [ OK ] openmp.impl_shared_alloc (8 ms) 3: [ RUN ] openmp.mdspan_space_aware_accessor 3: [ OK ] openmp.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] openmp.kokkos_swap 3: [ OK ] openmp.kokkos_swap (0 ms) 3: [ RUN ] openmp.team_for 3: [ OK ] openmp.team_for (18 ms) 3: [ RUN ] openmp.team_reduce 3: [ OK ] openmp.team_reduce (25 ms) 3: [ RUN ] openmp.team_reduce_large 3: [ OK ] openmp.team_reduce_large (307 ms) 3: [ RUN ] openmp.team_parallel_single 3: [ OK ] openmp.team_parallel_single (2404 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 (77 ms) 3: [ RUN ] openmp.team_broadcast_long_wrapper 3: [ OK ] openmp.team_broadcast_long_wrapper (79 ms) 3: [ RUN ] openmp.team_broadcast_char 3: [ OK ] openmp.team_broadcast_char (75 ms) 3: [ RUN ] openmp.team_broadcast_float 3: [ OK ] openmp.team_broadcast_float (75 ms) 3: [ RUN ] openmp.team_broadcast_double 3: [ OK ] openmp.team_broadcast_double (111 ms) 3: [ RUN ] openmp.team_broadcast_int_ptr 3: [ OK ] openmp.team_broadcast_int_ptr (0 ms) 3: [ RUN ] openmp.team_single_thread_int_ptr 3: [ OK ] openmp.team_single_thread_int_ptr (0 ms) 3: [ RUN ] openmp.team_single_team_int_ptr 3: [ OK ] openmp.team_single_team_int_ptr (0 ms) 3: [ RUN ] openmp.team_handle_by_value 3: [ OK ] openmp.team_handle_by_value (0 ms) 3: [ RUN ] openmp.team_vector 3: [ OK ] openmp.team_vector (354 ms) 3: [ RUN ] openmp.triple_nested_parallelism 3: [ OK ] openmp.triple_nested_parallelism (133 ms) 3: [ RUN ] openmp.parallel_scan_with_reducers 3: [ OK ] openmp.parallel_scan_with_reducers (87 ms) 3: [ RUN ] openmp.team_thread_range_combined_reducers 3: [ OK ] openmp.team_thread_range_combined_reducers (6 ms) 3: [ RUN ] openmp.thread_vector_range_combined_reducers 3: [ OK ] openmp.thread_vector_range_combined_reducers (0 ms) 3: [ RUN ] openmp.team_vector_range_combined_reducers 3: [ OK ] openmp.team_vector_range_combined_reducers (0 ms) 3: [ RUN ] openmp.TeamThreadMDRangeParallelFor 3: [ OK ] openmp.TeamThreadMDRangeParallelFor (7 ms) 3: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 3: [ OK ] openmp.ThreadVectorMDRangeParallelFor (6 ms) 3: [ RUN ] openmp.TeamVectorMDRangeParallelFor 3: [ OK ] openmp.TeamVectorMDRangeParallelFor (7 ms) 3: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 3: [ OK ] openmp.TeamThreadMDRangeParallelReduce (10 ms) 3: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 3: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (7 ms) 3: [ RUN ] openmp.TeamVectorMDRangeParallelReduce 3: [ OK ] openmp.TeamVectorMDRangeParallelReduce (5 ms) 3: [ RUN ] openmp.team_policy_runtime_parameters 3: [ OK ] openmp.team_policy_runtime_parameters (0 ms) 3: [ RUN ] openmp.team_reduction_scan 3: [ OK ] openmp.team_reduction_scan (11139 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 (58 ms) 3: [ RUN ] openmp.team_long_array_reduce 3: [ OK ] openmp.team_long_array_reduce (60 ms) 3: [ RUN ] openmp.team_double_array_reduce 3: [ OK ] openmp.team_double_array_reduce (60 ms) 3: [ RUN ] openmp.team_parallel_dummy_with_reducer_and_scratch_space 3: [ OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 3: [ RUN ] openmp.repeated_team_reduce 3: [ OK ] openmp.repeated_team_reduce (308 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 (175 ms) 3: [ RUN ] openmp.team_scan_ret_val 3: [ OK ] openmp.team_scan_ret_val (168 ms) 3: [ RUN ] openmp.team_shared_request 3: [ OK ] openmp.team_shared_request (54 ms) 3: [ RUN ] openmp.team_scratch_request 3: [ OK ] openmp.team_scratch_request (44 ms) 3: [ RUN ] openmp.team_lambda_shared_request 3: [ OK ] openmp.team_lambda_shared_request (6 ms) 3: [ RUN ] openmp.scratch_align 3: [ OK ] openmp.scratch_align (0 ms) 3: [ RUN ] openmp.shmem_size 3: [ OK ] openmp.shmem_size (0 ms) 3: [ RUN ] openmp.multi_level_scratch 3: [ OK ] openmp.multi_level_scratch (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 (3556 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 (103 ms) 3: [ RUN ] openmp.unique_token_global 3: [ OK ] openmp.unique_token_global (13 ms) 3: [ RUN ] openmp.unique_token_instance 3: [ OK ] openmp.unique_token_instance (31 ms) 3: [ RUN ] openmp.unique_token_team_acquire 3: [ OK ] openmp.unique_token_team_acquire (0 ms) 3: [ RUN ] openmp.view_api_a 3: [ OK ] openmp.view_api_a (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 (3 ms) 3: [ RUN ] openmp.view_api_c 3: [ OK ] openmp.view_api_c (1 ms) 3: [ RUN ] openmp.view_api_d 3: [ OK ] openmp.view_api_d (0 ms) 3: [ RUN ] openmp.view_remap 3: [ OK ] openmp.view_remap (0 ms) 3: [ RUN ] openmp.view_mirror_nonconst 3: [ OK ] openmp.view_mirror_nonconst (0 ms) 3: [ RUN ] openmp.view_stride_method 3: [ OK ] openmp.view_stride_method (0 ms) 3: [ RUN ] openmp.anonymous_space 3: [ OK ] openmp.anonymous_space (0 ms) 3: [ RUN ] openmp.view_overload_resolution 3: [ OK ] openmp.view_overload_resolution (0 ms) 3: [ RUN ] openmp.view_allocation_large_rank 3: [ OK ] openmp.view_allocation_large_rank (284 ms) 3: [ RUN ] openmp.view_shmem_size_on_device 3: [ OK ] openmp.view_shmem_size_on_device (0 ms) 3: [ RUN ] openmp.view_is_assignable 3: [ OK ] openmp.view_is_assignable (0 ms) 3: [ RUN ] openmp.view_bad_alloc 3: [ OK ] openmp.view_bad_alloc (0 ms) 3: [ RUN ] openmp.view_copy_tests 3: [ OK ] openmp.view_copy_tests (2 ms) 3: [ RUN ] openmp.view_copy_tests_rank_0 3: [ OK ] openmp.view_copy_tests_rank_0 (0 ms) 3: [ RUN ] openmp.view_copy_degenerated 3: [ OK ] openmp.view_copy_degenerated (0 ms) 3: [ RUN ] openmp.view_fill_tests_layout_right 3: [ OK ] openmp.view_fill_tests_layout_right (2618 ms) 3: [ RUN ] openmp.view_fill_tests_layout_left 3: [ OK ] openmp.view_fill_tests_layout_left (2606 ms) 3: [ RUN ] openmp.vcp_empty_traits 3: [ OK ] openmp.vcp_empty_traits (0 ms) 3: [ RUN ] openmp.is_view_label 3: [ OK ] openmp.is_view_label (0 ms) 3: [ RUN ] openmp.vcp_label_base_traits 3: [ OK ] openmp.vcp_label_base_traits (0 ms) 3: [ RUN ] openmp.vcp_label_traits 3: [ OK ] openmp.vcp_label_traits (0 ms) 3: [ RUN ] openmp.view_alloc_can_perfect_forward_label 3: [ OK ] openmp.view_alloc_can_perfect_forward_label (0 ms) 3: [ RUN ] openmp.vcp_label_copy_constructor 3: [ OK ] openmp.vcp_label_copy_constructor (0 ms) 3: [ RUN ] openmp.vcp_pointer_add_property 3: [ OK ] openmp.vcp_pointer_add_property (0 ms) 3: [ RUN ] openmp.view_empty_runtime_unmanaged 3: [ OK ] openmp.view_empty_runtime_unmanaged (0 ms) 3: [ RUN ] openmp.view_layoutstride_left_to_layoutleft_assignment 3: [ OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (61 ms) 3: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 3: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (60 ms) 3: [ RUN ] openmp.view_mapping 3: [ OK ] openmp.view_mapping (54 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 (4 ms) 3: [ RUN ] openmp.view_realloc 3: [ OK ] openmp.view_realloc (0 ms) 3: [ RUN ] openmp.workgraph_fib 3: [ OK ] openmp.workgraph_fib (543 ms) 3: [ RUN ] openmp.resize_realloc_no_init 3: [ OK ] openmp.resize_realloc_no_init (0 ms) 3: [ RUN ] openmp.resize_realloc_no_alloc 3: [ OK ] openmp.resize_realloc_no_alloc (0 ms) 3: [ RUN ] openmp.realloc_exec_space 3: [ OK ] openmp.realloc_exec_space (0 ms) 3: [ RUN ] openmp.view_alloc 3: [ OK ] openmp.view_alloc (0 ms) 3: [ RUN ] openmp.view_alloc_exec_space 3: [ OK ] openmp.view_alloc_exec_space (0 ms) 3: [ RUN ] openmp.view_alloc_int 3: [ OK ] openmp.view_alloc_int (0 ms) 3: [ RUN ] openmp.view_alloc_exec_space_int 3: [ OK ] openmp.view_alloc_exec_space_int (0 ms) 3: [ RUN ] openmp.deep_copy_zero_memset 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestWithoutInitializing.hpp:221: Skipped 3: skipping since the OpenMP backend doesn't use ZeroMemset 3: [ SKIPPED ] openmp.deep_copy_zero_memset (0 ms) 3: [ RUN ] openmp.resize_exec_space 3: [ OK ] openmp.resize_exec_space (0 ms) 3: [ RUN ] openmp.view_allocation_int 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 3: skipping since the fence checked for isn't necessary 3: [ SKIPPED ] openmp.view_allocation_int (0 ms) 3: [ RUN ] openmp.view_allocation_exec_space_int 3: [ OK ] openmp.view_allocation_exec_space_int (0 ms) 3: [ RUN ] openmp.view_not_default_constructible 3: [ OK ] openmp.view_not_default_constructible (0 ms) 3: [ RUN ] openmp.view_subview_auto_1d_left 3: [ OK ] openmp.view_subview_auto_1d_left (0 ms) 3: [ RUN ] openmp.view_subview_auto_1d_right 3: [ OK ] openmp.view_subview_auto_1d_right (0 ms) 3: [ RUN ] openmp.view_subview_auto_1d_stride 3: [ OK ] openmp.view_subview_auto_1d_stride (0 ms) 3: [ RUN ] openmp.view_subview_assign_strided 3: [ OK ] openmp.view_subview_assign_strided (0 ms) 3: [ RUN ] openmp.view_subview_left_0 3: [ OK ] openmp.view_subview_left_0 (0 ms) 3: [ RUN ] openmp.view_subview_left_1 3: [ OK ] openmp.view_subview_left_1 (0 ms) 3: [ RUN ] openmp.view_subview_left_2 3: [ OK ] openmp.view_subview_left_2 (0 ms) 3: [ RUN ] openmp.view_subview_left_3 3: [ OK ] openmp.view_subview_left_3 (0 ms) 3: [ RUN ] openmp.view_subview_right_0 3: [ OK ] openmp.view_subview_right_0 (0 ms) 3: [ RUN ] openmp.view_subview_right_1 3: [ OK ] openmp.view_subview_right_1 (0 ms) 3: [ RUN ] openmp.view_subview_right_3 3: [ OK ] openmp.view_subview_right_3 (0 ms) 3: [ RUN ] openmp.view_static_tests 3: [ OK ] openmp.view_static_tests (0 ms) 3: [ RUN ] openmp.view_subview_layoutleft_to_layoutleft 3: [ OK ] openmp.view_subview_layoutleft_to_layoutleft (0 ms) 3: [ RUN ] openmp.view_subview_layoutright_to_layoutright 3: [ OK ] openmp.view_subview_layoutright_to_layoutright (0 ms) 3: [ RUN ] openmp.view_subview_1d_assign 3: [ OK ] openmp.view_subview_1d_assign (0 ms) 3: [ RUN ] openmp.view_subview_1d_assign_atomic 3: [ OK ] openmp.view_subview_1d_assign_atomic (0 ms) 3: [ RUN ] openmp.view_subview_1d_assign_randomaccess 3: [ OK ] openmp.view_subview_1d_assign_randomaccess (0 ms) 3: [ RUN ] openmp.view_subview_2d_from_3d 3: [ OK ] openmp.view_subview_2d_from_3d (9 ms) 3: [ RUN ] openmp.view_subview_2d_from_3d_atomic 3: [ OK ] openmp.view_subview_2d_from_3d_atomic (7 ms) 3: [ RUN ] openmp.view_subview_2d_from_3d_randomaccess 3: [ OK ] openmp.view_subview_2d_from_3d_randomaccess (7 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_left 3: [ OK ] openmp.view_subview_3d_from_5d_left (83 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 3: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (85 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 3: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (85 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_right 3: [ OK ] openmp.view_subview_3d_from_5d_right (99 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic 3: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (103 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess 3: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (104 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: [----------] 353 tests from openmp (37763 ms total) 3: 3: [----------] 17 tests from openmp_graph 3: [ RUN ] openmp_graph.submit_once 3: [ OK ] openmp_graph.submit_once (0 ms) 3: [ RUN ] openmp_graph.submit_once_rvalue 3: [ OK ] openmp_graph.submit_once_rvalue (0 ms) 3: [ RUN ] openmp_graph.instantiate_and_submit_once 3: [ OK ] openmp_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] openmp_graph.submit_onto_another_execution_space_instance 3: [ OK ] openmp_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] openmp_graph.create_graph_no_closure_with_exec 3: [ OK ] openmp_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] openmp_graph.create_graph_no_arg 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:250: Skipped 3: Skipping since useless if the test fixture is not on the default execution space. 3: [ SKIPPED ] openmp_graph.create_graph_no_arg (0 ms) 3: [ RUN ] openmp_graph.submit_six 3: [ OK ] openmp_graph.submit_six (0 ms) 3: [ RUN ] openmp_graph.when_all_cycle 3: [ OK ] openmp_graph.when_all_cycle (0 ms) 3: [ RUN ] openmp_graph.repeat_chain 3: [ OK ] openmp_graph.repeat_chain (0 ms) 3: [ RUN ] openmp_graph.zero_work_reduce 3: [ OK ] openmp_graph.zero_work_reduce (0 ms) 3: [ RUN ] openmp_graph.empty_graph 3: [ OK ] openmp_graph.empty_graph (0 ms) 3: [ RUN ] openmp_graph.force_global_launch 3: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:444: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] openmp_graph.force_global_launch (0 ms) 3: [ RUN ] openmp_graph.sized_functor_launch 3: [ OK ] openmp_graph.sized_functor_launch (1 ms) 3: [ RUN ] openmp_graph.empty_graph_default_host_exec 3: [ OK ] openmp_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] openmp_graph.node_lifetime 3: [ OK ] openmp_graph.node_lifetime (0 ms) 3: [ RUN ] openmp_graph.diamond 3: [ OK ] openmp_graph.diamond (0 ms) 3: [ RUN ] openmp_graph.end_of_submit_control_flow 3: [ OK ] openmp_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from openmp_graph (3 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 391 tests from 4 test suites ran. (54147 ms total) 3: [ PASSED ] 376 tests. 3: [ SKIPPED ] 15 tests, listed below: 3: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents 3: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 3: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 3: [ SKIPPED ] openmp.graph_capture 3: [ SKIPPED ] openmp.numeric_traits_quiet_and_signaling_nan 3: [ SKIPPED ] openmp.large_parallel_for_reduce 3: [ SKIPPED ] openmp.deep_copy_zero_memset 3: [ SKIPPED ] openmp.view_allocation_int 3: [ SKIPPED ] openmp_graph.create_graph_no_arg 3: [ SKIPPED ] openmp_graph.force_global_launch 3/55 Test #3: Kokkos_CoreUnitTest_OpenMP ................................. Passed 54.31 sec test 4 Start 4: Kokkos_CoreUnitTest_OpenMPInterOp 4: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (119 ms) 4: [----------] 1 test from openmp (119 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 1 test from 1 test suite ran. (119 ms total) 4: [ PASSED ] 1 test. 4/55 Test #4: Kokkos_CoreUnitTest_OpenMPInterOp .......................... Passed 0.18 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda1 5: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 5: Test timeout computed to be: 1500 5: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 5: Detected: 6 cores per node. 5: Detected: 1 MPI_ranks per node. 5: Requested: 8 threads per process. 5: [==========] Running 248 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 11 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.abort_from_host 5: [ OK ] cuda_DeathTest.abort_from_host (502 ms) 5: [ RUN ] cuda_DeathTest.abort_from_device 5: [ OK ] cuda_DeathTest.abort_from_device (620 ms) 5: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (486 ms) 5: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (608 ms) 5: [ RUN ] cuda_DeathTest.policy_invalid_bounds 5: [ OK ] cuda_DeathTest.policy_invalid_bounds (506 ms) 5: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 5: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (1208 ms) 5: [ RUN ] cuda_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (497 ms) 5: [ RUN ] cuda_DeathTest.range_policy_check_sign_changes 5: [ OK ] cuda_DeathTest.range_policy_check_sign_changes (950 ms) 5: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (1924 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 (534 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 (606 ms) 5: [----------] 11 tests from cuda_DeathTest (8447 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 (972 ms) 5: [----------] 1 test from cuda_graph_DeathTest (972 ms total) 5: 5: [----------] 219 tests from cuda 5: [ RUN ] cuda.array_capacity 5: [ OK ] cuda.array_capacity (0 ms) 5: [ RUN ] cuda.array_element_access 5: [ OK ] cuda.array_element_access (0 ms) 5: [ RUN ] cuda.array_operator_equal 5: [ OK ] cuda.array_operator_equal (0 ms) 5: [ RUN ] cuda.array_zero_capacity 5: [ OK ] cuda.array_zero_capacity (0 ms) 5: [ RUN ] cuda.array_zero_data_nullptr 5: [ OK ] cuda.array_zero_data_nullptr (0 ms) 5: [ RUN ] cuda.atomic_operations_complexdouble 5: [ OK ] cuda.atomic_operations_complexdouble (6 ms) 5: [ RUN ] cuda.atomic_operations_complexfloat 5: [ OK ] cuda.atomic_operations_complexfloat (5 ms) 5: [ RUN ] cuda.atomic_operations_double 5: [ OK ] cuda.atomic_operations_double (6 ms) 5: [ RUN ] cuda.atomic_operations_float 5: [ OK ] cuda.atomic_operations_float (5 ms) 5: [ RUN ] cuda.atomic_operations_int8 5: [ OK ] cuda.atomic_operations_int8 (14 ms) 5: [ RUN ] cuda.atomic_operations_int16 5: [ OK ] cuda.atomic_operations_int16 (14 ms) 5: [ RUN ] cuda.atomic_operations_int 5: [ OK ] cuda.atomic_operations_int (13 ms) 5: [ RUN ] cuda.atomic_operations_long 5: [ OK ] cuda.atomic_operations_long (13 ms) 5: [ RUN ] cuda.atomic_operations_longlong 5: [ OK ] cuda.atomic_operations_longlong (13 ms) 5: [ RUN ] cuda.atomic_shared 5: [ OK ] cuda.atomic_shared (0 ms) 5: [ RUN ] cuda.atomic_operations_unsigned 5: [ OK ] cuda.atomic_operations_unsigned (11 ms) 5: [ RUN ] cuda.atomic_operations_unsignedlong 5: [ OK ] cuda.atomic_operations_unsignedlong (12 ms) 5: [ RUN ] cuda.atomics 5: [ OK ] cuda.atomics (130 ms) 5: [ RUN ] cuda.atomics_tpetra_max_abs 5: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] cuda.atomic_views_integral 5: [ OK ] cuda.atomic_views_integral (19 ms) 5: [ RUN ] cuda.atomic_views_nonintegral 5: [ OK ] cuda.atomic_views_nonintegral (60 ms) 5: [ RUN ] cuda.atomic_view_api 5: [ OK ] cuda.atomic_view_api (0 ms) 5: [ RUN ] cuda.bit_manip_countl_zero 5: [ OK ] cuda.bit_manip_countl_zero (4 ms) 5: [ RUN ] cuda.bit_manip_countl_one 5: [ OK ] cuda.bit_manip_countl_one (0 ms) 5: [ RUN ] cuda.bit_manip_countr_zero 5: [ OK ] cuda.bit_manip_countr_zero (0 ms) 5: [ RUN ] cuda.bit_manip_countr_one 5: [ OK ] cuda.bit_manip_countr_one (0 ms) 5: [ RUN ] cuda.bit_manip_popcount 5: [ OK ] cuda.bit_manip_popcount (0 ms) 5: [ RUN ] cuda.bit_manip_has_single_bit 5: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 5: [ RUN ] cuda.bit_manip_bit_floor 5: [ OK ] cuda.bit_manip_bit_floor (0 ms) 5: [ RUN ] cuda.bit_manip_bit_ceil 5: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 5: [ RUN ] cuda.bit_manip_bit_width 5: [ OK ] cuda.bit_manip_bit_width (0 ms) 5: [ RUN ] cuda.bit_manip_rotl 5: [ OK ] cuda.bit_manip_rotl (0 ms) 5: [ RUN ] cuda.bit_manip_rotr 5: [ OK ] cuda.bit_manip_rotr (0 ms) 5: [ RUN ] cuda.bit_manip_byeswap 5: [ OK ] cuda.bit_manip_byeswap (0 ms) 5: [ RUN ] cuda.bit_manip_bit_cast 5: [ OK ] cuda.bit_manip_bit_cast (0 ms) 5: [ RUN ] cuda.test_block_deduction_bug_pr_3103 5: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] cuda.checked_integer_operations_multiply_overflow 5: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] cuda.execution_policy_occupancy_and_hint 5: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] cuda.complex_construction 5: [ OK ] cuda.complex_construction (0 ms) 5: [ RUN ] cuda.complex_basic_math 5: [ OK ] cuda.complex_basic_math (0 ms) 5: [ RUN ] cuda.complex_special_funtions 5: [ OK ] cuda.complex_special_funtions (0 ms) 5: [ RUN ] cuda.complex_io 5: [ OK ] cuda.complex_io (0 ms) 5: [ RUN ] cuda.complex_trivially_copyable 5: [ OK ] cuda.complex_trivially_copyable (0 ms) 5: [ RUN ] cuda.complex_issue_3865 5: [ OK ] cuda.complex_issue_3865 (0 ms) 5: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 5: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] cuda.complex_structured_bindings 5: [ OK ] cuda.complex_structured_bindings (0 ms) 5: [ RUN ] cuda.crs_count_fill 5: [ OK ] cuda.crs_count_fill (2 ms) 5: [ RUN ] cuda.crs_copy_constructor 5: [ OK ] cuda.crs_copy_constructor (5 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_0 5: [ OK ] cuda.deep_copy_assignable_types_rank_0 (8 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_1 5: [ OK ] cuda.deep_copy_assignable_types_rank_1 (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_2 5: [ OK ] cuda.deep_copy_assignable_types_rank_2 (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_3 5: [ OK ] cuda.deep_copy_assignable_types_rank_3 (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_4 5: [ OK ] cuda.deep_copy_assignable_types_rank_4 (13 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_5 5: [ OK ] cuda.deep_copy_assignable_types_rank_5 (2 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_6 5: [ OK ] cuda.deep_copy_assignable_types_rank_6 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_7 5: [ OK ] cuda.deep_copy_assignable_types_rank_7 (2 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_8 5: [ OK ] cuda.deep_copy_assignable_types_rank_8 (2 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_1_half 5: [ OK ] cuda.deep_copy_assignable_types_rank_1_half (2 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_2_half 5: [ OK ] cuda.deep_copy_assignable_types_rank_2_half (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_3_half 5: [ OK ] cuda.deep_copy_assignable_types_rank_3_half (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_0 5: [ OK ] cuda.deep_copy_narrowing_rank_0 (11 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_1 5: [ OK ] cuda.deep_copy_narrowing_rank_1 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_2 5: [ OK ] cuda.deep_copy_narrowing_rank_2 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_3 5: [ OK ] cuda.deep_copy_narrowing_rank_3 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_4 5: [ OK ] cuda.deep_copy_narrowing_rank_4 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_5 5: [ OK ] cuda.deep_copy_narrowing_rank_5 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_6 5: [ OK ] cuda.deep_copy_narrowing_rank_6 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_7 5: [ OK ] cuda.deep_copy_narrowing_rank_7 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_8 5: [ OK ] cuda.deep_copy_narrowing_rank_8 (1 ms) 5: [ RUN ] cuda.deep_copy_alignment 5: [ OK ] cuda.deep_copy_alignment (11 ms) 5: [ RUN ] cuda.deep_copy_conversion 5: [ OK ] cuda.deep_copy_conversion (8 ms) 5: [ RUN ] cuda.partitioning_by_args 5: [ OK ] cuda.partitioning_by_args (3 ms) 5: [ RUN ] cuda.partitioning_by_args_with_structured_bindings 5: [ OK ] cuda.partitioning_by_args_with_structured_bindings (0 ms) 5: [ RUN ] cuda.partitioning_by_vector 5: [ OK ] cuda.partitioning_by_vector (0 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range 5: [ OK ] cuda.exec_space_thread_safety_range (6437 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange 5: [ OK ] cuda.exec_space_thread_safety_mdrange (662 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy 5: [ OK ] cuda.exec_space_thread_safety_team_policy (664 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_reduce 5: [ OK ] cuda.exec_space_thread_safety_range_reduce (665 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange_reduce 5: [ OK ] cuda.exec_space_thread_safety_mdrange_reduce (660 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy_reduce 5: [ OK ] cuda.exec_space_thread_safety_team_policy_reduce (662 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_scan 5: [ OK ] cuda.exec_space_thread_safety_range_scan (665 ms) 5: [ RUN ] cuda.execution_space_as_class_data_member 5: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 5: [ RUN ] cuda.functor_analysis 5: [ OK ] cuda.functor_analysis (0 ms) 5: [ RUN ] cuda.when_all_type 5: [ OK ] cuda.when_all_type (0 ms) 5: [ RUN ] cuda.graph_capture 5: [ OK ] cuda.graph_capture (1 ms) 5: [ RUN ] cuda.graph_then 5: [ OK ] cuda.graph_then (0 ms) 5: [ RUN ] cuda.then_host 5: [ OK ] cuda.then_host (11 ms) 5: [ RUN ] cuda.mixed_then_host_device_nodes 5: [ OK ] cuda.mixed_then_host_device_nodes (11 ms) 5: [ RUN ] cuda.graph_then_tag 5: [ OK ] cuda.graph_then_tag (0 ms) 5: [ RUN ] cuda.host_shared_ptr_use_count 5: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 5: [ RUN ] cuda.host_shared_ptr_get 5: [ OK ] cuda.host_shared_ptr_get (0 ms) 5: [ RUN ] cuda.host_shared_ptr_dereference_on_device 5: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_special_members_on_device 5: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_tracking 5: [ OK ] cuda.host_shared_ptr_tracking (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 (1141 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (1922 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (1111 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (1349 ms) 5: [ RUN ] cuda.deep_copy_scratch 5: [ OK ] cuda.deep_copy_scratch (0 ms) 5: [ RUN ] cuda.mathematical_constants_e 5: [ OK ] cuda.mathematical_constants_e (1 ms) 5: [ RUN ] cuda.mathematical_constants_log2e 5: [ OK ] cuda.mathematical_constants_log2e (0 ms) 5: [ RUN ] cuda.mathematical_constants_log10e 5: [ OK ] cuda.mathematical_constants_log10e (0 ms) 5: [ RUN ] cuda.mathematical_constants_pi 5: [ OK ] cuda.mathematical_constants_pi (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_pi 5: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 5: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] cuda.mathematical_constants_ln2 5: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 5: [ RUN ] cuda.mathematical_constants_ln10 5: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 5: [ RUN ] cuda.mathematical_constants_sqrt2 5: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] cuda.mathematical_constants_sqrt3 5: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] cuda.mathematical_constants_inv_sqrt3 5: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] cuda.mathematical_constants_egamma 5: [ OK ] cuda.mathematical_constants_egamma (0 ms) 5: [ RUN ] cuda.mathematical_constants_phi 5: [ OK ] cuda.mathematical_constants_phi (0 ms) 5: [ RUN ] cuda.mathematical_functions_trigonometric_functions 5: [ OK ] cuda.mathematical_functions_trigonometric_functions (13 ms) 5: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 5: [ OK ] cuda.mathematical_functions_hyperbolic_functions (10 ms) 5: [ RUN ] cuda.mathematical_functions_non_standard 5: [ OK ] cuda.mathematical_functions_non_standard (1 ms) 5: [ RUN ] cuda.mathematical_functions_power_functions 5: [ OK ] cuda.mathematical_functions_power_functions (21 ms) 5: [ RUN ] cuda.mathematical_functions_fma 5: [ OK ] cuda.mathematical_functions_fma (0 ms) 5: [ RUN ] cuda.mathematical_functions_fmax_fmin 5: [ OK ] cuda.mathematical_functions_fmax_fmin (0 ms) 5: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 5: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (10 ms) 5: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (7 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (2 ms) 5: [ RUN ] cuda.mathematical_functions_absolute_value 5: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 5: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_remainder_function 5: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] cuda.mathematical_functions_isfinite 5: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 5: [ RUN ] cuda.mathematical_functions_isinf 5: [ OK ] cuda.mathematical_functions_isinf (0 ms) 5: [ RUN ] cuda.mathematical_functions_isnan 5: [ OK ] cuda.mathematical_functions_isnan (0 ms) 5: [ RUN ] cuda.mathematical_functions_impl_half_fallback 5: [ OK ] cuda.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] cuda.mathematical_functions_nextafter_fp16 5: [ OK ] cuda.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] cuda.mathematical_functions_exponential_functions 5: [ OK ] cuda.mathematical_functions_exponential_functions (21 ms) 5: [ RUN ] cuda.mathspecialfunc_expint1 5: [ OK ] cuda.mathspecialfunc_expint1 (4 ms) 5: [ RUN ] cuda.mathspecialfunc_errorfunc 5: [ OK ] cuda.mathspecialfunc_errorfunc (6 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 5: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (27 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 5: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (25 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 5: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 5: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 5: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 5: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] cuda.mdrange_5d 5: [ OK ] cuda.mdrange_5d (104 ms) 5: [ RUN ] cuda.mdrange_6d 5: [ OK ] cuda.mdrange_6d (172 ms) 5: [ RUN ] cuda.mdrange_2d 5: [ OK ] cuda.mdrange_2d (3 ms) 5: [ RUN ] cuda.mdrange_array_reduce 5: [ OK ] cuda.mdrange_array_reduce (0 ms) 5: [ RUN ] cuda.mdrange_3d 5: [ OK ] cuda.mdrange_3d (7 ms) 5: [ RUN ] cuda.mdrange_neg_idx 5: [ OK ] cuda.mdrange_neg_idx (1 ms) 5: [ RUN ] cuda.mdrange_4d 5: [ OK ] cuda.mdrange_4d (43 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 (81 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 (1417 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 (1 ms) 5: [ RUN ] cuda.numeric_traits_digits 5: [ OK ] cuda.numeric_traits_digits (1 ms) 5: [ RUN ] cuda.numeric_traits_digits10 5: [ OK ] cuda.numeric_traits_digits10 (1 ms) 5: [ RUN ] cuda.numeric_traits_max_digits10 5: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] cuda.numeric_traits_radix 5: [ OK ] cuda.numeric_traits_radix (1 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent 5: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent10 5: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestNumericTraits.hpp:376: Skipped 5: This test is known to fail with the NVHPC compiler 5: [ SKIPPED ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] cuda.numeric_traits_sfinae_friendly 5: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] cuda.occupancy_control 5: [ OK ] cuda.occupancy_control (0 ms) 5: [ RUN ] cuda.memory_pool 5: [ OK ] cuda.memory_pool (16 ms) 5: [ RUN ] cuda.cxx11 5: [ OK ] cuda.cxx11 (0 ms) 5: [ RUN ] cuda.parallel_scan_range_policy 5: [ OK ] cuda.parallel_scan_range_policy (42 ms) 5: [ RUN ] cuda.kokkos_printf 5: [ OK ] cuda.kokkos_printf (1 ms) 5: [ RUN ] cuda.range_for 5: [ OK ] cuda.range_for (1 ms) 5: [ RUN ] cuda.range_reduce 5: [ OK ] cuda.range_reduce (0 ms) 5: [ RUN ] cuda.range_dynamic_policy 5: [ OK ] cuda.range_dynamic_policy (0 ms) 5: [ RUN ] cuda.large_parallel_for_reduce 5: [ OK ] cuda.large_parallel_for_reduce (49 ms) 5: [ RUN ] cuda.range_policy_runtime_parameters 5: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.range_policy_one_way_convertible_bounds 5: [ OK ] cuda.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] cuda.range_for_require 5: [ OK ] cuda.range_for_require (1 ms) 5: [ RUN ] cuda.range_reduce_require 5: [ OK ] cuda.range_reduce_require (0 ms) 5: [ RUN ] cuda.range_dynamic_policy_require 5: [ OK ] cuda.range_dynamic_policy_require (0 ms) 5: [ RUN ] cuda.reducers_int 5: [ OK ] cuda.reducers_int (6 ms) 5: [ RUN ] cuda.reducers_double 5: [ OK ] cuda.reducers_double (12 ms) 5: [ RUN ] cuda.reducers_complex_double 5: [ OK ] cuda.reducers_complex_double (8 ms) 5: [ RUN ] cuda.reducers_struct 5: [ OK ] cuda.reducers_struct (9 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 (6 ms) 5: [ RUN ] cuda.reducers_int8_t 5: [ OK ] cuda.reducers_int8_t (2 ms) 5: [ RUN ] cuda.reducers_int16_t 5: [ OK ] cuda.reducers_int16_t (2 ms) 5: [ RUN ] cuda.reducers_point_t 5: [ OK ] cuda.reducers_point_t (9 ms) 5: [ RUN ] cuda.reducers_bool 5: [ OK ] cuda.reducers_bool (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 (15 ms) 5: [ RUN ] cuda.double_reduce_dynamic 5: [ OK ] cuda.double_reduce_dynamic (13 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic_view 5: [ OK ] cuda.int64_t_reduce_dynamic_view (3 ms) 5: [ RUN ] cuda.int_combined_reduce 5: [ OK ] cuda.int_combined_reduce (0 ms) 5: [ RUN ] cuda.mdrange_combined_reduce 5: [ OK ] cuda.mdrange_combined_reduce (0 ms) 5: [ RUN ] cuda.int_combined_reduce_mixed 5: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 5: [ RUN ] cuda.reduction_identity_min_max_floating_point_types 5: [ OK ] cuda.reduction_identity_min_max_floating_point_types (0 ms) 5: [ RUN ] cuda.reduction_deduction 5: [ OK ] cuda.reduction_deduction (0 ms) 5: [ RUN ] cuda.reduce_device_view_range_policy 5: [ OK ] cuda.reduce_device_view_range_policy (5 ms) 5: [ RUN ] cuda.reduce_device_view_mdrange_policy 5: [ OK ] cuda.reduce_device_view_mdrange_policy (119 ms) 5: [ RUN ] cuda.reduce_device_view_team_policy 5: [ OK ] cuda.reduce_device_view_team_policy (4 ms) 5: [ RUN ] cuda.impl_shared_alloc 5: [ OK ] cuda.impl_shared_alloc (96 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 (100 ms) 5: [----------] 219 tests from cuda (19006 ms total) 5: 5: [----------] 17 tests from cuda_graph 5: [ RUN ] cuda_graph.submit_once 5: [ OK ] cuda_graph.submit_once (0 ms) 5: [ RUN ] cuda_graph.submit_once_rvalue 5: [ OK ] cuda_graph.submit_once_rvalue (0 ms) 5: [ RUN ] cuda_graph.instantiate_and_submit_once 5: [ OK ] cuda_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] cuda_graph.submit_onto_another_execution_space_instance 5: [ OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] cuda_graph.create_graph_no_closure_with_exec 5: [ OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] cuda_graph.create_graph_no_arg 5: [ OK ] cuda_graph.create_graph_no_arg (0 ms) 5: [ RUN ] cuda_graph.submit_six 5: [ OK ] cuda_graph.submit_six (0 ms) 5: [ RUN ] cuda_graph.when_all_cycle 5: [ OK ] cuda_graph.when_all_cycle (0 ms) 5: [ RUN ] cuda_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-8351/core/unit_test/TestGraph.hpp:338: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] cuda_graph.repeat_chain (0 ms) 5: [ RUN ] cuda_graph.zero_work_reduce 5: [ OK ] cuda_graph.zero_work_reduce (0 ms) 5: [ RUN ] cuda_graph.empty_graph 5: [ OK ] cuda_graph.empty_graph (0 ms) 5: [ RUN ] cuda_graph.force_global_launch 5: [ OK ] cuda_graph.force_global_launch (0 ms) 5: [ RUN ] cuda_graph.sized_functor_launch 5: [ OK ] cuda_graph.sized_functor_launch (0 ms) 5: [ RUN ] cuda_graph.empty_graph_default_host_exec 5: [ OK ] cuda_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] cuda_graph.node_lifetime 5: [ OK ] cuda_graph.node_lifetime (0 ms) 5: [ RUN ] cuda_graph.diamond 5: [ OK ] cuda_graph.diamond (0 ms) 5: [ RUN ] cuda_graph.end_of_submit_control_flow 5: [ OK ] cuda_graph.end_of_submit_control_flow (0 ms) 5: [----------] 17 tests from cuda_graph (5 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 248 tests from 4 test suites ran. (28432 ms total) 5: [ PASSED ] 246 tests. 5: [ SKIPPED ] 2 tests, listed below: 5: [ SKIPPED ] cuda.numeric_traits_quiet_and_signaling_nan 5: [ SKIPPED ] cuda_graph.repeat_chain 5/55 Test #5: Kokkos_CoreUnitTest_Cuda1 .................................. Passed 28.60 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda2 6: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 145 tests from 4 test suites. 6: [----------] Global test environment set-up. 6: [----------] 8 tests from cuda_DeathTest 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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 (3346 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment 6: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (3342 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (9837 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (10584 ms) 6: [----------] 8 tests from cuda_DeathTest (27111 ms total) 6: 6: [----------] 1 test from cuda_uvm_DeathTest 6: [ RUN ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility 6: [ OK ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility (1223 ms) 6: [----------] 1 test from cuda_uvm_DeathTest (1223 ms total) 6: 6: [----------] 108 tests from cuda 6: [ RUN ] cuda.team_for 6: [ OK ] cuda.team_for (14 ms) 6: [ RUN ] cuda.team_reduce 6: [ OK ] cuda.team_reduce (1 ms) 6: [ RUN ] cuda.team_reduce_large 6: [ OK ] cuda.team_reduce_large (55 ms) 6: [ RUN ] cuda.team_parallel_single 6: [ OK ] cuda.team_parallel_single (7 ms) 6: [ RUN ] cuda.large_team_scratch_size 6: [ OK ] cuda.large_team_scratch_size (0 ms) 6: [ RUN ] cuda.team_broadcast_long 6: [ OK ] cuda.team_broadcast_long (0 ms) 6: [ RUN ] cuda.team_broadcast_long_wrapper 6: [ OK ] cuda.team_broadcast_long_wrapper (0 ms) 6: [ RUN ] cuda.team_broadcast_char 6: [ OK ] cuda.team_broadcast_char (0 ms) 6: [ RUN ] cuda.team_broadcast_float 6: [ OK ] cuda.team_broadcast_float (0 ms) 6: [ RUN ] cuda.team_broadcast_double 6: [ OK ] cuda.team_broadcast_double (0 ms) 6: [ RUN ] cuda.team_broadcast_int_ptr 6: [ OK ] cuda.team_broadcast_int_ptr (0 ms) 6: [ RUN ] cuda.team_single_thread_int_ptr 6: [ OK ] cuda.team_single_thread_int_ptr (0 ms) 6: [ RUN ] cuda.team_single_team_int_ptr 6: [ OK ] cuda.team_single_team_int_ptr (0 ms) 6: [ RUN ] cuda.team_handle_by_value 6: [ OK ] cuda.team_handle_by_value (0 ms) 6: [ RUN ] cuda.team_vector 6: [ OK ] cuda.team_vector (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 (87 ms) 6: [ RUN ] cuda.team_thread_range_combined_reducers 6: [ OK ] cuda.team_thread_range_combined_reducers (1 ms) 6: [ RUN ] cuda.thread_vector_range_combined_reducers 6: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 6: [ RUN ] cuda.team_vector_range_combined_reducers 6: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelFor 6: [ OK ] cuda.TeamThreadMDRangeParallelFor (36 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 6: [ OK ] cuda.ThreadVectorMDRangeParallelFor (11 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelFor 6: [ OK ] cuda.TeamVectorMDRangeParallelFor (11 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 6: [ OK ] cuda.TeamThreadMDRangeParallelReduce (19 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 6: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (7 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 6: [ OK ] cuda.TeamVectorMDRangeParallelReduce (7 ms) 6: [ RUN ] cuda.team_policy_runtime_parameters 6: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 6: [ RUN ] cuda.team_reduction_scan 6: [ OK ] cuda.team_reduction_scan (1117 ms) 6: [ RUN ] cuda.team_long_reduce 6: [ OK ] cuda.team_long_reduce (8 ms) 6: [ RUN ] cuda.team_double_reduce 6: [ OK ] cuda.team_double_reduce (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 (12 ms) 6: [ RUN ] cuda.nested_team_reduce_functor_as_reducer 6: [ OK ] cuda.nested_team_reduce_functor_as_reducer (0 ms) 6: [ RUN ] cuda.team_scan 6: [ OK ] cuda.team_scan (162 ms) 6: [ RUN ] cuda.team_scan_ret_val 6: [ OK ] cuda.team_scan_ret_val (156 ms) 6: [ RUN ] cuda.team_shared_request 6: [ OK ] cuda.team_shared_request (2 ms) 6: [ RUN ] cuda.team_scratch_request 6: [ OK ] cuda.team_scratch_request (0 ms) 6: [ RUN ] cuda.team_lambda_shared_request 6: [ OK ] cuda.team_lambda_shared_request (0 ms) 6: [ RUN ] cuda.scratch_align 6: [ OK ] cuda.scratch_align (0 ms) 6: [ RUN ] cuda.shmem_size 6: [ OK ] cuda.shmem_size (0 ms) 6: [ RUN ] cuda.multi_level_scratch 6: [ OK ] cuda.multi_level_scratch (6 ms) 6: [ RUN ] cuda.team_scratch_memory_index_parallel_for 6: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 6: [ RUN ] cuda.team_policy_max_recommended 6: [ OK ] cuda.team_policy_max_recommended (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 (8 ms) 6: [ RUN ] cuda.view_layout_left_with_stride 6: [ OK ] cuda.view_layout_left_with_stride (0 ms) 6: [ RUN ] cuda.view_layout_right_with_stride 6: [ OK ] cuda.view_layout_right_with_stride (0 ms) 6: [ RUN ] cuda.view_api_b 6: [ OK ] cuda.view_api_b (5 ms) 6: [ RUN ] cuda.view_api_c 6: [ OK ] cuda.view_api_c (0 ms) 6: [ RUN ] cuda.view_api_d 6: [ OK ] cuda.view_api_d (1 ms) 6: [ RUN ] cuda.view_remap 6: [ OK ] cuda.view_remap (0 ms) 6: [ RUN ] cuda.view_mirror_nonconst 6: [ OK ] cuda.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda.view_stride_method 6: [ OK ] cuda.view_stride_method (0 ms) 6: [ RUN ] cuda.anonymous_space 6: [ OK ] cuda.anonymous_space (0 ms) 6: [ RUN ] cuda.view_overload_resolution 6: [ OK ] cuda.view_overload_resolution (0 ms) 6: [ RUN ] cuda.view_allocation_large_rank 6: [ OK ] cuda.view_allocation_large_rank (6 ms) 6: [ RUN ] cuda.view_shmem_size_on_device 6: [ OK ] cuda.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda.view_is_assignable 6: [ OK ] cuda.view_is_assignable (0 ms) 6: [ RUN ] cuda.view_bad_alloc 6: [ OK ] cuda.view_bad_alloc (0 ms) 6: [ RUN ] cuda.view_copy_tests 6: [ OK ] cuda.view_copy_tests (8 ms) 6: [ RUN ] cuda.view_copy_tests_rank_0 6: [ OK ] cuda.view_copy_tests_rank_0 (2 ms) 6: [ RUN ] cuda.view_copy_degenerated 6: [ OK ] cuda.view_copy_degenerated (0 ms) 6: [ RUN ] cuda.view_fill_tests_layout_right 6: [ OK ] cuda.view_fill_tests_layout_right (93 ms) 6: [ RUN ] cuda.view_fill_tests_layout_left 6: [ OK ] cuda.view_fill_tests_layout_left (44 ms) 6: [ RUN ] cuda.vcp_empty_traits 6: [ OK ] cuda.vcp_empty_traits (0 ms) 6: [ RUN ] cuda.is_view_label 6: [ OK ] cuda.is_view_label (0 ms) 6: [ RUN ] cuda.vcp_label_base_traits 6: [ OK ] cuda.vcp_label_base_traits (0 ms) 6: [ RUN ] cuda.vcp_label_traits 6: [ OK ] cuda.vcp_label_traits (0 ms) 6: [ RUN ] cuda.view_alloc_can_perfect_forward_label 6: [ OK ] cuda.view_alloc_can_perfect_forward_label (0 ms) 6: [ RUN ] cuda.vcp_label_copy_constructor 6: [ OK ] cuda.vcp_label_copy_constructor (0 ms) 6: [ RUN ] cuda.vcp_pointer_add_property 6: [ OK ] cuda.vcp_pointer_add_property (0 ms) 6: [ RUN ] cuda.view_empty_runtime_unmanaged 6: [ OK ] cuda.view_empty_runtime_unmanaged (0 ms) 6: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 6: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (71 ms) 6: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 6: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (73 ms) 6: [ RUN ] cuda.view_mapping 6: [ OK ] cuda.view_mapping (55 ms) 6: [ RUN ] cuda.view_mapping_operator 6: [ OK ] cuda.view_mapping_operator (8 ms) 6: [ RUN ] cuda.static_extent 6: [ OK ] cuda.static_extent (0 ms) 6: [ RUN ] cuda.view_mapping_atomic 6: [ OK ] cuda.view_mapping_atomic (4 ms) 6: [ RUN ] cuda.view_mapping_class_value 6: [ OK ] cuda.view_mapping_class_value (0 ms) 6: [ RUN ] cuda.view_mapping_assignable 6: [ OK ] cuda.view_mapping_assignable (0 ms) 6: [ RUN ] cuda.view_mapping_trivially_copyable 6: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda.view_mapping_subview 6: [ OK ] cuda.view_mapping_subview (0 ms) 6: [ RUN ] cuda.view_nested_view 6: [ OK ] cuda.view_nested_view (0 ms) 6: [ RUN ] cuda.view_of_views_default 6: [ OK ] cuda.view_of_views_default (2 ms) 6: [ RUN ] cuda.view_of_views_without_initializing 6: [ OK ] cuda.view_of_views_without_initializing (0 ms) 6: [ RUN ] cuda.test_view_of_views_sequential_host_init 6: [ OK ] cuda.test_view_of_views_sequential_host_init (0 ms) 6: [ RUN ] cuda.append_formatted_multidimensional_index 6: [ OK ] cuda.append_formatted_multidimensional_index (0 ms) 6: [ RUN ] cuda.view_resize 6: [ OK ] cuda.view_resize (26 ms) 6: [ RUN ] cuda.view_realloc 6: [ OK ] cuda.view_realloc (0 ms) 6: [ RUN ] cuda.workgraph_fib 6: [ OK ] cuda.workgraph_fib (861 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: [----------] 108 tests from cuda (3407 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 (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 (3 ms) 6: [ RUN ] cuda_uvm.view_subview_left_0 6: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_1 6: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_2 6: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_3 6: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_0 6: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_1 6: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_3 6: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 6: [ RUN ] cuda_uvm.view_static_tests 6: [ OK ] cuda_uvm.view_static_tests (0 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 6: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 6: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (1 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign 6: [ OK ] cuda_uvm.view_subview_1d_assign (4 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 6: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 6: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d 6: [ OK ] cuda_uvm.view_subview_2d_from_3d (49 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (50 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (50 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (72 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (75 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (72 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 (75 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (75 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 (637 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 145 tests from 4 test suites ran. (32380 ms total) 6: [ PASSED ] 141 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 32.55 sec test 7 Start 7: Kokkos_CoreUnitTest_Cuda3 7: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 7: Test timeout computed to be: 1500 7: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 7: Detected: 6 cores per node. 7: Detected: 1 MPI_ranks per node. 7: Requested: 8 threads per process. 7: [==========] Running 62 tests from 3 test suites. 7: [----------] Global test environment set-up. 7: [----------] 6 tests from cuda 7: [ RUN ] cuda.team_scratch_1_streams 7: [ OK ] cuda.team_scratch_1_streams (14177 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 (14185 ms total) 7: 7: [----------] 28 tests from cuda_hostpinned 7: [ RUN ] cuda_hostpinned.impl_shared_alloc 7: [ OK ] cuda_hostpinned.impl_shared_alloc (39 ms) 7: [ RUN ] cuda_hostpinned.view_api_a 7: [ OK ] cuda_hostpinned.view_api_a (11 ms) 7: [ RUN ] cuda_hostpinned.view_layout_left_with_stride 7: [ OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_layout_right_with_stride 7: [ OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_api_b 7: [ OK ] cuda_hostpinned.view_api_b (8 ms) 7: [ RUN ] cuda_hostpinned.view_api_c 7: [ OK ] cuda_hostpinned.view_api_c (5 ms) 7: [ RUN ] cuda_hostpinned.view_api_d 7: [ OK ] cuda_hostpinned.view_api_d (2 ms) 7: [ RUN ] cuda_hostpinned.view_remap 7: [ OK ] cuda_hostpinned.view_remap (0 ms) 7: [ RUN ] cuda_hostpinned.view_mirror_nonconst 7: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 7: [ RUN ] cuda_hostpinned.view_stride_method 7: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 7: [ RUN ] cuda_hostpinned.anonymous_space 7: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 7: [ RUN ] cuda_hostpinned.view_overload_resolution 7: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 7: [ RUN ] cuda_hostpinned.view_allocation_large_rank 7: [ OK ] cuda_hostpinned.view_allocation_large_rank (3099 ms) 7: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 7: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 7: [ RUN ] cuda_hostpinned.view_is_assignable 7: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests 7: [ OK ] cuda_hostpinned.view_copy_tests (5 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 7: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_degenerated 7: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_right 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_right (3356 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_left 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_left (3038 ms) 7: [ RUN ] cuda_hostpinned.view_mapping 7: [ OK ] cuda_hostpinned.view_mapping (54 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_operator 7: [ OK ] cuda_hostpinned.view_mapping_operator (1 ms) 7: [ RUN ] cuda_hostpinned.static_extent 7: [ OK ] cuda_hostpinned.static_extent (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_atomic 7: [ OK ] cuda_hostpinned.view_mapping_atomic (1 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_class_value 7: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_assignable 7: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 7: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_subview 7: [ OK ] cuda_hostpinned.view_mapping_subview (0 ms) 7: [----------] 28 tests from cuda_hostpinned (9628 ms total) 7: 7: [----------] 28 tests from cuda_uvm 7: [ RUN ] cuda_uvm.impl_shared_alloc 7: [ OK ] cuda_uvm.impl_shared_alloc (59 ms) 7: [ RUN ] cuda_uvm.view_api_a 7: [ OK ] cuda_uvm.view_api_a (12 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 (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 (285 ms) 7: [ RUN ] cuda_uvm.view_shmem_size_on_device 7: [ OK ] cuda_uvm.view_shmem_size_on_device (2 ms) 7: [ RUN ] cuda_uvm.view_is_assignable 7: [ OK ] cuda_uvm.view_is_assignable (24 ms) 7: [ RUN ] cuda_uvm.view_copy_tests 7: [ OK ] cuda_uvm.view_copy_tests (32 ms) 7: [ RUN ] cuda_uvm.view_copy_tests_rank_0 7: [ OK ] cuda_uvm.view_copy_tests_rank_0 (14 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 (138 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_left 7: [ OK ] cuda_uvm.view_fill_tests_layout_left (99 ms) 7: [ RUN ] cuda_uvm.view_mapping 7: [ OK ] cuda_uvm.view_mapping (59 ms) 7: [ RUN ] cuda_uvm.view_mapping_operator 7: [ OK ] cuda_uvm.view_mapping_operator (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 (5 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 (769 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 62 tests from 3 test suites ran. (24584 ms total) 7: [ PASSED ] 62 tests. 7/55 Test #7: Kokkos_CoreUnitTest_Cuda3 .................................. Passed 24.79 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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.17 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaTimingBased 9: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (9 ms) 9: [ RUN ] cuda.debug_pin_um_to_host 9: [ OK ] cuda.debug_pin_um_to_host (654 ms) 9: [----------] 2 tests from cuda (664 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 2 tests from 1 test suite ran. (664 ms total) 9: [ PASSED ] 2 tests. 9/55 Test #9: Kokkos_CoreUnitTest_CudaTimingBased ........................ Passed 0.84 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpInit 10: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (103 ms) 10: [----------] 1 test from cuda (103 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test suite ran. (103 ms total) 10: [ PASSED ] 1 test. 10/55 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................ Passed 0.17 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (103 ms) 11: [----------] 1 test from cuda (104 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (104 ms total) 11: [ PASSED ] 1 test. 11/55 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams ..................... Passed 0.16 sec test 12 Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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-8351/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.16 sec test 13 Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (3 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 5 tests from 1 test suite ran. (3 ms total) 13: [ PASSED ] 5 tests. 13/55 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph ....................... Passed 0.16 sec test 14 Start 14: Kokkos_CoreUnitTest_Default 14: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (18 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 (3 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 (10 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 (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 (103 ms total) 14: 14: [----------] 1 test from kokkosresize 14: [ RUN ] kokkosresize.host_space_access 14: [ OK ] kokkosresize.host_space_access (18 ms) 14: [----------] 1 test from kokkosresize (18 ms total) 14: 14: [----------] 1 test from TestViewAPI/0, where TypeParam = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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 = <type> 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. (123 ms total) 14: [ PASSED ] 59 tests. 14/55 Test #14: Kokkos_CoreUnitTest_Default ................................ Passed 0.31 sec test 15 Start 15: Kokkos_CoreUnitTest_InitializeFinalize 15: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 15: Test timeout computed to be: 1500 15: [==========] Running 30 tests from 7 test suites. 15: [----------] Global test environment set-up. 15: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (320 ms) 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1429 ms) 15: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 15: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2160 ms) 15: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (3910 ms total) 15: 15: [----------] 4 tests from InitializeFinalize_DeathTest 15: [ RUN ] InitializeFinalize_DeathTest.initialize 15: [ OK ] InitializeFinalize_DeathTest.initialize (1100 ms) 15: [ RUN ] InitializeFinalize_DeathTest.finalize 15: [ OK ] InitializeFinalize_DeathTest.finalize (767 ms) 15: [ RUN ] InitializeFinalize_DeathTest.is_initialized 15: [ OK ] InitializeFinalize_DeathTest.is_initialized (160 ms) 15: [ RUN ] InitializeFinalize_DeathTest.is_finalized 15: [ OK ] InitializeFinalize_DeathTest.is_finalized (155 ms) 15: [----------] 4 tests from InitializeFinalize_DeathTest (2184 ms total) 15: 15: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 15: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 15: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (15 ms) 15: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (15 ms total) 15: 15: [----------] 1 test from Legion_DeathTest 15: [ RUN ] Legion_DeathTest.individual_backend_initialization 15: [ OK ] Legion_DeathTest.individual_backend_initialization (153 ms) 15: [----------] 1 test from Legion_DeathTest (153 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 (155 ms) 15: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 15: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (473 ms) 15: [----------] 2 tests from PushFinalizeHook_DeathTest (629 ms total) 15: 15: [----------] 6 tests from ScopeGuard_DeathTest 15: [ RUN ] ScopeGuard_DeathTest.create 15: [ OK ] ScopeGuard_DeathTest.create (155 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_argument 15: [ OK ] ScopeGuard_DeathTest.create_argument (155 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 15: [ OK ] ScopeGuard_DeathTest.create_while_initialize (484 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 15: [ OK ] ScopeGuard_DeathTest.create_after_initialize (498 ms) 15: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 15: [ OK ] ScopeGuard_DeathTest.create_after_finalize (477 ms) 15: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 15: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (471 ms) 15: [----------] 6 tests from ScopeGuard_DeathTest (2244 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 (10 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 (7 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 (19 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 30 tests from 7 test suites ran. (9157 ms total) 15: [ PASSED ] 30 tests. 15/55 Test #15: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 9.19 sec test 16 Start 16: Kokkos_CoreUnitTest_Develop 16: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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.16 sec test 17 Start 17: Kokkos_CoreUnitTest_KokkosP 17: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 17: Test timeout computed to be: 1500 17: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 17: Detected: 6 cores per node. 17: Detected: 1 MPI_ranks per node. 17: Requested: 8 threads per process. 17: [==========] Running 32 tests from 1 test suite. 17: [----------] Global test environment set-up. 17: [----------] 32 tests from kokkosp 17: [ RUN ] kokkosp.test_named_instance_fence 17: Ref: 33554433 17: Ref: named_instance 17: 33554433 17: named_instance 17: [ OK ] kokkosp.test_named_instance_fence (0 ms) 17: [ RUN ] kokkosp.test_unnamed_instance_fence 17: Ref: 33554433 17: Ref: Unnamed Instance Fence 17: 33554433 17: Kokkos::Cuda::fence(): Unnamed Instance Fence 17: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 17: [ RUN ] kokkosp.test_named_global_fence 17: Ref: 33554432 17: Ref: test global fence 17: 16777216 17: test global fence 17: Miss on id 17: 33554432 17: test global fence 17: [ OK ] kokkosp.test_named_global_fence (0 ms) 17: [ RUN ] kokkosp.test_unnamed_global_fence 17: Ref: 33554432 17: Ref: Unnamed Global Fence 17: 16777216 17: Kokkos::fence: Unnamed Global Fence 17: Miss on id 17: 33554432 17: Kokkos::fence: Unnamed Global Fence 17: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 17: [ RUN ] kokkosp.test_multiple_default_instances 17: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 17: [ RUN ] kokkosp.test_id_gen 17: [ OK ] kokkosp.test_id_gen (0 ms) 17: [ RUN ] kokkosp.test_kernel_sequence 17: Ref: 33554433 17: Ref: named_instance 17: 33554433 17: named_instance 17: Ref: 33554433 17: Ref: test_kernel 17: 33554433 17: named_instance 17: Miss on name 17: 16777216 17: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 17: Miss on name 17: Miss on id 17: 33554432 17: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 17: Miss on name 17: Miss on id 17: 33554433 17: test_kernel 17: [ OK ] kokkosp.test_kernel_sequence (1 ms) 17: [ RUN ] kokkosp.test_streams 17: [ OK ] kokkosp.test_streams (0 ms) 17: [ RUN ] kokkosp.async_deep_copy 17: [ OK ] kokkosp.async_deep_copy (0 ms) 17: [ RUN ] kokkosp.parallel_for 17: [ OK ] kokkosp.parallel_for (0 ms) 17: [ RUN ] kokkosp.parallel_reduce 17: [ OK ] kokkosp.parallel_reduce (0 ms) 17: [ RUN ] kokkosp.parallel_scan 17: [ OK ] kokkosp.parallel_scan (2 ms) 17: [ RUN ] kokkosp.parallel_scan_no_fence 17: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 17: [ RUN ] kokkosp.parallel_scan_no_fence_view 17: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 17: [ RUN ] kokkosp.regions 17: [ OK ] kokkosp.regions (0 ms) 17: [ RUN ] kokkosp.fences 17: [ OK ] kokkosp.fences (0 ms) 17: [ RUN ] kokkosp.raw_allocation 17: [ OK ] kokkosp.raw_allocation (0 ms) 17: [ RUN ] kokkosp.view 17: [ OK ] kokkosp.view (0 ms) 17: [ RUN ] kokkosp.sections 17: [ OK ] kokkosp.sections (0 ms) 17: [ RUN ] kokkosp.metadata 17: [ OK ] kokkosp.metadata (0 ms) 17: [ RUN ] kokkosp.profile_events 17: [ OK ] kokkosp.profile_events (0 ms) 17: [ RUN ] kokkosp.no_init_kernel 17: [ OK ] kokkosp.no_init_kernel (0 ms) 17: [ RUN ] kokkosp.get_events 17: [ OK ] kokkosp.get_events (0 ms) 17: [ RUN ] kokkosp.kernel_name_parallel_for 17: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 17: [ RUN ] kokkosp.kernel_name_parallel_reduce 17: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 17: [ RUN ] kokkosp.kernel_name_parallel_scan 17: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 17: [ RUN ] kokkosp.kernel_name_internal 17: [ OK ] kokkosp.kernel_name_internal (0 ms) 17: [ RUN ] kokkosp.profiling_section 17: [ OK ] kokkosp.profiling_section (0 ms) 17: [ RUN ] kokkosp.scoped_profile_region 17: [ OK ] kokkosp.scoped_profile_region (0 ms) 17: [ RUN ] kokkosp.create_mirror_no_init 17: [ OK ] kokkosp.create_mirror_no_init (0 ms) 17: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 17: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 17: [ RUN ] kokkosp.create_mirror_view_and_copy 17: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 17: [----------] 32 tests from kokkosp (6 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 32 tests from 1 test suite ran. (6 ms total) 17: [ PASSED ] 32 tests. 17/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-8351/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-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 19: Environment variables: 19: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/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.16 sec test 20 Start 20: Kokkos_ProfilingTestLibraryCmdLineHelp 20: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/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.15 sec test 21 Start 21: Kokkos_ProfilingTestLibraryLoad 21: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 21: Environment variables: 21: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8351/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.7.99::kokkosp_allocate_data:Host:source:0x1248940:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1248a80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1248b00:Host:source:0x12489c0: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:0x1248a80:40::kokkosp_deallocate_data:Host:source:0x1248940:40::kokkosp_finalize_library:: 21/55 Test #21: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.15 sec test 22 Start 22: Kokkos_ProfilingTestLibraryCmdLine 22: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8351/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.7.99::kokkosp_allocate_data:Host:source:0x12489c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1248b40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1248bc0:Host:source:0x1248a40: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:0x1248b40:40::kokkosp_deallocate_data:Host:source:0x12489c0:40::kokkosp_finalize_library:: 22/55 Test #22: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.15 sec test 23 Start 23: Kokkos_CoreUnitTest_StackTraceTest 23: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1d93] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x448c3c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x444ce6] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x4435eb] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48b943] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x454f8f] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4572df] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458607] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b127] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e783] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x4599ce] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4427f5] 23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff049c083] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44206e] 23: 23: demangled test_f1: 23: [0x4e1d93] 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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*) 23: [0x4599ce] testing::UnitTest::Run() 23: [0x4427f5] main 23: [0x7ffff049c083] __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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1d93] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x448c3c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x449a32] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x445c4d] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x4435eb] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48b943] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x454f8f] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4572df] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458607] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b127] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e783] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x4599ce] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4427f5] 23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff049c083] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44206e] 23: 23: demangled test_f3: 23: [0x4e1d93] 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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*) 23: [0x4599ce] testing::UnitTest::Run() 23: [0x4427f5] main 23: [0x7ffff049c083] __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 (471 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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1d93] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x448c3c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x444ce6] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x443968] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48b943] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x454f8f] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4572df] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458607] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b127] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e783] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x4599ce] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4427f5] 23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff049c083] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44206e] 23: 23: demangled test_f1: 23: [0x4e1d93] 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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*) 23: [0x4599ce] testing::UnitTest::Run() 23: [0x4427f5] main 23: [0x7ffff049c083] __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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1d93] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x448c3c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x449a32] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x445c4d] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x443968] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48b943] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x454f8f] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4572df] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458607] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b127] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e783] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x4599ce] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4427f5] 23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff049c083] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44206e] 23: 23: demangled test_f3: 23: [0x4e1d93] 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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*) 23: [0x4599ce] testing::UnitTest::Run() 23: [0x4427f5] main 23: [0x7ffff049c083] __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 (471 ms) 23: [----------] 2 tests from defaultdevicetype_DeathTest (942 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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1d93] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x448c3c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x444ce6] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48b943] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x454f8f] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4572df] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458607] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b127] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e783] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x4599ce] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4427f5] 23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff049c083] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44206e] 23: 23: demangled test_f1: 23: [0x4e1d93] 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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*) 23: [0x4599ce] testing::UnitTest::Run() 23: [0x4427f5] main 23: [0x7ffff049c083] __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-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1d93] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x448c3c] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x449a32] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x445c4d] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48b943] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x454f8f] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4572df] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x458607] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46b127] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e783] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x4599ce] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4427f5] 23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff049c083] 23: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44206e] 23: 23: demangled test_f3: 23: [0x4e1d93] 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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*) 23: [0x4599ce] testing::UnitTest::Run() 23: [0x4427f5] main 23: [0x7ffff049c083] __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. (943 ms total) 23: [ PASSED ] 3 tests. 23/55 Test #23: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 1.11 sec test 24 Start 24: Kokkos_IncrementalTest_OPENMP 24: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (129 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 (65 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 (201 ms total) 24: 24: [----------] Global test environment tear-down 24: [==========] 28 tests from 1 test suite ran. (201 ms total) 24: [ PASSED ] 28 tests. 24/55 Test #24: Kokkos_IncrementalTest_OPENMP .............................. Passed 0.37 sec test 25 Start 25: Kokkos_IncrementalTest_CUDA 25: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (1911 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 (229 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 (2160 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 28 tests from 1 test suite ran. (2161 ms total) 25: [ PASSED ] 28 tests. 25/55 Test #25: Kokkos_IncrementalTest_CUDA ................................ Passed 2.33 sec test 26 Start 26: Kokkos_CoreUnitTest_CTestDevice 26: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (138 ms) 26: [ RUN ] ctest_environment_DeathTest.missing_type 26: [ OK ] ctest_environment_DeathTest.missing_type (290 ms) 26: [ RUN ] ctest_environment_DeathTest.no_id_str 26: [ OK ] ctest_environment_DeathTest.no_id_str (132 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 0.99 sec test 27 Start 27: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 27: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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-8351/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-8351/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-8351/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-8351/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 72 tests from 2 test suites. 31: [----------] Global test environment set-up. 31: [----------] 2 tests from openmp_DeathTest 31: [ RUN ] openmp_DeathTest.dualview_external_view_construction 31: [ OK ] openmp_DeathTest.dualview_external_view_construction (464 ms) 31: [ RUN ] openmp_DeathTest.offsetview_unmanaged_construction 31: [ OK ] openmp_DeathTest.offsetview_unmanaged_construction (5532 ms) 31: [----------] 2 tests from openmp_DeathTest (5997 ms total) 31: 31: [----------] 70 tests from openmp 31: [ RUN ] openmp.bitset 31: [ OK ] openmp.bitset (467 ms) 31: [ RUN ] openmp.bitset_default_constructor_no_alloc 31: [ OK ] openmp.bitset_default_constructor_no_alloc (0 ms) 31: [ RUN ] openmp.dualview_combination 31: [ OK ] openmp.dualview_combination (0 ms) 31: [ RUN ] openmp.dualview_alloc 31: [ OK ] openmp.dualview_alloc (0 ms) 31: [ RUN ] openmp.test_dualview_copy_construction_and_assignment 31: [ OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms) 31: [ RUN ] openmp.dualview_combinations_without_init 31: [ OK ] openmp.dualview_combinations_without_init (0 ms) 31: [ RUN ] openmp.dualview_deep_copy 31: [ OK ] openmp.dualview_deep_copy (0 ms) 31: [ RUN ] openmp.dualview_sync_should_fence 31: [ OK ] openmp.dualview_sync_should_fence (0 ms) 31: [ RUN ] openmp.dualview_realloc 31: [ OK ] openmp.dualview_realloc (0 ms) 31: [ RUN ] openmp.dualview_resize 31: [ OK ] openmp.dualview_resize (0 ms) 31: [ RUN ] openmp.dualview_device_correct_kokkos_device 31: [ OK ] openmp.dualview_device_correct_kokkos_device (1 ms) 31: [ RUN ] openmp.dualview_host_correct_kokkos_device 31: [ OK ] openmp.dualview_host_correct_kokkos_device (0 ms) 31: [ RUN ] openmp.dualview_host_modify_template_device_sync 31: [ OK ] openmp.dualview_host_modify_template_device_sync (0 ms) 31: [ RUN ] openmp.dualview_host_modify_template_device_execspace_sync 31: [ OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms) 31: [ RUN ] openmp.dualview_device_modify_template_host_sync 31: [ OK ] openmp.dualview_device_modify_template_host_sync (0 ms) 31: [ RUN ] openmp.dualview_device_modify_template_host_execspace_sync 31: [ OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms) 31: [ RUN ] openmp.dualview_template_views_return_correct_executionspace_views 31: [ OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms) 31: [ RUN ] openmp.dualview_template_views_return_correct_views_from_const_dual_view 31: [ OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 31: [ RUN ] openmp.dualview_sequential_host_init 31: [ OK ] openmp.dualview_sequential_host_init (0 ms) 31: [ RUN ] openmp.dualview_default_constructed 31: [ OK ] openmp.dualview_default_constructed (0 ms) 31: [ RUN ] openmp.dualview_resize_single_device 31: [ OK ] openmp.dualview_resize_single_device (0 ms) 31: [ RUN ] openmp.dynamic_view 31: [ OK ] openmp.dynamic_view (7 ms) 31: [ RUN ] openmp.dyn_rank_view_api_generic 31: [ OK ] openmp.dyn_rank_view_api_generic (6 ms) 31: [ RUN ] openmp.dyn_rank_view_api_operator_rank12345 31: [ OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms) 31: [ RUN ] openmp.dyn_rank_view_check_fence_resize_realloc 31: /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 31: skipping since not default execution space 31: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms) 31: [ RUN ] openmp.dyn_rank_view_api_operator_rank67 31: [ OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms) 31: [ RUN ] openmp.dyn_rank_view_ctor_from_members 31: [ OK ] openmp.dyn_rank_view_ctor_from_members (0 ms) 31: [ RUN ] openmp.dyn_rank_view_ctor_from_layout_stride 31: [ OK ] openmp.dyn_rank_view_ctor_from_layout_stride (0 ms) 31: [ RUN ] openmp.dyn_rank_view_team_scratch 31: [ OK ] openmp.dyn_rank_view_team_scratch (0 ms) 31: [ RUN ] openmp.view_customization_extra_int_arg 31: [ OK ] openmp.view_customization_extra_int_arg (0 ms) 31: [ RUN ] openmp.ErrorReporterViaLambda 31: [ OK ] openmp.ErrorReporterViaLambda (0 ms) 31: [ RUN ] openmp.ErrorReporter 31: [ OK ] openmp.ErrorReporter (0 ms) 31: [ RUN ] openmp.offsetview_construction 31: [ OK ] openmp.offsetview_construction (10 ms) 31: [ RUN ] openmp.offsetview_unmanaged_construction 31: [ OK ] openmp.offsetview_unmanaged_construction (0 ms) 31: [ RUN ] openmp.offsetview_subview 31: [ OK ] openmp.offsetview_subview (2 ms) 31: [ RUN ] openmp.offsetview_offsets_rank1 31: [ OK ] openmp.offsetview_offsets_rank1 (0 ms) 31: [ RUN ] openmp.offsetview_offsets_rank2 31: [ OK ] openmp.offsetview_offsets_rank2 (0 ms) 31: [ RUN ] openmp.offsetview_offsets_rank3 31: [ OK ] openmp.offsetview_offsets_rank3 (0 ms) 31: [ RUN ] openmp.scatterview 31: [ OK ] openmp.scatterview (1600 ms) 31: [ RUN ] openmp.scatterview_devicetype 31: [ OK ] openmp.scatterview_devicetype (5 ms) 31: [ RUN ] openmp.resize_realloc_no_init_dualview 31: [ OK ] openmp.resize_realloc_no_init_dualview (0 ms) 31: [ RUN ] openmp.resize_realloc_no_alloc_dualview 31: [ OK ] openmp.resize_realloc_no_alloc_dualview (0 ms) 31: [ RUN ] openmp.resize_exec_space_dualview 31: [ OK ] openmp.resize_exec_space_dualview (0 ms) 31: [ RUN ] openmp.realloc_exec_space_dualview 31: [ OK ] openmp.realloc_exec_space_dualview (0 ms) 31: [ RUN ] openmp.resize_realloc_no_init_dynrankview 31: [ OK ] openmp.resize_realloc_no_init_dynrankview (0 ms) 31: [ RUN ] openmp.resize_exec_space_dynrankview 31: [ OK ] openmp.resize_exec_space_dynrankview (0 ms) 31: [ RUN ] openmp.realloc_exec_space_dynrankview 31: [ OK ] openmp.realloc_exec_space_dynrankview (0 ms) 31: [ RUN ] openmp.resize_realloc_no_init_scatterview 31: [ OK ] openmp.resize_realloc_no_init_scatterview (0 ms) 31: [ RUN ] openmp.resize_realloc_no_alloc_scatterview 31: [ OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms) 31: [ RUN ] openmp.resize_exec_space_scatterview 31: [ OK ] openmp.resize_exec_space_scatterview (0 ms) 31: [ RUN ] openmp.realloc_exec_space_scatterview 31: [ OK ] openmp.realloc_exec_space_scatterview (0 ms) 31: [ RUN ] openmp.create_mirror_no_init_dynrankview 31: [ OK ] openmp.create_mirror_no_init_dynrankview (0 ms) 31: [ RUN ] openmp.create_mirror_no_init_dynrankview_viewctor 31: [ OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms) 31: [ RUN ] openmp.create_mirror_view_and_copy_dynrankview 31: [ OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms) 31: [ RUN ] openmp.create_mirror_no_init_offsetview 31: [ OK ] openmp.create_mirror_no_init_offsetview (0 ms) 31: [ RUN ] openmp.create_mirror_no_init_offsetview_view_ctor 31: [ OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms) 31: [ RUN ] openmp.create_mirror_view_and_copy_offsetview 31: [ OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms) 31: [ RUN ] openmp.create_mirror_no_init_dynamicview 31: [ OK ] openmp.create_mirror_no_init_dynamicview (0 ms) 31: [ RUN ] openmp.create_mirror_view_and_copy_dynamicview 31: [ OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms) 31: [ RUN ] openmp.create_mirror_no_init_dynamicview_view_ctor 31: [ OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms) 31: [ RUN ] openmp.UnorderedMap_insert 31: [ OK ] openmp.UnorderedMap_insert (3488 ms) 31: [ RUN ] openmp.UnorderedMap_failed_insert 31: [ OK ] openmp.UnorderedMap_failed_insert (2999 ms) 31: [ RUN ] openmp.UnorderedMap_deep_copy 31: [ OK ] openmp.UnorderedMap_deep_copy (2 ms) 31: [ RUN ] openmp.UnorderedMap_valid_empty 31: [ OK ] openmp.UnorderedMap_valid_empty (0 ms) 31: [ RUN ] openmp.UnorderedMap_clear_zero_size 31: [ OK ] openmp.UnorderedMap_clear_zero_size (0 ms) 31: [ RUN ] openmp.UnorderedMap_consistent_size 31: [ OK ] openmp.UnorderedMap_consistent_size (0 ms) 31: [ RUN ] openmp.UnorderedMap_shallow_copyable_on_device 31: [ OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms) 31: [ RUN ] openmp.UnorderedMap_lambda_capturable 31: [ OK ] openmp.UnorderedMap_lambda_capturable (0 ms) 31: [ RUN ] openmp.UnorderedMap_constructor_view_alloc 31: [ OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms) 31: [ RUN ] openmp.UnorderedMap_View_as_value 31: [ OK ] openmp.UnorderedMap_View_as_value (0 ms) 31: [----------] 70 tests from openmp (8607 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 72 tests from 2 test suites ran. (14604 ms total) 31: [ PASSED ] 71 tests. 31: [ SKIPPED ] 1 test, listed below: 31: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc 31/55 Test #31: Kokkos_ContainersUnitTest_OpenMP ........................... Passed 14.82 sec test 32 Start 32: Kokkos_ContainersUnitTest_Cuda 32: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 72 tests from 2 test suites. 32: [----------] Global test environment set-up. 32: [----------] 2 tests from cuda_DeathTest 32: [ RUN ] cuda_DeathTest.dualview_external_view_construction 32: /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDualView.hpp:586: Skipped 32: test only relevant if DualView uses one allocation 32: [ SKIPPED ] cuda_DeathTest.dualview_external_view_construction (0 ms) 32: [ RUN ] cuda_DeathTest.offsetview_unmanaged_construction 32: [ OK ] cuda_DeathTest.offsetview_unmanaged_construction (5565 ms) 32: [----------] 2 tests from cuda_DeathTest (5565 ms total) 32: 32: [----------] 70 tests from cuda 32: [ RUN ] cuda.bitset 32: [ OK ] cuda.bitset (11 ms) 32: [ RUN ] cuda.bitset_default_constructor_no_alloc 32: [ OK ] cuda.bitset_default_constructor_no_alloc (0 ms) 32: [ RUN ] cuda.dualview_combination 32: [ OK ] cuda.dualview_combination (2 ms) 32: [ RUN ] cuda.dualview_alloc 32: [ OK ] cuda.dualview_alloc (0 ms) 32: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 32: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 32: [ RUN ] cuda.dualview_combinations_without_init 32: [ OK ] cuda.dualview_combinations_without_init (0 ms) 32: [ RUN ] cuda.dualview_deep_copy 32: [ OK ] cuda.dualview_deep_copy (1 ms) 32: [ RUN ] cuda.dualview_sync_should_fence 32: [ OK ] cuda.dualview_sync_should_fence (0 ms) 32: [ RUN ] cuda.dualview_realloc 32: [ OK ] cuda.dualview_realloc (0 ms) 32: [ RUN ] cuda.dualview_resize 32: [ OK ] cuda.dualview_resize (0 ms) 32: [ RUN ] cuda.dualview_device_correct_kokkos_device 32: [ OK ] cuda.dualview_device_correct_kokkos_device (0 ms) 32: [ RUN ] cuda.dualview_host_correct_kokkos_device 32: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 32: [ RUN ] cuda.dualview_host_modify_template_device_sync 32: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 32: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 32: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 32: [ RUN ] cuda.dualview_device_modify_template_host_sync 32: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 32: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 32: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 32: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 32: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 32: [ RUN ] cuda.dualview_template_views_return_correct_views_from_const_dual_view 32: [ OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 32: [ RUN ] cuda.dualview_sequential_host_init 32: [ OK ] cuda.dualview_sequential_host_init (0 ms) 32: [ RUN ] cuda.dualview_default_constructed 32: [ OK ] cuda.dualview_default_constructed (0 ms) 32: [ RUN ] cuda.dualview_resize_single_device 32: [ OK ] cuda.dualview_resize_single_device (0 ms) 32: [ RUN ] cuda.dynamic_view 32: [ OK ] cuda.dynamic_view (51 ms) 32: [ RUN ] cuda.dyn_rank_view_api_generic 32: [ OK ] cuda.dyn_rank_view_api_generic (16 ms) 32: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 32: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms) 32: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 32: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (2 ms) 32: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 32: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms) 32: [ RUN ] cuda.dyn_rank_view_ctor_from_members 32: [ OK ] cuda.dyn_rank_view_ctor_from_members (0 ms) 32: [ RUN ] cuda.dyn_rank_view_ctor_from_layout_stride 32: [ OK ] cuda.dyn_rank_view_ctor_from_layout_stride (0 ms) 32: [ RUN ] cuda.dyn_rank_view_team_scratch 32: [ OK ] cuda.dyn_rank_view_team_scratch (0 ms) 32: [ RUN ] cuda.view_customization_extra_int_arg 32: [ OK ] cuda.view_customization_extra_int_arg (0 ms) 32: [ RUN ] cuda.ErrorReporterViaLambda 32: [ OK ] cuda.ErrorReporterViaLambda (0 ms) 32: [ RUN ] cuda.ErrorReporter 32: [ OK ] cuda.ErrorReporter (0 ms) 32: [ RUN ] cuda.offsetview_construction 32: [ OK ] cuda.offsetview_construction (2 ms) 32: [ RUN ] cuda.offsetview_unmanaged_construction 32: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 32: [ RUN ] cuda.offsetview_subview 32: [ OK ] cuda.offsetview_subview (0 ms) 32: [ RUN ] cuda.offsetview_offsets_rank1 32: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 32: [ RUN ] cuda.offsetview_offsets_rank2 32: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 32: [ RUN ] cuda.offsetview_offsets_rank3 32: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 32: [ RUN ] cuda.scatterview 32: [ OK ] cuda.scatterview (12387 ms) 32: [ RUN ] cuda.scatterview_devicetype 32: [ OK ] cuda.scatterview_devicetype (26 ms) 32: [ RUN ] cuda.resize_realloc_no_init_dualview 32: [ OK ] cuda.resize_realloc_no_init_dualview (2 ms) 32: [ RUN ] cuda.resize_realloc_no_alloc_dualview 32: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 32: [ RUN ] cuda.resize_exec_space_dualview 32: [ OK ] cuda.resize_exec_space_dualview (0 ms) 32: [ RUN ] cuda.realloc_exec_space_dualview 32: [ OK ] cuda.realloc_exec_space_dualview (0 ms) 32: [ RUN ] cuda.resize_realloc_no_init_dynrankview 32: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 32: [ RUN ] cuda.resize_exec_space_dynrankview 32: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 32: [ RUN ] cuda.realloc_exec_space_dynrankview 32: [ OK ] cuda.realloc_exec_space_dynrankview (0 ms) 32: [ RUN ] cuda.resize_realloc_no_init_scatterview 32: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 32: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 32: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 32: [ RUN ] cuda.resize_exec_space_scatterview 32: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 32: [ RUN ] cuda.realloc_exec_space_scatterview 32: [ OK ] cuda.realloc_exec_space_scatterview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_dynrankview 32: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 32: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 32: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 32: [ OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_offsetview 32: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 32: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 32: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 32: [ OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_dynamicview 32: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 32: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 32: [ OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 32: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 32: [ RUN ] cuda.UnorderedMap_insert 32: [ OK ] cuda.UnorderedMap_insert (6361 ms) 32: [ RUN ] cuda.UnorderedMap_failed_insert 32: [ OK ] cuda.UnorderedMap_failed_insert (1884 ms) 32: [ RUN ] cuda.UnorderedMap_deep_copy 32: [ OK ] cuda.UnorderedMap_deep_copy (7 ms) 32: [ RUN ] cuda.UnorderedMap_valid_empty 32: [ OK ] cuda.UnorderedMap_valid_empty (1 ms) 32: [ RUN ] cuda.UnorderedMap_clear_zero_size 32: [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) 32: [ RUN ] cuda.UnorderedMap_consistent_size 32: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 32: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 32: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 32: [ RUN ] cuda.UnorderedMap_lambda_capturable 32: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 32: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 32: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 32: [ RUN ] cuda.UnorderedMap_View_as_value 32: [ OK ] cuda.UnorderedMap_View_as_value (3 ms) 32: [----------] 70 tests from cuda (20778 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 72 tests from 2 test suites ran. (26344 ms total) 32: [ PASSED ] 71 tests. 32: [ SKIPPED ] 1 test, listed below: 32: [ SKIPPED ] cuda_DeathTest.dualview_external_view_construction 32/55 Test #32: Kokkos_ContainersUnitTest_Cuda ............................. Passed 26.54 sec test 33 Start 33: Kokkos_ContainersPerformanceTest_OpenMP 33: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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.00875876 33: View sum computation time: 0.00875876 33: Strided View time (init only): 0.0100897 33: View Rank7 time (init only): 0.011144 33: DynRankView time (init only): 0.0111803 33: DynRankView sum computation time: 0.0192498 33: Ratio of View to DynRankView time: 0.78341 33: Ratio of View to DynRankView sum computation time: 0.759131 33: Ratio of View to View Rank7 time: 0.785962 33: Ratio of StrideView to DynRankView time: 0.902455 33: Ratio of DynRankView to View Rank7 time: 1.00326 33: [ OK ] TEST_CATEGORY.dynrankview_perf (111 ms) 33: [ RUN ] TEST_CATEGORY.global_2_local 33: OpenMP 33: size, create, generate, fill, find 33: 256, 0.000159467, 4.083e-05, 4.5607e-05, 0.000735506 33: 512, 6.2073e-05, 8.535e-06, 4.5559e-05, 0.000738972 33: 1024, 6.0371e-05, 8.601e-06, 7.1868e-05, 0.000934584 33: 2048, 9.2555e-05, 8.699e-06, 0.000119494, 0.0010576 33: 4096, 0.000146697, 9.054e-06, 0.000200777, 0.001408 33: 8192, 0.0002441, 9.933e-06, 0.00036436, 0.0023887 33: 16384, 0.000242438, 1.052e-05, 0.000704356, 0.00586003 33: 32768, 0.000184202, 9.335e-06, 0.00134914, 0.0148862 33: 65536, 0.000369415, 1.3125e-05, 0.002686, 0.0392139 33: 131072, 0.000837177, 2.282e-05, 0.00541099, 0.0955209 33: 262144, 0.00189325, 4.5596e-05, 0.0110395, 0.221695 33: 524288, 0.00268073, 0.000102348, 0.0216608, 0.414185 33: 1048576, 0.00451265, 0.000220368, 0.0582018, 1.29864 33: 2097152, 0.0100181, 0.000459983, 0.121281, 3.59586 33: 4194304, 0.0169671, 0.00205768, 0.253459, 8.14477 33: [ OK ] TEST_CATEGORY.global_2_local (14359 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 33: ScatterView data-duplicated test: 33: num_threads 8 33: hand-coded test took 0.108137 seconds 33: test took 0.107752 seconds 33: num_threads 8 33: hand-coded test took 0.107837 seconds 33: test took 0.107622 seconds 33: num_threads 8 33: hand-coded test took 0.108211 seconds 33: test took 0.108367 seconds 33: num_threads 8 33: hand-coded test took 0.107557 seconds 33: test took 0.10804 seconds 33: num_threads 8 33: hand-coded test took 0.107535 seconds 33: test took 0.10734 seconds 33: [ OK ] TEST_CATEGORY.scatter_view (1161 ms) 33: [----------] 5 tests from TEST_CATEGORY (15632 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 5 tests from 1 test suite ran. (15632 ms total) 33: [ PASSED ] 5 tests. 33/55 Test #33: Kokkos_ContainersPerformanceTest_OpenMP .................... Passed 15.79 sec test 34 Start 34: Kokkos_ContainersPerformanceTest_Cuda 34: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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.00322079 34: View sum computation time: 0.00322079 34: Strided View time (init only): 0.00115906 34: View Rank7 time (init only): 0.00119594 34: DynRankView time (init only): 0.00116324 34: DynRankView sum computation time: 0.00192519 34: Ratio of View to DynRankView time: 2.76881 34: Ratio of View to DynRankView sum computation time: 1.00744 34: Ratio of View to View Rank7 time: 2.69311 34: Ratio of StrideView to DynRankView time: 0.996407 34: Ratio of DynRankView to View Rank7 time: 0.97266 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.000209533, 2.6493e-05, 0.00269956, 0.00193385 34: 512, 0.000154409, 1.0692e-05, 2.2264e-05, 0.001884 34: 1024, 0.000146513, 9.733e-06, 2.1901e-05, 0.00192445 34: 2048, 0.000143327, 9.865e-06, 2.0364e-05, 0.00196824 34: 4096, 0.00014286, 9.436e-06, 2.1993e-05, 0.00198802 34: 8192, 0.000144919, 9.697e-06, 2.6822e-05, 0.00196078 34: 16384, 0.000165622, 9.599e-06, 2.8863e-05, 0.00217116 34: 32768, 0.000282746, 1.047e-05, 3.378e-05, 0.00216166 34: 65536, 0.000262325, 1.1215e-05, 4.2176e-05, 0.00245921 34: 131072, 0.000322848, 1.1958e-05, 6.428e-05, 0.00302654 34: 262144, 0.000536006, 1.4041e-05, 0.000156891, 0.00511058 34: 524288, 0.000550533, 1.7626e-05, 0.000537016, 0.0168946 34: 1048576, 0.000561306, 2.4713e-05, 0.00142021, 0.04903 34: 2097152, 0.000671908, 3.9506e-05, 0.0031092, 0.109412 34: 4194304, 0.000894023, 6.2845e-05, 0.00687637, 0.238116 34: [ OK ] TEST_CATEGORY.global_2_local (463 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 (478 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 4 tests from 1 test suite ran. (478 ms total) 34: [ PASSED ] 4 tests. 34/55 Test #34: Kokkos_ContainersPerformanceTest_Cuda ...................... Passed 0.64 sec test 35 Start 35: Kokkos_UnitTest_Sort 35: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (964 ms) 35: [----------] 1 test from cuda_DeathTest (964 ms total) 35: 35: [----------] 16 tests from cuda 35: [ RUN ] cuda.SortUnsignedValueType 35: [ OK ] cuda.SortUnsignedValueType (18 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 (2 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 (131 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 35: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (11399 ms) 35: [ RUN ] cuda.NestedSort 35: [ OK ] cuda.NestedSort (30 ms) 35: [ RUN ] cuda.NestedSortByKey 35: [ OK ] cuda.NestedSortByKey (107 ms) 35: [----------] 16 tests from cuda (11709 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 17 tests from 2 test suites ran. (12674 ms total) 35: [ PASSED ] 17 tests. 35/55 Test #35: Kokkos_UnitTest_Sort ....................................... Passed 12.84 sec test 36 Start 36: Kokkos_UnitTest_Random 36: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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:1755898208498956671 36: Test Scalar=int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 0.00973524 -0.0079368 || 0.051031 27977 29335 || 28397.9 28674.4 || -109.718 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.0169971 -0.00191864 || 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.00134745 0.00188926 || 0.051031 27964 29407 || 28635.8 28674.4 || 26.1171 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.0104631 -0.00246525 || 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.00227402 -0.00527122 || 0.051031 27969 29284 || 28739.7 28674.4 || -72.8693 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.00561249 -0.00529762 || 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.008046 0.0308455 || 0.051031 28051 29394 || 28445.5 28674.4 || 426.409 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.013092 0.00391374 || 0.051031 1e+64 -1e+64 36: Test Scalar=half 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.000245555 -0.99999 -48247.6 || 0.051031 0 194838 || 2.92881e+09 28674.4 || -6.66974e+08 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 0.000735512 -0.319243 0.160562 || 0.051031 1e+64 -1e+64 36: Test Scalar=bhalf 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00195718 -0.999999 -57857.2 || 0.051031 0 1.5515e+06 || 2.86909e+10 28674.4 || -7.99818e+08 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 0.00588165 -0.967727 10.2855 || 0.051031 1e+64 -1e+64 36: Test Scalar=float 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.73523e-07 -0.0201365 -0.000132785 || 0.051031 27919 29363 || 29263.7 28674.4 || -1.83563 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 7.34064e-07 0.0199662 -0.00289033 || 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.00877279 -0.00165808 || 0.051031 28055 29399 || 28425 28674.4 || -22.9213 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.00681583 0.00120668 || 0.051031 1e+64 -1e+64 36: Test Seed:1755898208608865280 36: Test Scalar=int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 0.00187114 0.00363162 || 0.051031 27973 29306 || 28620.8 28674.4 || 50.2035 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.0126625 -0.0115715 || 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.00578626 -0.0098457 || 0.051031 27942 29369 || 28841.3 28674.4 || -136.107 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.00100106 0.0011086 || 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.00317829 0.0213437 || 0.051031 28023 29370 || 28583.5 28674.4 || 295.055 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.0128497 -0.00213851 || 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.00269777 -0.0048563 || 0.051031 27985 29410 || 28597.2 28674.4 || -67.1335 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.00417924 -0.00114697 || 0.051031 1e+64 -1e+64 36: Test Scalar=half 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00024361 -0.99999 -48247 || 0.051031 0 195060 || 2.92864e+09 28674.4 || -6.66967e+08 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 0.000729699 -0.316188 0.153993 || 0.051031 1e+64 -1e+64 36: Test Scalar=bhalf 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00195857 -0.999999 -57856.5 || 0.051031 0 1.55128e+06 || 2.86916e+10 28674.4 || -7.99808e+08 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 0.00588644 -0.967718 10.2538 || 0.051031 1e+64 -1e+64 36: Test Scalar=float 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.68478e-07 0.00781019 -0.00654029 || 0.051031 27961 29349 || 28452.2 28674.4 || -90.413 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 7.18929e-07 0.0145168 0.00115429 || 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.0112038 0.00706717 || 0.051031 27960 29345 || 28356.7 28674.4 || 97.6965 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.00621828 0.00246713 || 0.051031 1e+64 -1e+64 36: [ OK ] cuda.Random_XorShift64 (212 ms) 36: [ RUN ] cuda.Random_XorShift1024_0 36: Test Seed:1755898208711803477 36: Test Scalar=int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.60671e-07 -0.00355905 -0.0058519 || 0.051031 10962 11765 || 11417.6 11377 || -80.8966 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.86102e-07 0.00318702 -0.000957308 || 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.00221605 -0.00817205 || 0.051031 10981 11803 || 11402.2 11377 || -112.97 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.00292352 4.4332e-05 || 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.000229254 -0.00597448 || 0.051031 11008 11863 || 11379.6 11377 || -82.5913 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.00201678 0.00337671 || 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.00299813 0.00482158 || 0.051031 10960 11779 || 11342.9 11377 || 66.6536 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.0167532 -0.00160091 || 0.051031 1e+64 -1e+64 36: Test Scalar=half 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.000246427 -0.999975 -7595.93 || 0.051031 0 77660 || 4.61116e+08 11377 || -1.05006e+08 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 0.000738899 -0.138526 0.0185444 || 0.051031 1e+64 -1e+64 36: Test Scalar=bhalf 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00195215 -0.999997 -9107.87 || 0.051031 0 616363 || 4.51693e+09 11377 || -1.25907e+08 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 0.00586834 -0.923303 1.62903 || 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.00249337 0.00278799 || 0.051031 10955 11767 || 11405.4 11377 || 38.5412 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 3.62396e-07 -0.0135099 0.00184757 || 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.00642236 -0.000807242 || 0.051031 10958 11743 || 11304.4 11377 || -11.1593 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.00803868 -0.00342066 || 0.051031 1e+64 -1e+64 36: Test Seed:1755898208797552682 36: Test Scalar=int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 -0.00402432 0.000422706 || 0.051031 10947 11812 || 11422.9 11377 || 5.84348 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.0187245 -0.00282001 || 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.00173424 -0.00440988 || 0.051031 10952 11784 || 11357.3 11377 || -60.9622 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.00201555 -0.00034436 || 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.00461955 0.00306494 || 0.051031 10985 11793 || 11324.6 11377 || 42.3698 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.0111591 -0.00435694 || 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.0115632 -0.00796827 || 0.051031 10963 11809 || 11246.9 11377 || -110.153 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.0104171 0.00426522 || 0.051031 1e+64 -1e+64 36: Test Scalar=half 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.000244989 -0.999975 -7593.74 || 0.051031 0 77739 || 4.60966e+08 11377 || -1.04976e+08 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 0.000734735 -0.145496 0.0210132 || 0.051031 1e+64 -1e+64 36: Test Scalar=bhalf 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00196049 -0.999997 -9108 || 0.051031 0 616276 || 4.51633e+09 11377 || -1.25909e+08 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 0.0058926 -0.922714 1.61107 || 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.000274309 0.00727085 || 0.051031 10952 11794 || 11373.8 11377 || 100.512 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 3.05176e-07 -0.025758 0.00242247 || 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.00791348 -0.00998041 || 0.051031 11008 11753 || 11467.7 11377 || -137.969 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.00366827 0.000667062 || 0.051031 1e+64 -1e+64 36: [ OK ] cuda.Random_XorShift1024_0 (197 ms) 36: [ RUN ] cuda.Multi_streams 36: [ OK ] cuda.Multi_streams (347 ms) 36: [----------] 3 tests from cuda (758 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 3 tests from 1 test suite ran. (758 ms total) 36: [ PASSED ] 3 tests. 36/55 Test #36: Kokkos_UnitTest_Random ..................................... Passed 0.92 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_A 37: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (2 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.16 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_B 38: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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.18 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_C 39: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (19 ms) 39: [----------] 1 test from std_algorithms_lexicographical_compare_test (19 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 (81 ms) 39: [----------] 1 test from std_algorithms_for_each_test (81 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 (44 ms) 39: [----------] 1 test from std_algorithms_find_test (44 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 (662 ms) 39: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 39: [ OK ] std_algorithms_non_mod_seq_ops.find_end (794 ms) 39: [ RUN ] std_algorithms_non_mod_seq_ops.search 39: [ OK ] std_algorithms_non_mod_seq_ops.search (784 ms) 39: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 39: [ OK ] std_algorithms_non_mod_seq_ops.search_n (360 ms) 39: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2602 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 (40 ms) 39: [----------] 1 test from std_algorithms_count_test (40 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 (13 ms) 39: [----------] 1 test from std_algorithms_equal_test (13 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 (45 ms) 39: [----------] 1 test from std_algorithms_all_any_none_of_test (45 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 (108 ms) 39: [----------] 1 test from std_algorithms_nonmod_seq_ops (108 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 (129 ms) 39: [----------] 1 test from std_algorithms_mismatch_test (129 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 (77 ms) 39: [----------] 1 test from std_algorithms_mod_seq_ops (77 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 13 tests from 10 test suites ran. (3162 ms total) 39: [ PASSED ] 13 tests. 39/55 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 3.32 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_D 40: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (48 ms) 40: [ RUN ] std_algorithms_replace_ops_test.replace_if 40: [ OK ] std_algorithms_replace_ops_test.replace_if (111 ms) 40: [ RUN ] std_algorithms_replace_ops_test.replace_copy 40: [ OK ] std_algorithms_replace_ops_test.replace_copy (73 ms) 40: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 40: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (95 ms) 40: [----------] 4 tests from std_algorithms_replace_ops_test (329 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 (71 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.unique 40: [ OK ] std_algorithms_mod_seq_ops.unique (142 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 40: [ OK ] std_algorithms_mod_seq_ops.unique_copy (53 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.remove 40: [ OK ] std_algorithms_mod_seq_ops.remove (41 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.remove_if 40: [ OK ] std_algorithms_mod_seq_ops.remove_if (67 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 40: [ OK ] std_algorithms_mod_seq_ops.remove_copy (200 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 40: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (51 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.rotate 40: [ OK ] std_algorithms_mod_seq_ops.rotate (1869 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 40: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (566 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.shift_left 40: [ OK ] std_algorithms_mod_seq_ops.shift_left (2063 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.shift_right 40: [ OK ] std_algorithms_mod_seq_ops.shift_right (2050 ms) 40: [----------] 11 tests from std_algorithms_mod_seq_ops (7179 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 (98 ms) 40: [----------] 1 test from std_algorithms_modseq_test (98 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 31 tests from 5 test suites ran. (7613 ms total) 40: [ PASSED ] 31 tests. 40/55 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 7.79 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_E 41: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (10 ms) 41: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 41: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (16 ms) 41: [----------] 2 tests from std_algorithms_sorting_ops_test (26 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 (21 ms) 41: [----------] 1 test from std_algorithms_partitioning_ops (21 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 (11 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 (180 ms) 41: [----------] 1 test from std_algorithms_numerics_ops_test (180 ms total) 41: 41: [----------] 8 tests from std_algorithms_numeric_ops_test 41: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 41: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (690 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 (610 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 (139 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 (254 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 (1696 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 (49 ms) 41: [----------] 1 test from std_algorithms_transform_ops_test (50 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 29 tests from 7 test suites ran. (1990 ms total) 41: [ PASSED ] 29 tests. 41/55 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.15 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 42: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (643 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 (608 ms) 42: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1251 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 (316 ms) 42: [ RUN ] std_algorithms_count_team_test.count_returns_zero 42: [ OK ] std_algorithms_count_team_test.count_returns_zero (279 ms) 42: [----------] 2 tests from std_algorithms_count_team_test (596 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 (318 ms) 42: [----------] 1 test from std_algorithms_count_if_team_test (318 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 (517 ms) 42: [----------] 1 test from std_algorithms_for_each_team_test (517 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 (566 ms) 42: [----------] 1 test from std_algorithms_for_each_n_team_test (566 ms total) 42: 42: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 42: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 42: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (843 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 (653 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 (671 ms) 42: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2170 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 (823 ms) 42: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 42: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (904 ms) 42: [----------] 2 tests from std_algorithms_mismatch_team_test (1729 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 12 tests from 7 test suites ran. (7151 ms total) 42: [ PASSED ] 12 tests. 42/55 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 7.32 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 43: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (1270 ms) 43: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 43: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1275 ms) 43: [----------] 2 tests from std_algorithms_equal_team_test (2546 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 (611 ms) 43: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online 43: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (670 ms) 43: [----------] 2 tests from std_algorithms_search_team_test (1282 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 (783 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 (740 ms) 43: [----------] 2 tests from std_algorithms_find_end_team_test (1524 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 (621 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 (934 ms) 43: [----------] 2 tests from std_algorithms_find_first_of_team_test (1555 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 8 tests from 4 test suites ran. (6907 ms total) 43: [ PASSED ] 8 tests. 43/55 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 7.08 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 44: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (281 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 (298 ms) 44: [----------] 2 tests from std_algorithms_find_team_test (579 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 (269 ms) 44: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 44: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (300 ms) 44: [----------] 2 tests from std_algorithms_find_if_team_test (569 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 (305 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 (273 ms) 44: [----------] 2 tests from std_algorithms_find_if_not_team_test (579 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 (287 ms) 44: [----------] 1 test from std_algorithms_all_of_team_test (287 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 (269 ms) 44: [----------] 1 test from std_algorithms_any_of_team_test (269 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 (295 ms) 44: [----------] 1 test from std_algorithms_none_of_team_test (295 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 (332 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 (307 ms) 44: [----------] 2 tests from std_algorithms_search_n_team_test (639 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 11 tests from 7 test suites ran. (3220 ms total) 44: [ PASSED ] 11 tests. 44/55 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 3.38 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 45: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (859 ms) 45: [----------] 1 test from std_algorithms_min_element_team_test (859 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 (850 ms) 45: [----------] 1 test from std_algorithms_max_element_team_test (850 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 (896 ms) 45: [----------] 1 test from std_algorithms_minmax_element_team_test (896 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 3 tests from 3 test suites ran. (2606 ms total) 45: [ PASSED ] 3 tests. 45/55 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.77 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 46: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 46: [ OK ] std_algorithms_fill_team_test.test (355 ms) 46: [----------] 1 test from std_algorithms_fill_team_test (355 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 (480 ms) 46: [----------] 1 test from std_algorithms_fill_n_team_test (480 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 (490 ms) 46: [----------] 1 test from std_algorithms_replace_team_test (490 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 (445 ms) 46: [----------] 1 test from std_algorithms_replace_if_team_test (445 ms total) 46: 46: [----------] 1 test from std_algorithms_replace_copy_team_test 46: [ RUN ] std_algorithms_replace_copy_team_test.test 46: [ OK ] std_algorithms_replace_copy_team_test.test (604 ms) 46: [----------] 1 test from std_algorithms_replace_copy_team_test (604 ms total) 46: 46: [----------] 1 test from std_algorithms_replace_copy_if_team_test 46: [ RUN ] std_algorithms_replace_copy_if_team_test.test 46: [ OK ] std_algorithms_replace_copy_if_team_test.test (527 ms) 46: [----------] 1 test from std_algorithms_replace_copy_if_team_test (527 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 6 tests from 6 test suites ran. (2904 ms total) 46: [ PASSED ] 6 tests. 46/55 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 3.06 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 47: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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. 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 (399 ms) 47: [----------] 1 test from std_algorithms_reverse_team_test (399 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 (428 ms) 47: [----------] 1 test from std_algorithms_reverse_copy_team_test (428 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 (809 ms) 47: [----------] 1 test from std_algorithms_rotate_team_test (809 ms total) 47: 47: [----------] 1 test from std_algorithms_rotate_copy_team_test 47: [ RUN ] std_algorithms_rotate_copy_team_test.test fetnat_09 is back online 47: [ OK ] std_algorithms_rotate_copy_team_test.test (879 ms) 47: [----------] 1 test from std_algorithms_rotate_copy_team_test (880 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 4 tests from 4 test suites ran. (2517 ms total) 47: [ PASSED ] 4 tests. 47/55 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 2.68 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 48: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (653 ms) 48: [----------] 1 test from std_algorithms_move_team_test (653 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 (536 ms) 48: [----------] 1 test from std_algorithms_move_backward_team_test (536 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 (2303 ms) 48: [----------] 1 test from std_algorithms_shift_left_team_test (2303 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 (2265 ms) 48: [----------] 1 test from std_algorithms_shift_right_team_test (2265 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 4 tests from 4 test suites ran. (5759 ms total) 48: [ PASSED ] 4 tests. 48/55 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 5.92 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 49: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 49: [ OK ] std_algorithms_copy_team_test.test (798 ms) 49: [----------] 1 test from std_algorithms_copy_team_test (798 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 (584 ms) 49: [----------] 1 test from std_algorithms_copy_n_team_test (584 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 (565 ms) 49: [----------] 1 test from std_algorithms_copy_backward_team_test (565 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 (553 ms) 49: [----------] 1 test from std_algorithms_copy_if_team_test (553 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 (581 ms) 49: [----------] 1 test from std_algorithms_unique_copy_team_test (581 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 (499 ms) 49: [----------] 1 test from std_algorithms_remove_team_test (499 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 (484 ms) 49: [----------] 1 test from std_algorithms_remove_if_team_test (484 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 (702 ms) 49: [----------] 1 test from std_algorithms_remove_copy_team_test (702 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 (522 ms) 49: [----------] 1 test from std_algorithms_remove_copy_if_team_test (522 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 9 tests from 9 test suites ran. (5292 ms total) 49: [ PASSED ] 9 tests. 49/55 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 5.46 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 50: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 50: [ OK ] std_algorithms_unique_team_test.test_default_predicate (681 ms) 50: [----------] 1 test from std_algorithms_unique_team_test (681 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 (1029 ms) 50: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1029 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 (956 ms) 50: [----------] 1 test from std_algorithms_reduce_team_test (956 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 (1687 ms) 50: [----------] 1 test from std_algorithms_transform_reduce_team_test (1687 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (4355 ms total) 50: [ PASSED ] 4 tests. 50/55 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 4.52 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 51: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 51: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (848 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 (713 ms) 51: [----------] 2 tests from std_algorithms_is_sorted_team_test (1562 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 (13 ms) 51: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 51: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms) 51: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 51: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (666 ms) 51: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 51: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (783 ms) 51: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1478 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 (387 ms) 51: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 51: [ OK ] std_algorithms_is_partitioned_team_test.all_false (388 ms) 51: [ RUN ] std_algorithms_is_partitioned_team_test.random 51: [ OK ] std_algorithms_is_partitioned_team_test.random (308 ms) 51: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1092 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 (990 ms) 51: [ RUN ] std_algorithms_partition_copy_team_test.all_false 51: [ OK ] std_algorithms_partition_copy_team_test.all_false (926 ms) 51: [ RUN ] std_algorithms_partition_copy_team_test.random 51: [ OK ] std_algorithms_partition_copy_team_test.random (828 ms) 51: [----------] 4 tests from std_algorithms_partition_copy_team_test (2757 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 (382 ms) 51: [ RUN ] std_algorithms_partition_point_team_test.all_false 51: [ OK ] std_algorithms_partition_point_team_test.all_false (404 ms) 51: [ RUN ] std_algorithms_partition_point_team_test.random 51: [ OK ] std_algorithms_partition_point_team_test.random (301 ms) 51: [----------] 4 tests from std_algorithms_partition_point_team_test (1096 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 18 tests from 5 test suites ran. (7986 ms total) 51: [ PASSED ] 18 tests. 51/55 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 8.16 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 52: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (911 ms) 52: [ RUN ] std_algorithms_transform_team_test.test_binary_op 52: [ OK ] std_algorithms_transform_team_test.test_binary_op (1019 ms) 52: [----------] 2 tests from std_algorithms_transform_team_test (1931 ms total) 52: 52: [----------] 1 test from std_algorithms_generate_team_test 52: [ RUN ] std_algorithms_generate_team_test.test_unary_op 52: [ OK ] std_algorithms_generate_team_test.test_unary_op (1995 ms) 52: [----------] 1 test from std_algorithms_generate_team_test (1995 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 (475 ms) 52: [----------] 1 test from std_algorithms_generate_n_team_test (475 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 (988 ms) 52: [----------] 1 test from std_algorithms_swap_ranges_team_test (988 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 5 tests from 4 test suites ran. (5390 ms total) 52: [ PASSED ] 5 tests. 52/55 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 5.55 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 53: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (2196 ms) 53: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2196 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 (1081 ms) 53: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1081 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 2 tests from 2 test suites ran. (3278 ms total) 53: [ PASSED ] 2 tests. 53/55 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 3.44 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 54: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (3263 ms) 54: [----------] 1 test from std_algorithms_inclusive_scan_team_test (3263 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 (2193 ms) 54: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2193 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 2 tests from 2 test suites ran. (5457 ms total) 54: [ PASSED ] 2 tests. 54/55 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 5.62 sec test 55 Start 55: Kokkos_UnitTest_SIMD 55: Test command: /var/jenkins/workspace/Kokkos_PR-8351/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 (9 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 18 tests from 1 test suite ran. (9 ms total) 55: [ PASSED ] 18 tests. 55/55 Test #55: Kokkos_UnitTest_SIMD ....................................... Passed 0.17 sec 100% tests passed, 0 tests failed out of 55 Label Time Summary: Kokkos = 308.17 sec*proc (55 tests) Total Test time (real) = 308.28 sec Post stage [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 bde2ec04b57c3870735446f087033d283611075a847368632491d9992bf6d061 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-8351' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes bde2ec04b57c3870735446f087033d283611075a847368632491d9992bf6d061 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Running on villars02 in /var/jenkins/workspace/Kokkos/PR-8351 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] readFile [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch CUDA-13.0-NVCC-DEBUG wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a (JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400) fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online fetnat_09 is back online Cancelling nested steps due to timeout Sending interrupt signal to process Post stage [Pipeline] sh Error when executing always post condition: Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.199.34/10.64.199.34:40764 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384) at hudson.remoting.Channel.call(Channel.java:1108) at hudson.FilePath.act(FilePath.java:1207) at hudson.FilePath.act(FilePath.java:1196) at hudson.FilePath.write(FilePath.java:2514) at PluginClassLoader for durable-task//org.jenkinsci.plugins.durabletask.BourneShellScript.launchWithCookie(BourneShellScript.java:145) at PluginClassLoader for durable-task//org.jenkinsci.plugins.durabletask.FileMonitoringTask.launch(FileMonitoringTask.java:132) at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.start(DurableTaskStep.java:330) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:322) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:195) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034) at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180) at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23) at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163) at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178) at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182) at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:118) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:90) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:114) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:83) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:147) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:49) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:181) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:437) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:345) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:298) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:140) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68) at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50) at java.base/java.lang.Thread.run(Unknown Source) Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: d7e6d554-cd21-42a8-9064-9d523d2be2ca java.io.IOException: Disk quota exceeded at java.base/sun.nio.ch.UnixFileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.UnixFileDispatcherImpl.write(UnixFileDispatcherImpl.java:65) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:137) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:102) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:72) at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:300) at java.base/sun.nio.ch.ChannelOutputStream.writeFully(ChannelOutputStream.java:68) at java.base/sun.nio.ch.ChannelOutputStream.write(ChannelOutputStream.java:105) at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:309) at java.base/sun.nio.cs.StreamEncoder.implClose(StreamEncoder.java:432) at java.base/sun.nio.cs.StreamEncoder.lockedClose(StreamEncoder.java:237) at java.base/sun.nio.cs.StreamEncoder.close(StreamEncoder.java:222) at java.base/java.io.OutputStreamWriter.close(OutputStreamWriter.java:266) at Jenkins v2.504.3//hudson.FilePath$Write.invoke(FilePath.java:2533) at Jenkins v2.504.3//hudson.FilePath$Write.invoke(FilePath.java:2517) at Jenkins v2.504.3//hudson.FilePath$FileCallableWrapper.call(FilePath.java:3593) at hudson.remoting.UserRequest.perform(UserRequest.java:225) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:391) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138) at java.base/java.lang.Thread.run(Thread.java:1583) [Pipeline] } $ docker stop --time=1 a71e3f38c96e32a8bff6ead0e7a619e2c535082a09431a91fa596085b348746c $ docker rm -f --volumes a71e3f38c96e32a8bff6ead0e7a619e2c535082a09431a91fa596085b348746c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch OPENMPTARGET-Clang [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline hudson.remoting.ProxyException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos_PR-8351/scripts/docker/Dockerfile.nvcc at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261) at java.base/java.nio.file.Files.newByteChannel(Files.java:379) at java.base/java.nio.file.Files.newByteChannel(Files.java:431) at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420) at java.base/java.nio.file.Files.newInputStream(Files.java:159) at Jenkins v2.504.3//hudson.FilePath.openInputStream(FilePath.java:2232) at Jenkins v2.504.3//hudson.FilePath.newInputStreamDenyingSymlinkAsNeeded(FilePath.java:2220) at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2376) at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2362) at Jenkins v2.504.3//hudson.FilePath$FileCallableWrapper.call(FilePath.java:3593) at hudson.remoting.UserRequest.perform(UserRequest.java:225) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:391) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138) at java.base/java.lang.Thread.run(Thread.java:1583) Also: hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 2e1afa1d-1225-4ab2-9fa9-cbecdbefe051 Also: hudson.remoting.ProxyException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos_PR-8351/scripts/docker/Dockerfile.nvcc at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261) at java.base/java.nio.file.Files.newByteChannel(Files.java:379) at java.base/java.nio.file.Files.newByteChannel(Files.java:431) at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420) at java.base/java.nio.file.Files.newInputStream(Files.java:159) at Jenkins v2.504.3//hudson.FilePath.openInputStream(FilePath.java:2232) at Jenkins v2.504.3//hudson.FilePath.newInputStreamDenyingSymlinkAsNeeded(FilePath.java:2220) at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2376) at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2362) at Jenkins v2.504.3//hudson.FilePath$FileCallableWrapper.call(FilePath.java:3593) at hudson.remoting.UserRequest.perform(UserRequest.java:225) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:391) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138) at java.base/java.lang.Thread.run(Thread.java:1583) Also: hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 3e1f1d1f-170b-483c-8ad2-76273170d9b4 Caused: hudson.remoting.ProxyException: java.io.IOException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos_PR-8351/scripts/docker/Dockerfile.nvcc Also: hudson.remoting.ProxyException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos_PR-8351/scripts/docker/Dockerfile.nvcc at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261) at java.base/java.nio.file.Files.newByteChannel(Files.java:379) at java.base/java.nio.file.Files.newByteChannel(Files.java:431) at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420) at java.base/java.nio.file.Files.newInputStream(Files.java:159) at Jenkins v2.504.3//hudson.FilePath.openInputStream(FilePath.java:2232) at Jenkins v2.504.3//hudson.FilePath.newInputStreamDenyingSymlinkAsNeeded(FilePath.java:2220) at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2376) at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2362) at Jenkins v2.504.3//hudson.FilePath$FileCallableWrapper.call(FilePath.java:3593) at hudson.remoting.UserRequest.perform(UserRequest.java:225) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:391) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138) at java.base/java.lang.Thread.run(Thread.java:1583) Also: hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: d29e2934-07f5-432a-94e4-40a8603930de Caused: hudson.remoting.ProxyException: java.io.IOException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos_PR-8351/scripts/docker/Dockerfile.nvcc Also: hudson.remoting.ProxyException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos/PR-8351/scripts/docker/Dockerfile.nvcc at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261) at java.base/java.nio.file.Files.newByteChannel(Files.java:380) at java.base/java.nio.file.Files.newByteChannel(Files.java:432) at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420) at java.base/java.nio.file.Files.newInputStream(Files.java:160) at Jenkins v2.504.3//hudson.FilePath.openInputStream(FilePath.java:2232) at Jenkins v2.504.3//hudson.FilePath.newInputStreamDenyingSymlinkAsNeeded(FilePath.java:2220) at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2376) at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2362) at Jenkins v2.504.3//hudson.FilePath$FileCallableWrapper.call(FilePath.java:3593) at hudson.remoting.UserRequest.perform(UserRequest.java:225) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:391) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138) at java.base/java.lang.Thread.run(Thread.java:1583) Also: hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 87cbc257-502c-4ba7-bf5e-d0a1b6449b2a Caused: hudson.remoting.ProxyException: java.io.IOException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos/PR-8351/scripts/docker/Dockerfile.nvcc Also: Also: hudson.remoting.ProxyException: java.io.IOException: failed to run ps at PluginClassLoader for docker-workflow//org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1.kill(WithContainerStep.java:379) at PluginClassLoader for durable-task//org.jenkinsci.plugins.durabletask.FileMonitoringTask$FileMonitoringController.stop(FileMonitoringTask.java:488) at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.stop(DurableTaskStep.java:527) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.stop(CpsThread.java:317) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$2.onSuccess(CpsBodyExecution.java:266) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$2.onSuccess(CpsBodyExecution.java:250) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$4$1.run(CpsFlowExecution.java:1010) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$2(CpsVmExecutorService.java:85) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68) at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50) Also: hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: b083aae0-fa58-483c-88c4-b1fd1f0bb228 hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.steps.FlowInterruptedException at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.BodyExecution.cancel(BodyExecution.java:59) at PluginClassLoader for workflow-basic-steps//org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.cancel(TimeoutStepExecution.java:197) at jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) Caused: hudson.remoting.ProxyException: java.io.IOException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos_PR-8351/scripts/docker/Dockerfile.nvcc at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175) at java.base/sun.nio.cs.StreamDecoder.readBytes(Unknown Source) at java.base/sun.nio.cs.StreamDecoder.implRead(Unknown Source) at java.base/sun.nio.cs.StreamDecoder.lockedRead(Unknown Source) at java.base/sun.nio.cs.StreamDecoder.read(Unknown Source) at java.base/java.io.InputStreamReader.read(Unknown Source) at java.base/java.io.Reader.read(Unknown Source) at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1611) at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1590) at org.apache.commons.io.IOUtils.copy(IOUtils.java:1385) at org.apache.commons.io.IOUtils.copy(IOUtils.java:1158) at org.apache.commons.io.IOUtils.toString(IOUtils.java:3168) at org.apache.commons.io.IOUtils.toString(IOUtils.java:3194) at PluginClassLoader for workflow-basic-steps//org.jenkinsci.plugins.workflow.steps.ReadFileStep$Execution.run(ReadFileStep.java:110) at PluginClassLoader for workflow-basic-steps//org.jenkinsci.plugins.workflow.steps.ReadFileStep$Execution.run(ReadFileStep.java:96) at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Finished: FAILURE